pymel.core.uitypes.PromptDialog

Inheritance diagram of PromptDialog

class PromptDialog

class counterpart of mel function promptDialog

The promptDialog command creates a modal dialog with a message to the user, a text field in which the user may enter a response, and a variable number of buttons to dismiss the dialog. The dialog is dismissed when the user presses any button or chooses the close item from the window menu. In the case where a button is pressed then the name of the button selected is returned. If the dialog is dismissed via the close item then the string returned is specified by the -ds/dismissStringflag. The default behaviour when no arguments are specified is to create an empty single button dialog. To obtain the text entered by the user simply query the -tx/textflag.

getText(**kwargs)

The field text.

Derived from mel command maya.cmds.promptDialog

Previous topic

pymel.core.uitypes.ProgressBar

Next topic

pymel.core.uitypes.PyUI

Core

Core Modules

Other Modules

This Page