I have recently upgraded from 2.4.0.7 to 2.4.1.2 (win2k) and noticed that in my application, my call to wxSingleChoiceDialog() now produces a window with no title bar or anything. It looks very weird and I cannot see any style settings or changes to the API that would account for this. I also noticed that the borders on most of my internal windows have become narrower (sunken-style windows) and look quite different. Has anyone else seen this?
How do I get my titlebar back on my wxSingleChoiceDialog()? As it sits now the user can no longer move the dialog.
I have recently upgraded from 2.4.0.7 to 2.4.1.2 (win2k) and noticed that in my application, my call to wxSingleChoiceDialog() now produces a window with no title bar or anything. It looks very weird and I cannot see any style settings or changes to the API that would account for this. I also noticed that the borders on most of my internal windows have become narrower (sunken-style windows) and look quite different. Has anyone else seen this?
How do I get my titlebar back on my wxSingleChoiceDialog()? As it sits now the user can no longer move the dialog.
This has been fixed in 2.4.2.4.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!