Re: [PyQt] X Windows Screen goes Blank when new Window opens

2008-02-21 Thread fossks
Aaron/All, The following is a typical class call I use for a new Widget with a pixmap. Can you see anything here that would cause the screen blanking out? Kevin ___ class dvdWidget (QWidget, Ui_dvdWidget): def __init__(self, parent = None): QWidg

[PyQt] X Windows Screen goes Blank when new Window opens

2008-02-20 Thread Kevin Foss
Hi, Can any one explain in X Windows why the screen goes blank whenever a new window is opened? It becomes annoying when I open a new application screen and everything disappears for a second. Is it possible to avoid this? Kevin ___ PyQt maili