Hi Kris,
I used several GUI's, also wx.
You should look at eric3, it's by far the best of all.
http://www.die-offenbachs.de/detlev/eric3.html
Eric3 uses Qt. Qt is also great with C++.
I ported a major Python project from Windows to Linux under Python-Qt
and encountered no problem whatsoever.
I use
I'm not sure but wouldn't the simplest(perhaps) solution be to store a
reference to all the dialogs you open up in a mapped array of some
kind (dictionary) and whenever you are going to open up a dialog you
check if it already exists a key matching whatever id you choose. If
it exists then use the
Hi,
the properties of the items are just virtual properties like e.g.
color, icon, gender.
Just image that an item represent a human. You can then click on the
item and start a 'Set Human Properties' windows (a frame with a
Notebook object with multiple tabs).
In the 'Set Human Properties' window
On 14 Sep 2005 04:26:11 -0700, [EMAIL PROTECTED] wrote:
>Hi,
>
>I am writing a program in Python and I am using wx.Python for the GUI.
>I have no prior GUI and Python experience so that's why I turn to the
>specialists for aid.
Hello Kris,
I think the specialists are in the wxPython-mailing list