[Flashcoders] scope in classes

2005-11-07 Thread Eric E. Dolecki
Wondering what the best way to scope mc event functions to a function in a class is... lets say in the class init (this is for a component), you attach some mcs. Then you want to have onRelease functions that scope back down to a private function to handle that. Whats the best way to do

Re: [Flashcoders] scope in classes

2005-11-07 Thread Eric E. Dolecki
); }; // Return the proxy function. return fProxy; } } On Nov 7, 2005, at 12:29 PM, JesterXL wrote: You can use Proxy; ARP has one, and a few other Proxy's have been written that support this. Anyone have the links to those handy? - Original Message - From: Eric E. Dolecki [EMAIL

Re: [Flashcoders] img tag in textarea

2005-11-03 Thread Eric E. Dolecki
the image tag is big buggy. I'd think about nesting some mcs and using a scrollpane or something else instead :/ On Nov 3, 2005, at 5:05 PM, Diego Guebel wrote: I cant get the img tag works as expected/ I want to have some text with images around in a textarea and they simply appear on

Re: [Flashcoders] Circle, rotation to ?

2005-11-01 Thread Eric E. Dolecki
Hmm yes. Looks like the regular Tween stuff won't work. Looks like a rotation easing class might be in order. And it decides whether or not to rotate + or - to get to the destination. Its a bit of work to do, but it would really be worth it. The Tween class seems to only want to += until

Re: [Flashcoders] Circle, rotation to ?

2005-11-01 Thread Eric E. Dolecki
(this, _rotation, Strong.easeOut, this._rotation, newAngle, 1, true); }; // just mind the formatting. :) martin Eric E. Dolecki wrote: Hmm yes. Looks like the regular Tween stuff won't work. Looks like a rotation easing class might be in order. And it decides whether or not to rotate + or - to get

Re: [Flashcoders] setInterval() and the trouble

2005-10-29 Thread Eric E. Dolecki
use setTimeout now and you dont need to worry about interval ids. e.dolecki On Oct 29, 2005, at 11:21 AM, Weyert de Boer wrote: JOR wrote: At first glance it looks like you have a potential continuous loop issue? stopwatchComplete() questionComplete() stopwatchComplete() and so on

[Flashcoders] Not getting my own posts

2005-10-21 Thread Eric E. Dolecki
Even though the list is set to send me my own posts, I am not getting them... e.dolecki ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] testing 1 2 3

2005-10-21 Thread Eric E. Dolecki
will I see my own post? e.d. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] flash linux

2005-10-20 Thread Eric E. Dolecki
micha, How about reporting reproducible steps of the bug here and someone will get it to the engineers to look at? If its a crashing bug, like you have said, and it is reproducible, then please post it up. Otherwise, like Stan said, this indeed comes across like a rant. Eric Dolecki On

Re: [Flashcoders] flash linux

2005-10-20 Thread Eric E. Dolecki
I didn't read that far down. So one of us will try to reproduce your bug and send it in to MM. Thanks. Eric On Oct 20, 2005, at 7:38 AM, Michael Stuhr wrote: Eric E. Dolecki schrieb: micha, How about reporting reproducible steps of the bug here and someone will get

<    1   2   3   4   5