View Single Post
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#5
Originally Posted by attila77 View Post
There are some mixups with certain qt packages missing or having the wrong name. As soon as they land, we're good to go as far as I'm concerned..



Err...

Code:
try:
    from PyQt4.QtMaemo5 import *
    USE_MAEMO = True
except:
    USE_MAEMO = False
?



I need to see more context... What is configWin ? Does it have a parent ?
configwin has the main window as parent. In PR 1.1 I used the old method of parenting and that worked fine. In PR1.2 I have tried both old method configWin=ConfigClass(parentwin), as well as leaving out the parent.

===edit===
got this to work using the old method, AND setting the window attribute
__________________
N900_Email_Options Wiki Page

Last edited by mikec; 2010-05-27 at 19:04.