Jump to content

How to create a non-modal (modeless) dialog box


c.haslam
 Share

Recommended Posts

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
Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...