PDA

View Full Version : Application.ShowPopupMenu again


Roboblue
04-12-2006, 05:45 PM
I have been hoping to get the Application.ShowPopupMenu action to dynamically populate, with submenus, from a database. I am starting to believe it can't be done.
I have IcyNorths PopupMenu Plugin that I can dynamically populate a menu, but only main nodes, not submenus.
With the same menu functionality built into AMS, I would like to get away from using the plugin.
However, I can't get the Application.ShowPopupMenu action to dynamically populate a menu, even without the submenu requirement.
Has anyone tried to do this, yet?

Roboblue
04-12-2006, 09:35 PM
YAY! After days of trying to get this to work, I finally got the Application.ShowPopupmenu to dynamically build menus from a database or runtime table of any sort.
After many hours trying to get it to work like the PopupMenu plugin, I am embarassed to say it was because the plugin accepting a small "t", and the Application.ShowPopupmenu requiring a capital "T".
If you want to see an example, you can go here (http://www.indigorose.com/forums/showpost.php?p=80554&postcount=68) to get one.
Next, creating popup submenus.