Hi,
Please see attached code.
In my quest for re-usification (heh!) of code, I'm trying to re-use a panel
from inside a dialog in a wizard. The dialog is defined in an XRC.
The panel definately takes up realestate inside the wizard, however it never
shows the content of the panel. I'm guessing this is related to calling
ShowModal() on dialogs before they are visible - so basically: Is there a way
to accomplish this, besides moving the panel outside of the dialog in the
XRC?
Thanks,
Frank
test.xrc (1011 Bytes)
wizard.py (1.56 KB)