[flexcoders] Using ContextMenu with DataGrid

2008-12-04 Thread kaleb_pederson
What is the proper way to get the rowIndex into my dataProvider when using a context menu? Here's a few things that I tried and why they didn't work: 1) Cast event.mouseTarget to the DataGridItemRenderer and used listData.rowIndex property. This doesn't work because rowIndex is really the index

[flexcoders] Using ContextMenu

2005-08-23 Thread Prasad Dhananjaya
Hi All, I want to display right-click context menu only in the canves area. Can someone please tell me how to do this?. My code displays context menu in the whole application. Not only canves area. Thanks, Prasad --- ?xml

Re: [flexcoders] Using ContextMenu

2005-08-23 Thread Clint Modien
Can't do it in the current version of the flash player... possibly in a few months when the next version comes out? Not something I'd code against though. Search the group for double click as the only alternative I found to offer a second mouse action.

RE: [flexcoders] Using ContextMenu

2005-08-23 Thread Abdul Qabiz
remove the context menu(by clearing customItems array). Does it make sense? -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Wednesday, August 24, 2005 9:04 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Using ContextMenu Can't do