I'm getting a similar issue with a null _track in ProgressBar.measure() Admittedly this is a bit hairy, but I have a window with a repeater containing a component with two states, one of which adds a ProgressBar as a child. I see the error in measure() in debug builds too, but it's intermittent. Any ideas?
On Tue, May 6, 2008 at 7:45 AM, Danish Tehseen <[EMAIL PROTECTED]> wrote: > On login while loading data in module, users are shown indetermined > progress bar. There might be more than one module showing progress bar at > the same time. > i have used the same control in other modules as well and they are working > fine but those modules are opened in a popup window. > If i simply run the project from flex builder IDE it is working fine. But > the issue is only in the release build. It is throwing the following > exception. > TypeError: Error # 1009: Cannot access a property or method of a ull object > reference. > at mx.controls::ProgressBar/measure() > at mx.core::UIComponent/measureSizes() > at mx.core::UIComponent/validateSize() > at mx.managers::LayoutManager/doPhasedInstantiation() > at Function/http://adobe.com/AS3/2006/builtin::apply() > at mx.core::UIComponent/callLaterDispatcher2() > at mx.core::UIComponent/callLaterDispatcher() > Can somebody guide me what am i doing wrong? > Thanks. > Danish > > __________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > >

