Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92481 > unrolled thread
| Started by | mewthree19@hotmail.com |
|---|---|
| First post | 2015-06-11 06:53 -0700 |
| Last post | 2015-06-12 22:11 +0200 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
Writting Dialog to enter preset items from a combo list mewthree19@hotmail.com - 2015-06-11 06:53 -0700
Re: Writting Dialog to enter preset items from a combo list Wayne Norman <mewthree19@hotmail.com> - 2015-06-12 10:39 -0700
Re: Writting Dialog to enter preset items from a combo list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-12 18:46 +0100
Re: Writting Dialog to enter preset items from a combo list Laura Creighton <lac@openend.se> - 2015-06-12 22:11 +0200
| From | mewthree19@hotmail.com |
|---|---|
| Date | 2015-06-11 06:53 -0700 |
| Subject | Writting Dialog to enter preset items from a combo list |
| Message-ID | <95b7c4d2-6afd-4694-b3c4-6e4f856b4617@googlegroups.com> |
ok that subject is complex I known I am fairly new to python programming and I am using python 3.4.3 and the gui editor/creator boa Constructor and and another one what I can't think of as I type this will add later on as am typing this of public system and not the computer I do most of my programming on I have wxPheonix installed for my python version. I have it layed out like this COMBOLIST1 TEXTBOX1 COMBOLIST2 TEXTBOX2 COMBOLIST3 TEXTBOX3 COMBOLIST4 TEXTBOX4 after this I would like to put a button to add more textbox and combolist if needed TEXTBOX5 COMBOLIST5 and then once its done it gets all the information from the textbox and combolist and prints it to a RFT/TXT section on the main form of my program is this possible to do if so how if it is not please can you help me work out how to do something that would work
[toc] | [next] | [standalone]
| From | Wayne Norman <mewthree19@hotmail.com> |
|---|---|
| Date | 2015-06-12 10:39 -0700 |
| Message-ID | <a6f934b9-d013-4c92-b1f5-e5dbf84886b4@googlegroups.com> |
| In reply to | #92481 |
ok I have wxFormBuilder as well and so could use some help with working on my project I would explain exactally what I am doing to and one who wishes to aid me with this. for now I will has it has to do with a minecraft mod if you would like to known more I will put more here
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-06-12 18:46 +0100 |
| Message-ID | <mailman.431.1434131224.13271.python-list@python.org> |
| In reply to | #92540 |
On 12/06/2015 18:39, Wayne Norman wrote: > ok I have wxFormBuilder as well and so could use some help with working on my project I would explain exactally what I am doing to and one who wishes to aid me with this. > > for now I will has it has to do with a minecraft mod if you would like to known more I will put more here > You'd be better off putting your question(s) on the wxPython users list, see http://wiki.wxpython.org/wxPython-users -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
[toc] | [prev] | [next] | [standalone]
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-06-12 22:11 +0200 |
| Message-ID | <mailman.437.1434139921.13271.python-list@python.org> |
| In reply to | #92540 |
In a message of Fri, 12 Jun 2015 10:39:36 -0700, Wayne Norman writes: >ok I have wxFormBuilder as well and so could use some help with working on my project I would explain exactally what I am doing to and one who wishes to aid me with this. > >for now I will has it has to do with a minecraft mod if you would like to known more I will put more here >-- >https://mail.python.org/mailman/listinfo/python-list The wxpython mailing lists are over here. http://www.wxpython.org/maillist.php You may have better luck in such places -- I for one wish you well, but never have used wxpython beyond testing it to see if I liked it better than tkinter (and I didn't). Laura
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web