Difference between revisions of "Dialog (MenuMate)"
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 | 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. | ||
===Buttons=== | ===Buttons=== |