[flexcoders] Re:Drag and Drop issues

2008-02-21 Thread Jon Harris
Hi, this is just a quick stab at your problem: maybe have the parent component that gets fired up or excited by the event do some 'hit testing' on it's children, and do some sort of further dispatch or signalling from there to the appropriate child component. I haven't noticed a 'z-order'

[flexcoders] Browser Sensitive Editable DataGrid

2008-02-09 Thread Jon Harris
This is my own response to my sourpuss missive re mx:DataGrid and it erupting in a RTE on a simple hold down the tab key stress test My app WORKS* in MSIE 6.z (that is, no RTE dialog) The same URL fails in Mozilla Firefox 2.0.0.12 and Opera 9.25 - pretty much identically. I

[flexcoders] Re: Object is Null? How can it be if it's a component in main.mxml.

2008-02-05 Thread Jon Harris
Hi, if it's in a ViewStack then you might need to set the 'creationPolicy=all instead of the default value 'auto' which means instantiation is deferred until necessary (i.w. when the viewstack item is displayed) On another topic, I was going to mention that the ArrayCollection class support

[flexcoders] Re: DataGrid itemEditor displaylag

2008-01-29 Thread Jon Harris
Hi all and Sharif, thanks for the code tip, to incorporate a dispatchEvent and the Flex annotation bindable event=dataChange, but that didn't seem to work to cause model.Locator content update on-screen. What did work, is a friend noticed that I'm using this setup: DataGrid // John's use