[flexcoders] Re: Tempermental URLLoader.load()

2012-03-26 Thread nagaofthesea
Howdy Alex- Yes, everything works as expected when it does work including all the calls with the listeners. In the projects it does NOT work all fails silently!! What the heck could THAT be? -Naga --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Maybe you are adding

Re: [flexcoders] external debugger

2012-03-26 Thread Wouter Schreuders
great! thanks this is a super handy class On 23 March 2012 16:50, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: ** You can use MiniInspector to get that type of information.

Re: [flexcoders] external debugger

2012-03-26 Thread Wouter Schreuders
Is there any way to exlude this code being compiled into the release version? On 26 March 2012 11:20, Wouter Schreuders wschreud...@gmail.com wrote: great! thanks this is a super handy class On 23 March 2012 16:50, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: **

Re: [flexcoders] Re: Tempermental URLLoader.load()

2012-03-26 Thread Alex Harui
Use a network monitor and see what is going on underneath. On 3/25/12 11:49 PM, nagaofthesea nagaofthe...@yahoo.com wrote: Howdy Alex- Yes, everything works as expected when it does work including all the calls with the listeners. In the projects it does NOT work all fails silently!!

[flexcoders] XML append child in flex 4.6 sdk

2012-03-26 Thread rid_b80
Hi, Im just wondering how do you append child to XML in flex 4.6. It seems that when I create a project using the flex 4.6 the append child method no longer appear in the code hinting list. But when I use flex 4.5 sdk it does appear. Is there a bug in flex 4.6 to not include this functions?