Creating custom dialogs

Hi everybody

I want to create a custom dialog, prompting user for a string.
I'll do this with a rollout floater, and it shouldn't be a problem.
But I would like to disable the users ability to continue working, until the dialog is closed again (like a regular queryBox).

How would I go about doing this?

Comments

Comment viewing options

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

.

use

createDialog rol_myRollout modal:true

When modal=true is used and the dialog is visible on the screen the user can't do anything else until the dialog is not closed.

Comment viewing options

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