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.com . Taking the queue f

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 t

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

2007-01-02 Thread Tracy Spratt
ry 02, 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: If that is ok, confirm which html "wrapper" is being called. (e.g. Flex Builde

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: 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 happening at runtime you can add a checkpoint