Questions tagged [boa-constructor]
13 questions
7
votes
1 answer
Python WX - Returning user input from wx Dialog
I'm new to Python and WX. I created a simple test dialog shown below that prompts the user with a combobox. I would like to capture the value from the combox in my main program. How do I call it from my main program?
This is how I was purposing to…

user1314011
- 153
- 2
- 5
- 12
6
votes
4 answers
Can not start boa-constructor successfully
When I start boa-constructor from the command line by starting the script "Boa.py", I got the message says "
D:\Python27\Lib\site-packages\boa-constructor>python Boa.py
Starting Boa Constructor v0.6.1
importing wxPython
reading user…

user2613603
- 147
- 1
- 3
- 9
1
vote
3 answers
Get column number or value in wx.ListControl wxPython
How to get column number or value in wx.ListControl wxPython? I want to sort the item by column when I click it. I'm using BoaConstructor IDE. Please help me :)

Zakky M
- 31
- 2
1
vote
4 answers
could not start boa constructor on windows with python2.7
I am trying to install Boa Constructor on windows 7. I am using python 27.
After installing when i run Boa.py it gave me an error
Starting Boa Constructor v0.6.1
importing wxPython
reading user preferences
Created directory:…

Prakhar
- 530
- 10
- 24
0
votes
1 answer
Adding tabs to notebook using Boa Constructor
I am having trouble using Boa Constructor, specifically in creating a GUI with a tabbed notebook. I cannot get the App to show the multiple tabs or the panels.
I have made wx.App->wx.Frame->wx.Notebook and some panels within the notebook (as shown…

Anake
- 7,201
- 12
- 45
- 59
0
votes
1 answer
I get an error message before editing my code
I work with boa constructor,I have a problem,when I change one or many parameters(border,columns,...) for a component graphically,I validate,then when I try to edit the code I get this message:
translation of the error message :the None values are…

Lina
- 451
- 1
- 8
- 23
0
votes
1 answer
I can't start successfully boa constructor in windows7
When I start boa-constructor(boa-constructor-0.6.1.src.win32.exe) from the command line by starting the script "Boa.py", I got the message says
My python version is "python-2.7.7.msi" and I download wxPyton "wxPython3.0-win32-3.0.0.0-py27.exe"
O…

Lina
- 451
- 1
- 8
- 23
0
votes
1 answer
interacting between modules / classes in wxPython
I have a task of migrating a multi-userframe VBA project with a lot od database interaction into something different - as this must be something that cannot demand installing software (so JRE and .NET are out of the question) I believe this can be…

aPinchOfInsomnia
- 47
- 2
- 9
0
votes
1 answer
boa constructor frame not launching
This is my first application in Boa Constructor and my first time using wxPython.
#Boa:Frame:Frame1
import wx
choiceList = ['DAR', 'Impex', 'Endon', 'Astro', 'Ansell', 'Other']
def create(parent):
return Frame1(parent)
[wxID_FRAME1,…

cohen990
- 83
- 8
0
votes
1 answer
wxPython Dialog self.Destoy() will Freeze Application
I'm using Python 2.6 with wxPython 2.8.12 to develop an application through BoaConstructor. I have an apply button programmed so that it will store some variables from TextCtrl's and then perform a self.Destroy() call on the dialog window to close…

Stanley Switalski
- 43
- 7
0
votes
2 answers
Boa Constructor can't find Python 2.7
On the install screen for Boa Constructor, it says Python 2.2 and 3.1 were found in the registry, however I use 2.7 as my main version. How can I get it to recognise it?

cjm
- 814
- 1
- 11
- 26
0
votes
2 answers
How to run code only when i click on a button..python/wxpython/boa constructor
I'm developing a GUI using wxPython (Boa Constructor IDE). My GUI has the following:
Rich text control
Start button
Stop Button
My requirement is that when I press the START button, numbers (1, 2, 3, etc.) should start printing in the text…

TestingInProd
- 349
- 10
- 26
-1
votes
1 answer
wxPython StyledTextCtrl Hexadecimal formatting
To whomever can lend a hand.
I'm building an app with BoaConstructor in Python which uses a wx.STC.StyledTextCtrl. In this styledtextctrl I am outputting hexadecimal data through Scapy's hexdump function. It adds the line numbers, hexadecimal dump…

Stanley Switalski
- 43
- 7