Hello,
I am trying to setup 2 classes, the 1st of which extends shell, and the 2nd that extends the 1st. I have it working so that the 1st class works fine in the designer, and the 2nd, which adds a control to a publicly exposed composite works fine at runtime, but doesnt' display the parent controls, or the new control at design time. If i look at the log for the child class, it contains the error:
Parsing method: ChildShell
> Parsing method: initGUI
No suitable constructor found for ParentShell
Any suggestions? |