Re: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-06-01 Thread Troy Gilbert
*To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: Is there any way to call super.super.method in AS3? Sorry, but I think you're wrong or misunderstood. If a method is overridden, you can skip around the override like you can in some other languages

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-31 Thread Alex Harui
] On Behalf Of wpding Sent: Wednesday, May 30, 2007 6:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is there any way to call super.super.method in AS3? I guess i have to extend Class C from class A directly. I met this problem, when i tried to extend a component. In my case , The Class

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-31 Thread Ravi Kumar Gummadi
Sent: Thursday, May 31, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Is there any way to call super.super.method in AS3? Yes, or add another class layer between, or make the method replaceable, or make the method in A callable directly, or add a flag Adding another

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-31 Thread Alex Harui
PROTECTED] On Behalf Of Alex Harui Sent: Thursday, May 31, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Is there any way to call super.super.method in AS3? Yes, or add another class layer between, or make the method replaceable, or make the method in A callable directly

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-31 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Wednesday, May 30, 2007 2:10 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Is there any way to call super.super.method in AS3? Sorry, but I think you're

RE: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-30 Thread Alex Harui
, 2007 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is there any way to call super.super.method in AS3? --- In flexcoders@yahoogroups.com, wpding [EMAIL PROTECTED] wrote: I want to override a method of a super class. and I can use super.method to invoke

Re: [flexcoders] Re: Is there any way to call super.super.method in AS3?

2007-05-30 Thread Tom Bray
the override like you can in some other languages From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justinbuser Sent: Wednesday, May 30, 2007 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Is there any way