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

2007-06-01 Thread Troy Gilbert
f 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 wrong or misunderstood. If a method is overridden, you can

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

2007-05-31 Thread Gordon Smith
guarantee that it remains un-overridden. - Gordon 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.met

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

2007-05-31 Thread Alex Harui
EMAIL 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 dir

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

2007-05-30 Thread Ravi Kumar Gummadi
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, or add a flag Adding an

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

2007-05-30 Thread Alex Harui
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 class layer is the purest form, but adds the weight of another class Extending from A might cause too much duplication of code from B Replaceable

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

2007-05-30 Thread Tom Bray
I wanted to do this today and I blogged about the use-case here: http://www.tombray.com/?p=21 -Tom On May 30, 2007, at 6:41 PM, wpding wrote: 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 C want to repl

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

2007-05-30 Thread Alex Harui
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 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justinbuser Sent: Wednesday, May 30, 2007