|
I tried setting my mx:Application with an
id of “myApp” and sending that into the createMenu call. Works fine
again with the button….not on the change event for the Datagrid. _________________________________________ Jonathan Miranda Flexible Master of the Web From: Have you tried parenting the Menu to the Application or some
higher-level container (ie: pass a container instead of null as the first
argument in createMenu())? -----Original Message----- Alright, after reading through all the archives, cflex.net and
google…I’ve come to the conclusion I can’t solve my issue J I have a super basic
menu function. myMenu =
Menu.createMenu(null, myEMP2Service.result.query.row); myMenu.show(200,
10); Alert.show("trace:
"+myMenu,"hey!",Alert.OK); } I call this from a button
on my movie. <mx:Button id="clickBtn" label="Add Note" click="showMenu()"/> No menu! But the alert
shows the menu exists! No matter where I move it, it doesn’t show up. Can
you not do menus on changeEvents for Datagrids? I’m assuming
it’s a depth issue of some sort…ideas?
|
- RE: [flexcoders] Return of the Menu Depth Monster! Jonathan Miranda

