Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Inheritence problem - 1.01 b5
Sun, Apr 28 2013 2:27 PMPermanent Link

Leslie

Tim,

The compiler does not see the protected methods defenied deeper than the immediate ancestor.  


[Error] ... Ancestor method does not exist for the ... method

Leslie
Mon, Apr 29 2013 12:23 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< The compiler does not see the protected methods defenied deeper than the
immediate ancestor.   >>

I'll make sure that this is fixed in 1.02.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Apr 30 2013 3:07 AMPermanent Link

Leslie

Tim,

Could be the same issue: overriden protected method is never executed.

Cheers,
Leslie
Tue, Apr 30 2013 11:50 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< Could be the same issue: overriden protected method is never executed. >>

Please elaborate - what are the exact circumstances ?  Is this also a
twice-removed ancestor, like the previous post ?  There are overriden
protected methods throughout the entire framework, so there must be
something particular to your situation.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Apr 30 2013 1:25 PMPermanent Link

Leslie

Tim,

maybe the difference is that the classes of the overriden methods in the framework are located in the same unit.

Cheers,
Leslie
Fri, May 3 2013 9:44 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< maybe the difference is that the classes of the overriden methods in the
framework are located in the same unit. >>

No, the WebForms unit overrides several protected methods from WebCtrls.

Again, what are the *exact* circumstances that you're seeing ?  IOW, please
post some code showing what is not working.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image