[flexcoders] Re: RightClick Event

2007-11-12 Thread toofah_gm
I just found my answer: http://livedocs.adobe.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=1276.htm The ContextMenu has an event: ContextMenuEvent.MENU_SELECT --- In flexcoders@yahoogroups.com, "toofah_gm" <[EMAIL PROTECTED]> wrote: > > Tha

[flexcoders] Re: RightClick Event

2007-11-12 Thread toofah_gm
Thanks for the response! The trouble is that I need to do a lookup that can't really be databound in order to determine whether or not to enable the menu item. I really need to update it just before the context menu comes up. --- In flexcoders@yahoogroups.com, "johantrax" <[EMAIL PROTECTED]> wro

[flexcoders] Re: RightClick Event

2007-11-12 Thread johantrax
Well, if I recall correctly, the right-click-event doesn't exist in Flash. However you can alter the contextMenu.customItems (Array) of a component at any time, being even when it's not visible. And you can even use data-binding on it's items. Good luck, --jeetee --- In flexcoders@yahoogroups.c

[flexcoders] Re: RightClick Event

2007-11-12 Thread toofah_gm
Did anyone see this post? Is there really no trigger to use? --- In flexcoders@yahoogroups.com, "toofah_gm" <[EMAIL PROTECTED]> wrote: > > Is there an event that I can use to know that the ContextMenu is about > to pop up when the user Right Clicks? I would like to run some code > to enable/dis