Re: [flexcoders] Adding a menubar to a cell in a datagrid

2007-06-05 Thread Tom Chiverton
On Monday 04 Jun 2007, bill.fogarty17 wrote: This is the error I get: 1195: Attempted access of inaccessible method menuHandler through a reference with static type guess menuHandler isn't public -- Tom Chiverton Helping to augmentatively introduce granular e-commerce on:

Re: [flexcoders] Adding a menubar to a cell in a datagrid

2007-06-05 Thread Harish Sivaramakrishnan
menubar does not implement the interfaces IDropInListItemRenderer or IListItemRenderer. For getting an itemRenderer to work it must be implementing these interfaces. One way to get started on this is to subclass menubar in such a way that it implements the abovementioned interfaces Thanks Harish

[flexcoders] Adding a menubar to a cell in a datagrid

2007-06-04 Thread bill.fogarty17
Hi folks, I need to add a flyout menu to a cell in my datagrid. I customised a Menubar so that it has the style and menu options that I need. But I'm having problems adding it to my datagrid. mx:DataGridColumn dataField=actions headerText=Actions width=60 mx:itemRenderer mx:Component