Hello,
I'm trying to create a family of custom views:
HorizontalSegment is a panel (width 20, height 10) with some methods (TurnOn, TurnOff...)
Verticalsegment is a HorizontalSegment with different size (width 10, height 20), and inherits the methods of HorizontalSegment
DigitalPoint is a customised VerticalSegment ...
I read in the UserGuide.pdf, section 12.4 that "With classes you can add your own custom views which can be based on standard views but with more functions"
Does this mean that a custom view CANNOT be based on a Custom view?
Can anybody help?
Thank you!
Bernard
I'm trying to create a family of custom views:
HorizontalSegment is a panel (width 20, height 10) with some methods (TurnOn, TurnOff...)
Verticalsegment is a HorizontalSegment with different size (width 10, height 20), and inherits the methods of HorizontalSegment
DigitalPoint is a customised VerticalSegment ...
I read in the UserGuide.pdf, section 12.4 that "With classes you can add your own custom views which can be based on standard views but with more functions"
Does this mean that a custom view CANNOT be based on a Custom view?
Can anybody help?
Thank you!
Bernard