[flexcoders] Re: right click (view source)

2010-03-10 Thread valdhor
http://livedocs.adobe.com/flex/3/html/help.html?content=build_7.html http://livedocs.adobe.com/flex/3/langref/flash/ui/ContextMenu.html http://blog.flexexamples.com/2008/11/07/adding-custom-context-menu-items-to-a-flex-application/ --- In flexcoders@yahoogroups.com, cholid cholid wrote: > > HI

[flexcoders] Re: right click

2010-03-09 Thread Flex Boy
http://cookbooks.adobe.com/post_Right_click_Item_Selecting_and_Context_M\ enu_Manipu-16927.html --- In flexcoders@yahoogroups.com, cholid cholid wrote: > > Hi all > i need right click in my flex

RE: [flexcoders] Re: Right click context menus

2008-11-24 Thread Battershall, Jeff
t;> > > > > > > > > > > > > > > > > > > > > > > > > > > > Right click in the text area and - Voila! Foo bar baby! > > > > > > > > > Rick Winscot > > > > > > > >

Re: [flexcoders] Re: Right click context menus

2008-11-22 Thread Rick Winscot
> > > >>>> > > > http://www.adobe.com/2006/mxml"; >>>> > > > creationComplete="init();" layout="absolute"> >>>> > > > >>>> > > > >>>> > > &g

[flexcoders] Re: Right click context menus

2008-11-22 Thread cesarerocchi
gt; 4. Associate the context menu with the control (in this case the text > > > whatnot control) > > > > > > > > > http://www.adobe.com/2006/mxml"; > > > creationComplete="init();" layout="absolute"> > > > > >

Re: [flexcoders] Re: Right click context menus

2008-06-30 Thread Daniel Freiman
te="init();" layout="absolute"> > > > > > > > > > > > > > > > > > > Right click in the text area and - Voila! Foo bar baby! > > > > > > Rick Winscot > > > > > > > > From: f

[flexcoders] Re: Right click context menus

2008-06-30 Thread sbx33
t; Rick Winscot > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of sbx33 > Sent: Thursday, June 26, 2008 7:44 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Right click context menus > > Unfortunately, I'm not sur

[flexcoders] Re: Right click context menus

2008-06-30 Thread sbx33
On > Behalf Of sbx33 > Sent: Thursday, June 26, 2008 4:44 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Right click context menus > > > > Unfortunately, I'm not sure what to even try. If anyone else has any > ideas, please let me know

RE: [flexcoders] Re: Right click context menus

2008-06-26 Thread Rick Winscot
bx33 Sent: Thursday, June 26, 2008 7:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Right click context menus Unfortunately, I'm not sure what to even try. If anyone else has any ideas, please let me know. Thanks! --- In flexcoders@yahoogroups.com, "Daniel Freiman"

RE: [flexcoders] Re: Right click context menus

2008-06-26 Thread Alex Harui
You might have to make sure the context menu is set on the internal TextField. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sbx33 Sent: Thursday, June 26, 2008 4:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Right

[flexcoders] Re: Right click context menus

2008-06-26 Thread sbx33
Unfortunately, I'm not sure what to even try. If anyone else has any ideas, please let me know. Thanks! --- In flexcoders@yahoogroups.com, "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > I can't find where in my code I am doing it, but I am. I don't remember > caring about the distinction between

[flexcoders] Re: Right-click menu while dragging

2007-01-16 Thread michael.ritchie
Solved! I finally found a solution to the context menu appearing on drag items and menus in Flex. The information came from Adobe's new Flex Cookbook: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=2201 --- In flexcoders@yahoogroups.com, "Michael Ri