[Anygui-users] Can't maximize windows I create
Brought to you by:
mlh
From: bob s. <bob...@ho...> - 2003-06-07 05:03:41
|
Hi. I'm running anygui 0.1.1 under Windows XP Home w/ Python 2.2.2 and Tkinter. However, I have a problem. Any window I create can't be maximized. When I try to maximize a window, the window looks like it maximizes for a split second but then it shrinks back down to a height that is almost maximum, and it's original width. Subsequent attempts yields the same results. The window won't go beyond it's original width. This happens for any window I create, even the most simple: from anygui import * app = Application() win = Window() app.add(win) app.run() Any ideas? I really like the idea of anygui and love to get it working. Thanks. _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |