Kbase P22229: Guide lines: How to create your own menu designer tool ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/02/2005 |
|
Status: Unverified
GOAL:
Guide lines: How to create your own menu designer tool ?
GOAL:
Guide lines: How to create a front-end similar to the Popup Menu property sheet in AppBuilder ?
FIX:
General suggestions:
Use a temp-table or database table to store the menu structure: here you must create and maintain all the relations between menu items.
Create an interface containing a browse in which are displayed the menu items as calculated field (can calculate the field on ROW-DISPLAY browser widget trigger) : The fields are calculated conform the relations between the "menu items" records.
Creating a new menu means creating a new record in the "menu item" table.
The menu items should be display in the browse in the position and with the specific indentation regarding there relationship with the other menu items.