![]() |
|
#3
|
|||
|
|||
I believe the problem is that the command is being called before the window is created ( i.e. viz.go() ). Try changing your code to the following:
Code:
viz.window.setPosition(500,500) viz.window.setSize(700,300) viz.window.setBorder(viz.BORDER_NONE) viz.go() viz.window.setFloat() |
Tags |
stay on top, window |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unexpected Change of Window Size | javadi | Vizard | 7 | 07-23-2013 02:56 PM |
[win7] Bad quality when not on primary monitor or window has no focus | Huib | Vizard | 5 | 04-12-2012 06:34 AM |
Using a texquad to cover a window | Enlil | Vizard | 4 | 02-07-2012 03:13 PM |
tkinter window focus | John P | Vizard | 4 | 08-31-2009 05:51 AM |
The error window that couldn't | FlyingWren | Vizard | 2 | 12-02-2003 08:23 AM |