I'm a wxpython newbiews, and I try to replicate an existant visual basic 6 interface with wxPython
I've some problem to get the some interfaces and after a while (two months) I'm very tired to continue this
Could someone help me with to write this simple interface ???
bye,
Francesco
Hi, Doni. Have you tried wxGlade? What specific problems are you having?
-Mark
ยทยทยท
On Thu, 2003-06-12 at 09:51, Doni Francesco wrote:
I'm a wxpython newbiews, and I try to replicate an existant visual
basic 6 interface with wxPython
I've some problem to get the some interfaces and after a while (two
months) I'm very tired to continue this
Could someone help me with to write this simple interface ???
Doni Francesco wrote:
I'm a wxpython newbiews, and I try to replicate an existant visual basic 6 interface with wxPython
I've some problem to get the some interfaces and after a while (two months) I'm very tired to continue this
Could someone help me with to write this simple interface ???
bye,
Francesco
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Hi Francesco,
I am quit new to wxPython and Python etc. While I had many little (sometimes even big) walls to clime I always found people who helped on this list when I had a particular problem.
Your question is very generic, so not sure where to start.
Are you using an IDE to design your GUI? If not you might want to look at some of these:
- wxGlade - wxGlade download | SourceForge.net
- Boa - Boa Constructor - wxPython GUI Builder download | SourceForge.net
- wxDesigner - http://www.roebling.de/
I am using Boa, only regret I have is that one has to manually code sizers, I believe the others don't have that problem.
Here a few other pages which might help:
http://wiki.wxpython.org/index.cgi/Frequently_20Asked_20Questions#head-d51792183443254caf684bc90de41374f8f99722
http://wiki.wxpython.org/index.cgi/How_20to_20Learn_20wxPython
http://wiki.wxpython.org/index.cgi/Getting_20Started
http://wiki.wxpython.org/index.cgi/wxPython_20Cookbook
Hope some of this helps.
See you
Werner