RE: [flexcoders] MOUSE RIGHT CLICK EVENT..

2007-12-06 Thread Alex Harui
No such event in the flash player. You can detect context menu events From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yourName Sent: Wednesday, December 05, 2007 11:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] MOUSE RIGHT

RE: [flexcoders] mouse-right-click-event?

2005-09-30 Thread Philippe Maegerman
ilippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David HarrisSent: jeudi 29 septembre 2005 20:47To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] mouse-right-click-event? The other thing to remember...The right click can only be used on the Main

RE: [flexcoders] mouse-right-click-event?

2005-09-30 Thread Christoph Diefenthal
You are right. It works in Version 8! Thanks ! -Ursprüngliche Nachricht- Von: Christoph Diefenthal Gesendet: Freitag, 30. September 2005 10:42 An: 'flexcoders@yahoogroups.com' Betreff: RE: [flexcoders] mouse-right-click-event? Thanks everybody, This example is pretty cool

RE: [flexcoders] mouse-right-click-event?

2005-09-30 Thread Christoph Diefenthal
[mailto:[EMAIL PROTECTED] Im Auftrag von Philippe Maegerman Gesendet: Freitag, 30. September 2005 09:38 An: flexcoders@yahoogroups.com Betreff: RE: [flexcoders] mouse-right-click-event? Been fixed in player 8 :) Couldn't find the example that was posted a few weeks ago ?xml version=1.0

RE: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Tracy Spratt
http://www.cflex.net/showfaq.cfm?Object=faqchannelID=1faqtype=default fields=defaultValues=#Question396 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Diefenthal Sent: Thursday, September 29, 2005 11:05 AM To:

Re: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Clint Modien
I've seen a work around for this somewhere in this group it involved catching using the mouseOver event to determine which component the mouse is over and editing the context menu before the menu is shown... never done it but it might be something to try? Can search this group here... *no

RE: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Tracy Spratt
: [flexcoders] mouse-right-click-event? I've seen a work around for this somewhere in this group it involved catching using the mouseOver event to determine which component the mouse is over and editing the context menu before the menu is shown... never done it but it might be something

Re: [flexcoders] mouse-right-click-event?

2005-09-29 Thread David Harris
: http://www.cflex.net/showfiledetails.cfm?ObjectID=195 Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Thursday, September 29, 2005 2:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] mouse-right-click-event

RE: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Christoph Diefenthal
Ok, I figured out, how to set a ContextMenu on a component. Works fine... with STATIC components like below . But with dynamic components If I change the initThis function below to this function initThis(){ //var my_cm = new _global[ContextMenu](); var my_cm