There are two ways to create new menus: select the menu icon from the ULC palette and:
Existing menus cannot be connected using drag & drop.
Note: | a connection between a menu and its submenu must always begin with the menu->menu attribute, and end with self of the submenu. Creating the connection in reverse order results in an event-to-action connection due to the internal workings of VisualAge. Such a connection is not possible, because UlcWidgets do not support the event #self. ULC code generation does not generate for such impossible event-to-action connection. |