[flexcoders] Re: Array based class throws error for splice method call

2006-02-28 Thread Vadim Melnik
:[EMAIL PROTECTED] *On Behalf Of *Vadim Melnik *Sent:* Monday, February 27, 2006 2:23 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Array based class throws error for splice method call There's a lot of stuff missing it seems in your class Right

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-28 Thread Manish Jethani
On 2/28/06, Vadim Melnik [EMAIL PROTECTED] wrote: Thanks for interesting information, dynamic keyword helps and 1068 runtime error disappears, now I always have pure Access violation GPF in fldbg85a.dll, at 0x00142c74. If someone @ Macromedia need Dr Watson mini dump and test case, it's

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Vadim Melnik
There's a lot of stuff missing it seems in your class Right, because I've cut source code as much as possible to simplify test case. AS3 is strong-type coding, so you need to code in everything you're assuming it understands My code compiles without errors/warnings in strict mode. my

RE: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Jonathan Miranda
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Vadim Melnik Sent: Monday, February 27, 2006 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Array based class throws error for splice method call There's a lot of stuff missing it seems in your class Right, because I've

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Vadim Melnik
@yahoogroups.com Subject: [flexcoders] Re: Array based class throws error for splice method call There's a lot of stuff missing it seems in your class Right, because I've cut source code as much as possible to simplify test case. AS3 is strong-type coding, so you need to code

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Paul BH
: Monday, February 27, 2006 2:23 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Array based class throws error for splice method call There's a lot of stuff missing it seems in your class Right, because I've cut source code as much as possible to simplify test case. AS3 is strong-type

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Johannes Nel
request a hard-copy version. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Vadim MelnikSent: Monday, February 27, 2006 2:23 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Array based class throws error for splice method call There's a lot

[flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Doug Lowder
. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Vadim Melnik *Sent:* Monday, February 27, 2006 2:23 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Array based class throws error for splice method call

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread JesterXL
: Array based class throws error for splice method call That would be unfortunate if true. The current docs *do* say this, however: You can subclass Array and override or add methods; but specify the subclass as dynamic or you will lose the ability to store data in an array. --- In flexcoders

Re: [flexcoders] Re: Array based class throws error for splice method call

2006-02-27 Thread Paul BH
please request a hard-copy version. -- *From:* flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] *On Behalf Of *Vadim Melnik *Sent:* Monday, February 27, 2006 2:23 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Array based class