Is it possible to use SetExtraStyle(wxRESIZE_BORDER) with wxPreWizard? I am having the same troubles that I was having with SetExtraStyle and wxPreDialog, that is I can't resize it.
Thanks
Ryan
Is it possible to use SetExtraStyle(wxRESIZE_BORDER) with wxPreWizard? I am having the same troubles that I was having with SetExtraStyle and wxPreDialog, that is I can't resize it.
Thanks
Ryan
ryan wrote:
Is it possible to use SetExtraStyle(wxRESIZE_BORDER)
wxRESIZE_BORDER is not an extra style, only those that have a wxWS_EX_ prefix.
with wxPreWizard? I am having the same troubles that I was having with SetExtraStyle and wxPreDialog, that is I can't resize it.
Unfortunatly wxWizard does not allow it's styles to be changed from the default. This has changed in 2.5.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!