Re: [flexcoders] Re: Advanced Data Grid + ILOG

2009-08-19 Thread Tom Chiverton
So this is fixed in the DV classes that ship with Builder 4 ? Is that available as a stand alone download, just like the older ones are ? -- Helping to greatly pursue fine-grained e-business as part of the IT team of the year, '09 and '08

[flexcoders] Re: Advanced Data Grid + ILOG

2009-08-19 Thread cuttenv
Hey Tom, I reopened the bug here: http://bugs.adobe.com/jira/browse/FLEXDMV-2191 You can vote on it and watch the progress if you want. The fix is in SDK4 so you have to download the latest version of FB and then use that sdk. I reopened the bug because the fix doesn't help enough. It still

[flexcoders] Re: Advanced Data Grid + ILOG

2009-08-18 Thread sameerbhatt13
I've posted the changes I did to the expandAll() method in the comments section in the bug. Can you try it? Please re-open the bug and attach your sample file if you are still encountering this issue. Thanks, Sameer

[flexcoders] Re: Advanced Data Grid + ILOG

2009-08-18 Thread cuttenv
--- In flexcoders@yahoogroups.com, sameerbhatt13 sameerbhat...@... wrote: I've posted the changes I did to the expandAll() method in the comments section in the bug. Can you try it? Please re-open the bug and attach your sample file if you are still encountering this issue. Thanks,

[flexcoders] Re: Advanced Data Grid + ILOG

2009-08-18 Thread cuttenv
Hi again sameer this won't compile... dispatchAdvancedDataGridEvent(AdvancedDataGridEvent.ITEM_OPEN, item, itemRenderer, null); did you mean something along the lines of this? var evt:AdvancedDataGridEvent = new AdvancedDataGridEvent( AdvancedDataGridEvent.ITEM_OPEN, false, false, -1, null, -1,