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 it

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
w you can get radiobuttons to show up as buttons. > > > > > > 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: Cust

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
w you can get radiobuttons to show up as buttons. > > > > > > 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: Cust

RE: [flexcoders] Re: Custom preloader bug

2008-04-14 Thread Alex Harui
[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 the framework had finished loading. Is there another event I

[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

2005-09-28 Thread Scott Barnes
Heya, I thought i would reply in here vs to your private email about my "Preloader" on Mossyblog.com (hope you don't mind). You can use your own home-grown preloader for the initial application "asset" loading via mx:Application (ie simply slot in your own preloader.swc into the 'preloader' sl

[flexcoders] Re: custom preloader

2005-09-28 Thread Jeremy Rottman
I guess I should have been more specific I have a preloader that I have made in flash. That I would like to use in my test app. It calls the functions qiAgentView, qiAgentFaq, qiAgentDownloads, and qiAgentMarketing. the functions are called from a cfc that I have written. ---

RE: [flexcoders] Re: Custom preloader question

2005-06-01 Thread Roger Gonzalez
> Is what I'm looking for even possible, i.e., creating a custom > preloader SOLELY from an Actionscript class and that would load a > background image and utilize a progress bar? Yes. > It would help immensely to get an answer to this question so I can > decide whether or not to end my searc

[flexcoders] Re: Custom preloader question

2005-06-01 Thread pilby1
Lol, it was in one of the handful of chapters I haven't read. But I did check the book index, looking for "custom" and "preloader", and I didn't find any references. The example in your book required using Flash. I was looking for a preloader that's reliant on only an Actionscript class, i.e,.