Howto:Processing legacy PUI dialogs using Canvas: Difference between revisions

Jump to navigation Jump to search
Line 1,485: Line 1,485:
[[File:Airport-selection-dialog.png|300px|right|The new Airport Selection dialog with Canvas display of the airport]]
[[File:Airport-selection-dialog.png|300px|right|The new Airport Selection dialog with Canvas display of the airport]]


For the time being, {{Fgdata file|gui/dialogs/airports.xml}} is easily one of the most sophisticated/complex dialogs to parse/process, mainly because of the following features it is using:
For the time being, {{GUI dialog|dialog=airports}} is easily one of the most sophisticated/complex dialogs to parse/process, mainly because of the following features it is using:
* table-based layouting, using property conditions to hide/show widgets
* table-based layouting, using property conditions to hide/show widgets
* embedded Nasal sections (open/close) that must be executed while opening/closing the dialog
* embedded Nasal sections (open/close) that must be executed while opening/closing the dialog

Navigation menu