As a brand-new wxFrameBuilder user I've created the project and the main
frame (menus, status bar, boxsizer, tabbed notebook). Next step is to add a
separate panel for each tab.
What is the preferred approach for using wxFrameBuilder effectively?
Should each panel on the notebook be a separate project so each has discrete
.py and .xrc files?
My prior tabbed notebook project had the notebook as a separate class in
the main module, along with the main frame, menus, and status bar and
appropriate methods. Each panel was a separate module with the wxPython
framework and its appropriate methods. There's not much documentation that
I've found. I'm sure that with a bit of experience under my belt it will all
become (ahem!) 'intuitive.'
Trying to learn how to use the latest wxFrameBuilder; it's frustating
without any docs.
I try to add a choicebox, but as soon as I try to enter a second choice wxFB
crashes.
This happens if I put all choices on a single line (but the up and down
arrows suggest this is not the correct way). It also happens after I enter
the first choice and press the Tab or Enter keys.
How am I supposed to enter choices in this widget?
I saw your answer in the other thread. So, I’m using wxFormBuilder for all my projects, with previous versions: yes it crash a lot and no, it don’t have any manual.
Choices: in the property control (left side of wxFB), you will find the choices one ( I’m writing this from my memory check the correct names) it have a button for add it, popups a little window where you can add one by one and select the order.
Choices: in the property control (left side of wxFB), you will find the
choices one ( I'm writing this from my memory check the correct names) it
have a button for add it, popups a little window where you can add one by
one and select the order.
Mario,
As I wrote in response to a previous message in the thread, I figured it
out by trial and error.