Differences between revisions 29 and 30
Revision 29 as of 2017-06-05 19:20:58
Size: 1810
Editor: ffx
Comment:
Revision 30 as of 2017-06-19 19:39:01
Size: 1862
Editor: ffx
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Boa Constructor is a cross platform ''RAD GUI Building IDE'', also known as a ''"GUI builder"''. It offers visual frame creation and manipulation, an object inspector, many views on the source like inheritance hierarchies, object methods and properties, html generated from documentation strings, a debugger and integrated help (though much of it is C++ related). Boa Constructor (see [[https://wiki.wxpython.org/BoaFAQ|FAQ]] also) is a cross platform ''RAD GUI Building IDE'', also known as a ''"GUI builder"''. It offers visual frame creation and manipulation, an object inspector, many views on the source like inheritance hierarchies, object methods and properties, html generated from documentation strings, a debugger and integrated help (though much of it is C++ related).

Boa Constructor (see FAQ also) is a cross platform RAD GUI Building IDE, also known as a "GUI builder". It offers visual frame creation and manipulation, an object inspector, many views on the source like inheritance hierarchies, object methods and properties, html generated from documentation strings, a debugger and integrated help (though much of it is C++ related).

The 2015 release of ver. 0.7.2ß has fixed the dreaded debugger crash of the outdated 0.6 version on http://boa-constructor.sourceforge.net

For the latest update (as of mid 2017) see CurrentVersion 0.7.2 beta


  • On Linux, the fastest way to get going is: unzip the newest download from https://bitbucket.org/cwt/boa-constructor/downloads

  • then open an xterm / Konsole in the .../boa-constructor/Examples/ subdirectory (saves clicking later) .
  • type
  • python ../Boa.py

  • Then open the "guide" example project for a nice simple app which actually works.

  • (No cyclops for "guide" though. To use cyclops analytics, use the .../boa-constructor/Examples/advanced/FramePanels/wxApp1.py )

If you cannot see the widget-tooltips, consider running Boa as root, which worked here.

The debugger works nicely.

So you run Boa straight fom python-sourcecode, no install necessary nor possible afaik. Debian still delivers the old broken 0.6 version, so no point in starting a package manager for Boa.

Also see BoaInstallGuide for installation help and the BoaFAQ for answers to your questions and work all examples which is real fun.

Please refer to BoaErrata for updates to the released documentation. Boa040Upgrade is totally outdated. Still consider it for hints on necessary code changes to be able to move Boa generated code to Boa 0.4 and later from earlier versions.

Boa Constructor (last edited 2017-06-19 19:39:01 by ffx)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.