Page 1 of 1

wxFrame types

Posted: Sun Sep 09, 2012 3:54 pm
by mnealon
Hello Eran,

Looking at the available options to add to a project, it is obvious that several base styles are missing.

It should be possible to alter your wxFrame based form to one of the other base types :

wxDocParentFrame
wxMDI(Doc)ParentFrame

etc.

Without knowing your code, it should be possible to add a wxChoice to the designer adding the possible options. These could then be used in the wCrafter generated code.

Regards
Malcolm

Re: wxFrame types

Posted: Sun Sep 09, 2012 4:20 pm
by eranif
I have to be honest here: I never used Doc/View wxFrame style, I will need to learn the code and update it accordingly

Note that since they have a different XRC handler in wxWidgets, I will probably will need to add it as a different "buttons"

Eran