[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when

RE: [flexcoders] Re: Custom preloader bug

2008-04-15 Thread Alex Harui
Subject: [flexcoders] Re: Custom preloader bug Yepee! I finally nailed it! Took me three hours. And I now really think this might be a Flex bug or at least an inconsistency. What I did wrong: I created my main controller (that sets up all event listeners and more) on INIT_COMPLETE And now I create

[flexcoders] Re: Custom preloader bug

2008-04-14 Thread maximecowez
Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when the framework had finished loading. Is there another event I have to listen for then? Plus the bug only seems to apply to children of the Button class. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: Custom preloader bug

2008-04-14 Thread Alex Harui
PROTECTED] On Behalf Of maximecowez Sent: Monday, April 14, 2008 9:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom preloader bug Well I supposed the FlexEvent.INIT_COMPLETE event got dispatched when the framework had finished loading. Is there another event I have to listen