Thanks Julian,
The wxPropertySheetDialog XRC handler is now working with the updated
XRC format (I didn't have time before to work on this).
One thing that remains is the issue with the CreateButtons(...) /
CreateControls() order. The order in which 4.14 generates it will
always result in a failure when used with XRC. CreateControls() has to
be called before CreateButtons(...) because the wxPropertySheetDialog
is created inside CreateControls(). After all,
wxXmlResource::Get()->LoadObject is called from there.
As I don't have write access to the repository, should I just include
the wxPropertySheetDialogXmlHandler and wxSearchCtrlXmlHandler in a
wxWidgets bug report for you to add them?
Sander
--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools
yahoogroups.com, Julian Smart <julian
...>
wrote:
>
> Hi all,
>
> Mainly bug fixes in 4.14.
>
> Version 4.14, July 30th 2007
>
> * Reduced flicker when changing wxAuiNotebook page properties.
> * Fixed a duplication bug generating wxAuiManager member variable.
> * Added wxNO_BORDER style to wxBitmapButton.
> * Enabled wxMenu for submenu creation.
> * Added data transfer properties for wxButton and wxStaticBitmap.
> * Fixed a problem affecting some Linux systems (Ubuntu in
> particular), in the New Window dialog when generating filenames from
the
> window title/class name.
>
> Best regards,
>
> Julian
>
> --
> Julian Smart, Anthemion Software Ltd.
> 28/5 Gillespie Crescent, Edinburgh, Midlothian, EH10 4HU
> www.anthemion.co.uk | +44 (0)131 229 5306
> Tools for writers: www.writerscafe.co.uk
> wxWidgets RAD: www.anthemion.co.uk/dialogblocks
>
.