Popup Dialog

I have a dialog pop up that says "Load or Cancel"
Is there a way to make it so the user can not do anything else in max until they choose Load or Cancel"
Somehow locking everything in max. Similar to when error messages pop up in max.
Thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
JokerMartini's picture

Nice

Hey thanks a ton Anubis. I tried to search for this in the help. I was searching for the wrong key words.
Thanks again.

John Martini
Digital Artist
http://www.JokerMartini.com (new site)

Anubis's picture

set modal to true

yes, you can, set modal property to true in the CreateDialog,
some example w`d like:
CreateDialog myRolloutName 300 120 modal:true

Quote from the help:
"When the optional modal:<boolean> keyword is set to true, the dialog ignores all user interactions except those within the dialog."

cheers

my recent MAXScripts RSS (archive here)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.