Re: [Flashcoders] Regarding ascb Proxy

2006-06-09 Thread mike cann
Okay, i havent ever looked at the proxy class but i think i can take a stab at answering some of your questions, others can probably back me up / correct me on any errors. 1. Yes it appears he could have used slice, perhaps using the for loop is quicker? 2. There are occasions when you want to

Re: [Flashcoders] Regarding ascb Proxy

2006-06-09 Thread erixtekila
Hi, I have slightly modify the Joey's version. I use also the Array.slice which is faster than the loop. For the last arguments, it's a mean to get a reference added as a end param to the callback handler. Easier to dereference after. Note the return at the end of the functions. French

Re: [Flashcoders] Regarding ascb Proxy

2006-06-09 Thread js
Thank you for this excellent enhanced version erixtekila. Just read through the blog post on http://dynamicflash.com/ and it was also a good read. He actually updated the class if you didn't notice--you can find it here: http://dynamicflash.com/classes/Delegate.as erixtekila wrote: Hi, I