Learning Genero
Write, compile, and run a graphical application that creates, modifies, and reports on data stored in a database.
16. Manipulating the Abstract User Interface (AUI)
Pinpointing the current window and current form and making changes to the objects
Dynamically change an attribute of an object on a form.
Pinpointing a node in the AUI: Using findNode() and setAttribute()
Extending a form by adding new nodes dynamically with createChild()
Use createChild() to add new nodes.
Selecting and working with nodes using findNode(), selectByTagName(), and selectByPath()
Use methods to find a node or set of nodes to manipulate.
Loading a comboBox with data (Ex: list of states)