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?

