Difference between revisions of "Dialog (MenuMate)"

Jump to navigation Jump to search
228 bytes removed ,  20:56, 29 November 2008
updated
imported>Speedo
m
imported>Speedo
(updated)
Line 12: Line 12:
Each dialog must contain a text element which defines the main text of the dialog.  This contains a format attribute, which is a format string using OBSE format specifiers in the same manner as functions such as [[MessageBoxEx]].
Each dialog must contain a text element which defines the main text of the dialog.  This contains a format attribute, which is a format string using OBSE format specifiers in the same manner as functions such as [[MessageBoxEx]].


The text element may contain child '''param''' elements which match the formatting specifiers in the format string.  Each one must contain the '''name''' of a '''variable''' local to the script which will display the menu, containing the information to be used by the format specifier.
The text element may contain child '''param''' elements.  Each one should contain the name of a variable which will be used by its matching format specifier.
 
'''IMPORTANT:''' You '''''may not''''' use the ''object.variableName'' syntax for param variables.


===Buttons===
===Buttons===
Anonymous user

Navigation menu