[PythonCE] Re: Data fields don't update, they replace? - and furthermore

2005-01-31 Thread Stewart Midwinter
now it's doing it again! I get two copies of my root window when I start my app. The problem isn't with Python, though, it's with me. for some reason, a double-tap on the hellworld.py icon in Advanced Explorer is launching two copies of the app. If I press-hold on the icon and select Open from

[PythonCE] Re: Data fields don't update, they replace? - never mind

2005-01-31 Thread Stewart Midwinter
Never mind - I must be losing my mind. I thought I saw this behaviour, but when I tried to display it to a colleague, it wouldn't happen. Perhaps what I saw was a previous version of the app hanging around underneath the newer one. sigh... S -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PR

[PythonCE] Data fields don't update, they replace?

2005-01-31 Thread Stewart Midwinter
Strange behaviour observed with Tkinter on PythonCE. I've attached a simple helloworld.py that demonstrates the behaviour. This little app simply displays 'hello, world!' in a label. If you press the Update button, the text changes to 'goodbye, world.' using the config method. In real life, you