Posted 20 years ago
by kh
- United Kingdom

hi. i have created a basic app with tool windows which have child controls which all inherit from a common base class. when i save the layout, the <child-name> element for all windows is the base class, not the derived class. because of this the layout file does not load.
the class heirarchy for each control is
UserControl
MyBaseWindow
MyBaseMultiWindow
MyWindow1
MyWindow2
etc...
in the layout file each child element is MyBaseMultiControl. how do i fix this?
thanks
kh
the class heirarchy for each control is
UserControl
MyBaseWindow
MyBaseMultiWindow
MyWindow1
MyWindow2
etc...
in the layout file each child element is MyBaseMultiControl. how do i fix this?
thanks
kh