I use a popup menu in an application to show recently-accessed records in a database. Since the number of records varies each session my popup menu in design time has only one menu item which is element (0) of an array, and I add as many elements as required each time the menu is triggered.
A requirement has come up meaning that my client would like a '>' next to some of the menu items which would trigger a further popup, in the same way that regular menus and sub-menus work.
My impression is that you can't do that if your root menu is a control array, it can only be done at design time. Is that right, or can the API be used to add submenus?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
A requirement has come up meaning that my client would like a '>' next to some of the menu items which would trigger a further popup, in the same way that regular menus and sub-menus work.
My impression is that you can't do that if your root menu is a control array, it can only be done at design time. Is that right, or can the API be used to add submenus?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments