RE: [Flashcoders] FlashDevelop and scope

2006-03-01 Thread Ben Smeets
Just a quicky, I believe this is the way it should do completion. "this" is always the class, not the flash quirks. Might be different though :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: woensdag 1 maart 2006 13:20 To: Flashcod

Re: [Flashcoders] FlashDevelop and scope

2006-03-01 Thread Marcelo Volmaro
Not tested (works under ASDT) function MyClass(){ socket = new XMLSocket(); var _scope:MyClass = this; socket.onData = function(data){ _scope.parse(data); } } On Wed, 01 Mar 2006 09:20:29 -0300, Andreas Rønning <[EMAIL PROTECTED