There is no such thing as a klutz :) We are all beautiful people.

edolecki

On 12/15/05, Miles Thompson <[EMAIL PROTECTED]> wrote:
>
> Eric Dolecki is probably wondering why there's such a klutz on the list.
> Don't blame him, I was positioning my sendAndLoad() ahead of the onLoad(),
> for this reason.
>
> If organized this way:
>         varReceiver.onLoad( success:boolean)
>                 .... and code ...
>         varSender.sendAndLoad( url, varReceiver, "GET")
>
> When I was debugging, the debugger did not go back and trace the code in
> varReceiver.onLoad as one steps through it single stepped.
> Ergo, the onLoad() code was not executing, as I did not see it executing.
>
> This a flaw in the Flash debugger? The only other debuggers I've used are
> for Visual FoxPro and Visual Basic.
>
> Similarly, because code never halted in varReceiver, the fields returned
> to
> varReceiver could not be examined. It only pointed to its onLoad function.
>
> Regards - Miles Thompson
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to