[flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread g_vaccarezza
Hi G! Code seems to be fine, but it ain't seem to be working. I wrote the following code withing Flex: // call on creation complete private function initApp():void{ myExternalUrl = Application.application.parameters.theUrl; requestText.text = myExternalUrl; } and then, within the object

Re: [flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread greg h
hi guille, Just to double-check, are you calling initApp()? For instance: mx:Application ... creationComplete=initApp() If that is ok, confirm which html wrapper is being called. (e.g. Flex Builder uses separate wrappers for debug and non-debug). Also, for increased visibility into what is

RE: [flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread Tracy Spratt
, 2007 4:55 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: loading a external variable into a flex app hi guille, Just to double-check, are you calling initApp()? For instance: mx:Application ... creationComplete=initApp() If that is ok, confirm which html wrapper

[flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread g_vaccarezza
greg, I'm effectively calling initApp() as mx:Application ... creationComplete=initApp() I also changed the HTML code for both the regular html and the debug html (since I didn't know which was the right one, I changed both). Really winder what's going on! As for the checkpoint or a

Re: [flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread Michael Klishin
Check out this or use debug mode with Debug Flash Player: https://addons.mozilla.org/firefox/3469/ On 03/01/07, g_vaccarezza [EMAIL PROTECTED] wrote: As for the checkpoint or a trace() statement... I'm having a hard time getting around flex debugging... I'm a Flash user and I'm used to the

Re: [flexcoders] Re: loading a external variable into a flex app

2007-01-02 Thread greg h
Guille, fyi ... I too am a Flash user. Flex 2's debug capabilities are a phenomenal advance for developers like us. I have some notes below regarding FREE DEMOS OF DEBUGGER you might want to check out over at Lynda.comhttp://movielibrary.lynda.com/html/modPage.asp?ID=290 . Taking the queue