Ultra Light Client Guide and Reference

How can I add a new menu to an existing menu or menubar?

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]