Text Prompter properties
The Text Prompter part has the following properties:
answerString
The answerString property represents the string that the user last entered into the text field. The value of this property changes when the user presses the Enter key or selects OK in the prompter. If the user selects Cancel, the value of the answerString property does not change.
defaultAnswerString
The defaultAnswerString property represents the string of characters displayed in the text field each time the prompter is displayed.
messageString
The messageString property specifies the string of characters you want to use as the text of your message.
partName
The partName property specifies the name you want to use to describe the part. For nonvisual parts, this text appears under the icon for the part on the free-form surface.
The name of the part can consist of alphanumeric characters, and must be different from those of all other parts on the layout surface.
If you do not specify a part name, VA Smalltalk generates a unique name based on the class name of the part.
prompterStyle
The prompterStyle property specifies the type of dialog you want the prompter to display. Valid values include:
XmPRIMARYAPPLICATIONMODAL
The user must respond to the prompter before interacting with the parent window. The user can still interact with other windows.
XmFULLAPPLICATIONMODAL
The user must respond to the prompter before interacting with any window in the application. The user can still interact with other windows.
XmSYSTEMMODAL
The user cannot interact with the windows of any application until responding to the prompter.
title
The title property specifies the label displayed for the part. For example, the text for a window displays in the title bar, the text for a scale appears next to the scale, the text for an HTML page appears in the title bar of the Web browser, and the text for a report title appears in the report header.
Last modified date: 01/29/2015