Posted 20 years ago
by Scotch
- Las Vegas, NV
If I create a new form that is inherited from WizardDialogForm, the first wizard page does not get the focus. This can be seen just by running the test application and pressing TAB. The focus doesn't move between buttons or any other controls.
This problem does not appear to affect other pages, or even the first page after you have selected a control with the mouse.
My next problem is with the Render object. I've created a BaseWizardDialog class that inherits from WizardDialogForm. I did this for 2 reasons. First, I've got common parameters that need to be sent to the constructor of all my wizard instances. Second, to make development of each wizard instance easier, I set many of the wizard properties (ButtonFlatStyle, FormAcceptButton, etc.) in the base class and the decendents get those values by default. The one item that doesn't seem to work with decendents is the Renderer object. This is probably the most useful property to set as it contains the watermark images, etc. Do you know why I can't set a renderer in the base class and have it carry through to its decendents?
Thanks,
Scotch
This problem does not appear to affect other pages, or even the first page after you have selected a control with the mouse.
My next problem is with the Render object. I've created a BaseWizardDialog class that inherits from WizardDialogForm. I did this for 2 reasons. First, I've got common parameters that need to be sent to the constructor of all my wizard instances. Second, to make development of each wizard instance easier, I set many of the wizard properties (ButtonFlatStyle, FormAcceptButton, etc.) in the base class and the decendents get those values by default. The one item that doesn't seem to work with decendents is the Renderer object. This is probably the most useful property to set as it contains the watermark images, etc. Do you know why I can't set a renderer in the base class and have it carry through to its decendents?
Thanks,
Scotch