Hi,

Do you mean, you want to detect right-click?

You can detect it using ContextMenu object, but when user right clicks,
Flash Player Context menu would appear which can not be removed or hidden.
ContextMenu API allows you to added context menu items(commands) Flash
Player Context menu. Does it solve your purpose?

But again, ContextMenu only works at top-level object, it won't work for
nested objects. But you can still detect by doing some math of detecting if
mouse is over a datagrid cell and user clicked right mouse button...


-abdul

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 21, 2005 2:29 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to intercept 'right-click' on dataGrid cells ?



Hello.

how to intercept 'right-click' on dataGrid cells ?

Thanks. Sanjay






 
Yahoo! Groups Links



 





 
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/
 



Reply via email to