News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxSmith: HtmlWindow patch, and adding support for wxStdDialogButtonSizer

Started by takeshimiya, January 29, 2006, 07:52:42 PM

Previous topic - Next topic

takeshimiya

Hi!

First patch: wxStdDialogButtonSizer addition
I've tried to add support for wxStdDialogButtonSizer to wxSmith. It works in non-XRC mode :), but in XRC fails.
I don't know what to do with the xrc handlers, so I'm attaching the patch here.
Also, I've found some shortcomings in wxSmith when trying to add this, see the TODO's in the patch.

Another patch: wxHtmlWindow fix
I've done XRC saving/loading properly for wxHtmlWindow.
It was saving
Code (xml) Select
<url></url>etc, even if it was empty. And that pops out an "html not found" obviously. So it really shouldn't save the tags at all. This patch fix it. :)

SF is down ATM, but I'll post up there when it goes online again.

[attachment deleted by admin]

byo


byo

Ok, pathes applied  :D
I've also looked for this wxStdDialogButtonSizer and see what's going on with it  :)

I've additionally started redesigning properties system and that may affect widgets code. So I've decided to wait with anything else till rewrite of main engine is done. So the bugs will have to wait. But I hope it won't get long :)