c.haslam Posted April 14, 2010 Posted April 14, 2010 How do I create a non-modal dialog box? Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
PsaltyDS Posted April 14, 2010 Posted April 14, 2010 GuiCreate()? Unless you specify otherwise in the style or extended-style options, it won't be modal. See the help file. What did you try, and what did you want to come out different? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
c.haslam Posted April 14, 2010 Author Posted April 14, 2010 I was beginning to write a converter from dialogs created with Koda to Corel Perfectscript code. I was thinking hard about the conversion process when it occurred to my overburdened brain that modal vs. non-modal might be an issue. Having found out that PerfectScript's dialog editor can export code to the Clipboard, the need for a converter has evaporated. My personal CPU activity having decreased from 100% to about 5%, I realize that my question was unwarranted. In fact, I now remember having a problem with a script involving multiple dialogs/forms where non-modal behavio(u)r was a problem, until I set a parent in GUICreate(). Thanks for replying to my query. Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now