Re: [Boa Constr] select pop-up menu in Inspector show no data or icons in Ubuntu 8.04
Status: Beta
Brought to you by:
riaan
From: Alex M. <tec...@wi...> - 2008-10-14 07:16:36
|
Bob Mathias - Sysero llc Dev wrote: > Dear Boa Constructor users, > > On Ubuntu 8.04 I used Synaptic Pacckage Manager to install > Boa-constructor 0.6.1-4. > > When I run Boa Constructor and select the about the information is: > Boa Constructor v0.6.1 > Python 2.5.2 (r252:60911, July 31 2008, 17:31:22) [GCC 4.2.3 (Ubuntu > 4.2.3-2ubuntu7)] wx.Python 2.6.3.2: __WXGTK__, wxGTK, unicode, gtk2, > wx-assertions-off, SWIG-1.3.27,USA en_US.UTF-8, ascii > > I started with the Help Tutorial - Building your first > applcation. I had no > problems with Windows XP. The problem I am having is in the Help "Now > we are going to create the menubar" using the pop-up menu in the > Inspector. The pop-up menu: > 1 - Does not show on the right side the down arrow symbol > 2 - Does not show any list when you select the down arrow. > > In the "Adding the Text Control" using the Inspector in the style field > for any item that has a False or True check box is not showing up. > > Any Ideas how to solve this problem? > > Bob > > I never had much luck with the copies of Boa in the Ubuntu repositories, since it's a python application it's really easy to just check out the latest code to your machine and launch it directly with python. See http://sourceforge.net/cvs/?group_id=1909 Once you download you can make a launcher with: python /path/to/files/boa-constructor-0.6.1/Boa.py Also if patches are made you can always just run an update to get the latest without having to wait for it to make it to Ubuntu(Can take years) Alex |