When you use the term "context menu", do you mean right-click access?
Or just normal sub-menus.

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of valdhor
Sent: Tuesday, August 05, 2008 12:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Add a context menu to a menubar item

 

Either this is really easy and I've missed it or it's really quite
difficult.

I have a MenuBar that is created from an ArrayCollection that is
returned from a RemoteObject call:

<mx:MenuBar id="menuBar" itemClick="menuHandler(event)"
dataProvider="{menuBarCollection}" />

How would I get at each item so I can add a context menu to each menu
item?

 

Reply via email to