Hi everyone, I don't want to hijack this thread but it reminded me about one problem I had with the context menu.
Does anyone knows a way to put a check before an item in the context menu ? Flash Player can do it (see Play and loop entries). I could not find anything in the ContextMenu Class. Thanks, Cristian --- In [email protected], Jeff Tapper <[EMAIL PROTECTED]> wrote: > > I've always dealt with leaving the miniumum information in the context > menu, since the items you add appear first. Also, if you use the > hideBuiltInItems() method, there are only 4 built in items which appear > with what you add. > > At 10:57 AM 6/13/2006, you wrote: > > >Hi everyone, > > > >OK, I really need to have a right click context menu coming up in a tree - > >either my own or the Flash one. > > > >It seems the Flash one cannot be done without some other stuff in it that > >we do not want. Has anyone found a way to maybe fake it so that the built > >in one does not come up? All the reading I have found on the subject > >involved previous versions of the player or involved bringing up other > >Alerts and stuff, but not a context menu. > > > >I have considered maybe bringing up a context menu upon double clicking on > >a line in the tree - but that is just not the way these interfaces would > >normally work. I am trying to simulate sort of an explorer type action on > >files in a tree. Hightlight an item, then right click to do copy, paste, > >delete etc. > > > >Any ideas? > > > >Thanks > > > >Jonathan > > > >On 4/24/06, Matt Chotin <<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote: > >Look for the ContextMenu class in the ASDoc (and reference). You can't > >disable the right-click menu completely, the most you can do is remove > >some of the settings. > > > >Matt > > > > > >-----Original Message----- > >From: <mailto:[email protected]>[email protected] > >[mailto: [EMAIL PROTECTED] On > >Behalf Of Rajni > >Sent: Monday, April 24, 2006 8:03 PM > >To: <mailto:[email protected]>[email protected] > >Subject: [flexcoders] context-menu in flex... > > > > > >Hi, > > > >Can anybody tell me that how to customize the context-menu in flex? > >or how to disable right-click menu in flex? > > > >Thanks > >-Rajni > > > > > > > > > >-- > >Flexcoders Mailing List > >FAQ: > ><http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >Search Archives: > ><http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > >Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > >-- > >Flexcoders Mailing List > >FAQ: > ><http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >Search Archives: > ><http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > > > > >---------- > >YAHOO! GROUPS LINKS > > > > Visit your group "<http://groups.yahoo.com/group/flexcoders>flexcoders" > > on the web. > > > > To unsubscribe from this group, send an email to: > > <mailto:[EMAIL PROTECTED]> > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the > > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service . > > > >---------- > > > > > > > >No virus found in this incoming message. > >Checked by AVG Anti-Virus. > >Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 6/12/2006 > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 6/12/2006 > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

