Q: I'm stuck. Where can I go for help?

A: There are several resources, depending on the type of problem.


Q: I would like to add separators to my menus, but there doesn't seem be any way to do this in the designer. How is it done?

A: The recommended method is to put a menu entry wherever a separator should be. Edit the produced code and change "id" to wxID_SEPARATOR and "kind" to wxITEM_SEPARATOR for the line that should be the separator. Boa will not remove known wxPython attributes.


Q: I noticed that on the "New" Palette tab there is a wxFramePanel. What is it used for?

A: There is an example included in the Advanced Boa examples, in the Boa directory (Examples\advanced\FramePanels). Also search the Boa help, as there is mention of _custom_classes and Frame Panels on the "Working with generated source code" page.


Q: I've installed the Python help, but it is not accessable from the icon. Why doesn't it work?

A: There was a typo in Explorer.*.cfg:


Q: I get the message "global name 'wx' not defined"

A: As of Jul 2004, Boa Constructor is not compatible with wxPython 2.5.x. Until this is fixed you'll need to revert to wxPython 2.4.2.4, which can be found at the wxPython download page.

Back to Boa Constructor

BoaFAQ (last edited 2008-03-11 10:50:37 by localhost)