[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] wxDialogs in Tabbed dialogs
- From: Luke Hart <lukeh@xxxxxxxx>
- Date: Thu, 27 Apr 2006 16:55:12 +0100
- Subject: [XaraXtreme-dev] wxDialogs in Tabbed dialogs
Alex,
Currently all of the dialogs that appear in tabbed dialogs (certainly
for bitmap export) are wxDialogs, this doesn't work since
wxPropertySheet needs them to be wxPanel. Can you tweak your translation
script to make all the dialogs in bmapprev.xrc are wxPanels.
Am I right in thinking that panels don't have titles? I am trying to use
this information to fill out the tabs, which obviously this doesn't work.
Luke