Grant Edwards wrote:
> I've been using wxPython for cross platofrm stuff on Linux and
> Windows for 5+ years now for at least a dozen programs. I never
> had any problems like the one you describe (though "appears
> disordered" isn't much of a problem description). I write/test
> on Linux, and th
On 2007-10-04, marcpp <[EMAIL PROTECTED]> wrote:
> Hi I've developed a program (WXpython GUI). In Linux the GUI is correct
> (various distributions), but in Windows all appears disordered.
> Any recomendations?
I've been using wxPython for cross platofrm stuff on Linux and
Windows for 5+ years n
"marcpp" wrote:
> Hi I've developed a program (WXpython GUI). In Linux the GUI is correct
> (various distributions), but in Windows all appears disordered.
> Any recomendations?
You are not going to like this recommendation.
Use Tkinter instead - seems to work nicely cross platform for me.
-
marcpp wrote:
> Hi I've developed a program (WXpython GUI). In Linux the GUI is correct
> (various distributions), but in Windows all appears disordered.
> Any recomendations?
A slightly unhelpful one might be "learn to use sizers", as they are the
key to ordered layouts. Unfortunately the learn