Die Suche ergab 12 Treffer

von philpw99
Di 10. Jan 2023, 03:37
Forum: English only
Thema: Suggestion for form studio 2 (long)
Antworten: 4
Zugriffe: 2028

Re: Suggestion for form studio 2 (long)

By the way, the new AutoIt 3.3.16 finally made the "Map" feature official ! Here is some description about maps, which is almost the same like Dictionary: https://www.autoitscript.com/forum/topic/178187-maps-101-all-you-need-to-know-about-them The only difference between dictionary and map...
von philpw99
Mo 2. Jan 2023, 18:14
Forum: English only
Thema: Suggestion for form studio 2 (long)
Antworten: 4
Zugriffe: 2028

Re: Suggestion for form studio 2 (long)

Thank you for your consideration ! Wish you and your family have a great 2023 !
Looking forward to the new beta version.
von philpw99
Do 29. Dez 2022, 19:24
Forum: English only
Thema: Suggestion for form studio 2 (long)
Antworten: 4
Zugriffe: 2028

Suggestion for form studio 2 (long)

ISN AutoIt studio is an awesome piece of software. I learned it and loved it. It helps a lot in designing larger Autoit programs. Yet there is always a little thing that bugs me. That is how to use the forms generated by Form Studio 2. For now, there are a few ways: For example, suppose the form nam...
von philpw99
Do 29. Dez 2022, 02:23
Forum: English only
Thema: [solved] Form Studio 2 no longer working
Antworten: 2
Zugriffe: 1072

Re: Form Studio 2 no longer working

Just found out why it was not working. It was all my fault. :D Previously I did some experiment and replace the "AutoIt3.exe" with the 64bit "AutoIt3_x64.exe". This is the reason why Form Studio 2 couldn't load any more. After I replace the AutoIt3.exe with the proper one everyth...
von philpw99
Mi 28. Dez 2022, 18:17
Forum: English only
Thema: [solved] Form Studio 2 no longer working
Antworten: 2
Zugriffe: 1072

[solved] Form Studio 2 no longer working

I wish I knew what happened. I have been using ISN AutoIt Studio for about a year. Things worked fine until today I tried to open a .isf form and see this: https://i.imgur.com/Ny7oxw2.png Don't know why all in a sudden the form studio no longer works. It works well like 2 weeks ago. I am using Windo...
von philpw99
Di 19. Okt 2021, 19:38
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6273

Re: Make the screen DPI awareness built-in feature?

Thank you so much for including it ! Looking forward to your next awesome version! :D
von philpw99
Fr 15. Okt 2021, 04:57
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6273

Re: Make the screen DPI awareness built-in feature?

Great you are considering it. I think the solution is easy. If someone in the settings, "Enable High DPI ...", then if that's a high dpi screen, then the program will automatically put that line of code in the "Before GUI..." script with quotes to explain what that is. Then the u...
von philpw99
Sa 9. Okt 2021, 21:42
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6273

Re: Make the screen DPI awareness built-in feature?

I am so sorry I have to keep arguing with this, because I think you really need to understand what I meant. It's great that you already put in the high DPI option in the setting, and already make the compiled exe high DPI aware. You already did 90% of the work. But the reason I keep mentioning this ...
von philpw99
Fr 8. Okt 2021, 19:36
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6273

Re: Make the screen DPI awareness built-in feature?

Just my humble opinion, your program makes GUI programming easy, so why not make the DPI awareness easy as well? Right now it's very easy to make a DPI aware program in ISN, just check one setting, then compile it. I don't even need to know what code you have put in. It just works beautifully. Howev...
von philpw99
Mi 6. Okt 2021, 18:44
Forum: Hilfe & Unterstützung
Thema: Make the screen DPI awareness built-in feature?
Antworten: 10
Zugriffe: 6273

Make the screen DPI awareness built-in feature?

For my little project, it was strange to see the rendered GUI is 50% bigger than it's supposed to be. It took me quite a while to find out the reason. The solution is actually easy: just put one line of code: If Not (@Compiled ) Then DllCall("User32.dll","bool","SetProcessDP...