Hi Chad and my apologies to everyone for the blank
message preceeding this one (the older one gets, the
more confused?).
when using the .add function in CorePopup the syntax
for adding a sub menu is like this:
tmp=myPopUp.add('Item1.1')
tmp.SubMenu=mySubPop
the add function returns the item just created to the
variable "tmp" "SubMenu" is a variable assigned to the
item you just created. Then use tmp.SubMenu= another
popup menu you have created. ie
myPopUp = new PopUp(null,100,100,100);
mySubPop = new PopUp(null,100,100,100);
You can also check out the widget I am working on that
simplifies the creation and uses graphic buttons to
launch the popup menus (might be what you are looking
for):
Example with explanation of how to use-
http://www.merlinsworld.net/dynapi_ri_dcexamples/image_button.html
different graphics example-
http://www.merlinsworld.net/dynapitest/im06.shtml
yet another example-
http://www.merlinsworld.net/dynapi_ri_dcexamples/button_menu_2.html
Hope this helps,
Cheers
Dave C. "You Changed What?!?"
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help