Re: [PyKDE] eric3 crash upon deleting selected line

2005-09-23 Thread Phil Thompson
On Friday 23 September 2005 9:23 pm, Mike Tammerman wrote: > Hi, > > Although, I tested with the GPL'ed version of Qt, I think the problem > is not related with neither Qt nor Eric. When I try to run eric from > console, I get the following assertion; > > Assertion [line < pdoc->LinesTotal()] faile

Re: [PyKDE] KPDF KPart

2005-09-23 Thread David Boddie
On Wed, 21 Sep 2005 19:22:52, Rajeev J Sebastian wrote: > On Wednesday 21 September 2005 7:14 pm, İsmail Dönmez wrote: > > > On the other hand, I did have to use KApplication instead of > > > QApplication. I guess this was why my code was segfaulting. I didn't > > > have to change my KPart loadi

Re: [PyKDE] eric3 crash upon deleting selected line

2005-09-23 Thread Mike Tammerman
Hi, Although, I tested with the GPL'ed version of Qt, I think the problem is not related with neither Qt nor Eric. When I try to run eric from console, I get the following assertion; Assertion [line < pdoc->LinesTotal()] failed at ..\src\Editor.cpp Therefore, it seems to be a scintilla bug. Here

Re: [PyKDE] PyKDE update

2005-09-23 Thread Jim Bublitz
On Friday 23 September 2005 00:32, Phil Thompson wrote: > > Phil's post regarding sipconfig.py today may mean that PyKDE won't build > > with > > the newest sip releases, because configure.py for PyKDE probably looks > > for Qt > > info in sipconfig.py, and it's no longer there. Not a difficult fix

Re: [PyKDE] Newbie question on QWidget.focusOutEvent

2005-09-23 Thread Hans-Peter Jansen
Am Freitag, 23. September 2005 10:12 schrieb Giovanni Bajo: > Volker Lenhardt <[EMAIL PROTECTED]> wrote: > > But I don't get it to work. I try to open a message box on focus > > change, but it never comes. Focus changes undisturbed. A snippet of > > my script: > > Are you sure you are giving focus

Re: [PyKDE] Newbie question on QWidget.focusOutEvent

2005-09-23 Thread Giovanni Bajo
Volker Lenhardt <[EMAIL PROTECTED]> wrote: > But I don't get it to work. I try to open a message box on focus > change, but it never comes. Focus changes undisturbed. A snippet of > my script: Are you sure you are giving focus to the Combo box? Use the TAB key to give it real focus. If you check,

Re: [PyKDE] PyKDE update

2005-09-23 Thread Phil Thompson
> Phil's post regarding sipconfig.py today may mean that PyKDE won't build > with > the newest sip releases, because configure.py for PyKDE probably looks for > Qt > info in sipconfig.py, and it's no longer there. Not a difficult fix, and I > can get that out earlier if necessary - otherwise that w