Hi,
I am developing a cross platform gui to be used under both Windows and
Linux. I mainly program in Linux and test occassionally under Windows.
Generally it works flawlessly, I just double click on <program>.py in
windows and everything works without change (The files are exactly the same,
they are mounted from samba under both OS).
Unfortunately I developed a problem recently -
* Under Linux all still works as expected
* Under windows almost everything is displayed as expected, EXCEPT that I
cannot manipulate the controls (ie I try clicking on them and nothing
happens) including the scrollbars of the frame.
* Under windows, if I resize the frame the scrollbars starts working, but
the controls are still "stuck"
* Under windows, sometimes the controls are not displayed correctly (it
seems that it is behind some other controls)
In the program the controls are generated on the fly, hence the number of
them changes with each invocation of the program depending on the data.
The frame that contains the controls "stays around" while its children are
added and removed (children includes other frames and controls bounded by
sizers)
If anyone has experience this before I would appreciate some hints. I am
now going throught the tedious process of rolling back my code to see when
it occurred.
My platforms are -
Python 2.2.1
wxPython 2.4.0.1u
Windows 2000 version 5.00.2195 (SP3)
python-2.2-9mdk (rpm) (its python 2.2.1 I think)
wxPython 2.4.0.1u
Linux Mandrake 8.2 (Linux 2.4.19)
Thanks in advance,
Robert