RE: [flexcoders] Execute code before any component is put on the stage

2005-02-22 Thread Erik Westra
eers, Dirk -Original Message-From: Erik Westra [mailto:[EMAIL PROTECTED]Sent: Friday, February 18, 2005 4:48 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage What i want to achieve? I created a custom CSS parser wich enables u to s

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-22 Thread Matt Chotin
PROTECTED] Sent: Tuesday, February 22, 2005 1:37 AM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] Execute code before any component is put on the stage Yeah I thought of that solution too. What works too is escape the {and }. Mx:String is not a actionscript class as faras I can tell

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Matt Horn
Title: Message Maybe trigger the code from the load event of the container? matt h From: Erik Westra [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 9:26 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Execute code before any component is put on the stage Is it possible

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Erik Westra
Title: Message Nope, tried that, still to late... From: Matt Horn [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 februari 2005 15:33To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage Maybe trigger the code from the load event

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Erik Westra
:[EMAIL PROTECTED] Sent: vrijdag 18 februari 2005 16:08To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage Try the initialize event on the main Application tag: mx:Application initialize="yourFunction()" ... Dirk. -Origin

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Dirk Eismann
-From: Erik Westra [mailto:[EMAIL PROTECTED]Sent: Friday, February 18, 2005 4:19 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage When the initialize event is called, all 'mx:' tags that refer to mxml files (wich are compiled

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Erik Westra
:39To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage Sorry, but what exactly do you want to achieve? The initialize event on the main app will fire when all components are initialized, that's true. Flex instantiates the components from

RE: [flexcoders] Execute code before any component is put on the stage

2005-02-18 Thread Dirk Eismann
s. Cheers, Dirk -Original Message-From: Erik Westra [mailto:[EMAIL PROTECTED]Sent: Friday, February 18, 2005 4:48 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Execute code before any component is put on the stage What i want to achieve? I created a custom CSS parser wich