Use au3stripper.exe, which is part of SciTE4AutoIt3 from autoitscript.com
Run a command like this and get the generated au3, which contains all the lines.
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...
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...
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...
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...
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...
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 ...
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...