Hi,

I want to know how to add context sensitive submenu in Flex....


This is how, I add context sensitive menu...

*var* cm:ContextMenu = evt.contextMenuOwner.contextMenu *as* ContextMenu;

*var* dash:ContextMenuItem = *new* ContextMenuItem( *"parent"* );

cm.customItems.push(dash);

Suppose, if I want to add child menu to the "parent", how to do that?



Thanks,

Mohan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to