[PyKDE] raiseW() not raising window anymore?

2005-08-11 Thread Ken Godee
Problem came about after system install/upgrade, to. CentOS 3.5, KDE 3.4.1, Qt 3.3.4, PyQt 3.14.1 sip 3.11, python 2.2.3, xfce 4.0.6 I have a "modeless" dialog that has a button that when clicked raises (used to) the applications main window also leaving the dialog open but now under, (but s

Re: [PyKDE] Simple KHtml program crashing at exit

2005-08-11 Thread David Boddie
On Thursday 11 August 2005 19:23, Jim Bublitz wrote: > (Somehow I received this with the leftmost characters missing on every > line - data compression?) It's the usual result when various pieces of software disagree on the way text is encoded. I usually try very hard to avoid getting that effec

Re: [PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread jul
QScintilla translations need updating again for the new batch file lexer - blame Detlev ;) Boh Detlev! ;p Here is the french one. ++ Jul. qscintilla_fr.tbz2 Description: Binary data ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http

Re: [PyKDE] Disappearing Layout Widget

2005-08-11 Thread Chad Brantly
This kind of works, but not exactly. self.SearchCriteriaGroupBox.layout() is a QVBoxLayout, not the QGridLayout. I need to get to the QGridLayout created in the ui file and insert another widget into it. I tried changing the last line of main.py to: SearchCrteriaGroupBoxLayout = QG

Re: [PyKDE] Simple KHtml program crashing at exit

2005-08-11 Thread Jim Bublitz
On Thursday 11 August 2005 10:03, David Boddie wrote: > looked at some of my own experiments with using KHTML from > ython, and found that you can at least stop the crash on exit by > mplementing a close method: > >def close(self, alsoDelete = 1): >return HWidget.close(self, 1) > > ote

Re: [PyKDE] Simple KHtml program crashing at exit

2005-08-11 Thread David Boddie
On Wed, 10 Aug 2005 10:16:32, Ismail Dönmez wrote: I have a very simple Khtml program like this ...] from qt import * from hwidget import HWidget import khtml from kdecore import KApplication, KCmdLineArgs, KAboutData class HtmlWidget(HWidget): def __init__(self, parent=None, name="

Re: [PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread Phil Thompson
> Phil Thompson schrieb: > >>I plan to release new versions of SIP, PyQt and QScintilla some time next >>week. The current snapshots can be treated as release candidates. >> >>There have been a number of subtle changes under the covers - now would >> be >>a good time to test with your favorite apps

Re: [PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread Eron Lloyd
On Thursday 11 August 2005 5:48 am, Phil Thompson wrote: > I plan to release new versions of SIP, PyQt and QScintilla some time next > week. The current snapshots can be treated as release candidates. > > There have been a number of subtle changes under the covers - now would be > a good time to te

Re: [PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread Ulrich Berning
Phil Thompson schrieb: I plan to release new versions of SIP, PyQt and QScintilla some time next week. The current snapshots can be treated as release candidates. There have been a number of subtle changes under the covers - now would be a good time to test with your favorite apps. QScintilla

[PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread Phil Thompson
I plan to release new versions of SIP, PyQt and QScintilla some time next week. The current snapshots can be treated as release candidates. There have been a number of subtle changes under the covers - now would be a good time to test with your favorite apps. QScintilla translations need updating