customdialog
RESOURCE

The customdialog statement customizes the appearance of the gettext and getscrap dialogs.


Parameters

This statement has one parameter:

resource – is the resource number. You must choose from the list described below..


Description

This statement customizes the appearance of the gettext and getscrap dialogs. This statement no longer supports custom resource, but you can choose from the list of built-in resources below. For full customization in new applications, use the newer gettextdialog statement.

3131 ☞ Default GetText dialog (narrow, Ok/Cancel) 
3121 ☞ Wide GetText dialog (1 line high, Ok/Cancel)
3122 ☞ Wide GetText dialog (2 lines high, Ok/Cancel)
3123 ☞ Wide GetText dialog (3 lines high, Ok/Cancel)
3125 ☞ Wide GetText dialog (5 lines high, Ok/Cancel)
3120 ☞ Wide GetText dialog (10 lines high, Ok/Cancel)
3101 ☞ Wide GetText dialog (1 line high, Ok/Stop)
3102 ☞ Wide GetText dialog (2 lines high, Ok/Stop)
3103 ☞ Wide GetText dialog (3 lines high, Ok/Stop)
3105 ☞ Wide GetText dialog (5 lines high, Ok/Stop)
3100 ☞ Wide GetText dialog (10 lines high, Ok/Stop)

You must use the customdialog statement immediately before one of the following statements:

getscrap 
gettext 

This example displays a large dialog for editing notes.

customdialog 3100
gettext "Edit Notes",Notes

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but you can no longer create your own resources. For full customization, use the gettextdialog statement.