ScriptSpot

Forum topic · General Scripting

Creating custom dialogs

By goehler · 2015-08-12

Description

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 (1)

.

miauu · 2015-08-14

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.