On Jul 27, 2006, at 10:15 AM, [EMAIL PROTECTED] wrote:
-------------- Original message --------------
From: Erne <[EMAIL PROTECTED]>
From what I understand you can't subclass a Container Control
like you do
any other control, it works more like the way you subclass a
window i.e.
Create a new class (myCC)
Set it's super to ContainerControl
Add your methods, props and whatever
Create a new ContainerControl
Set it's super to myCC
That's next to useless ... i want to modify/specify the
interactions between the component controls by implementing events
and creating new events, overriding methods I created on the parent
ContainerControl ...
It's definitely not "next to useless" -- we're using it ourselves
with very good results and code reusability. However, I can see the
utility in what you're attempting to do. Please file a feature
request/bug report.
Thanks,
Jon
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>