Re: [PyKDE] memleak with QMovie

2005-09-21 Thread Russell Valentine
Torsten Marek said the following on 09/20/05 13:06: > Hans-Peter Jansen schrieb: > >>>Am Montag, 19. September 2005 00:28 schrieb Russell Valentine: >>> >>> Phil Thompson said the following on 09/18/05 17:13: >On Sunday 18 September 2005 10:11 pm, Russell Valentine wrote: > >

Re: [review] Re: [PyKDE] KPDF KPart

2005-09-21 Thread Jim Bublitz
On Wednesday 21 September 2005 12:03, Rajeev J Sebastian wrote: > On Wednesday 21 September 2005 6:32 pm, Jim Bublitz wrote: > > On Wednesday 21 September 2005 10:50, David Boddie wrote: > > > On Wed Sep 21 17:57:58, Rajeev J Sebastian wrote: > > > > I am trying to use the KPDF KPart in my applicat

Re: [review] Re: [PyKDE] KPDF KPart

2005-09-21 Thread Jim Bublitz
On Wednesday 21 September 2005 12:05, Rajeev J Sebastian wrote: > On Wednesday 21 September 2005 6:32 pm, Jim Bublitz wrote: > > On Wednesday 21 September 2005 10:50, David Boddie wrote: > > > > > > It's important to use KParts.MainWindow instead of KMainWindow for your > > application - something

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
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 loading code after noticing David Boddie's (great!) > > tip to use K

Re: [PyKDE] KPDF KPart

2005-09-21 Thread İsmail Dönmez
Çarşamba 21 Eylül 2005 22:05 tarihinde, Rajeev J Sebastian şunları yazmıştı: > On Wednesday 21 September 2005 6:32 pm, Jim Bublitz wrote: > > On Wednesday 21 September 2005 10:50, David Boddie wrote: > > > > > > It's important to use KParts.MainWindow instead of KMainWindow for your > > applicatio

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
On Wednesday 21 September 2005 6:32 pm, Jim Bublitz wrote: > On Wednesday 21 September 2005 10:50, David Boddie wrote: > > On Wed Sep 21 17:57:58, Rajeev J Sebastian wrote: > > > I am trying to use the KPDF KPart in my application. So far, I have > > > been successful in using KHTML Part, and so I

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
On Wednesday 21 September 2005 6:32 pm, Jim Bublitz wrote: > On Wednesday 21 September 2005 10:50, David Boddie wrote: > > It's important to use KParts.MainWindow instead of KMainWindow for your > application - something that's easy to overlook (at least it is for me). On the other hand, I did hav

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Jim Bublitz
On Wednesday 21 September 2005 10:50, David Boddie wrote: > On Wed Sep 21 17:57:58, Rajeev J Sebastian wrote: > > I am trying to use the KPDF KPart in my application. So far, I have been > > successful in using KHTML Part, and so I want to go further. I am using > > the following code: > > > > self

Re: [PyKDE] KPDF KPart

2005-09-21 Thread David Boddie
On Wed Sep 21 17:57:58, Rajeev J Sebastian wrote: > I am trying to use the KPDF KPart in my application. So far, I have been > successful in using KHTML Part, and so I want to go further. I am using the > following code: > > self.viewTB = createReadOnlyPart("libkpdfpart", self, "Kpdf", >

Re: [PyKDE] eric3 crash upon deleting selected line

2005-09-21 Thread Detlev Offenbach
Am Dienstag, 20. September 2005 15:16 schrieb Burkhard Doliwa: > Hi, > > I have made the experience that eric3 tends to crash when I try to > delete a selected line in the text editor using the delete-key. > > Furthermore, the problem of having a permanent foreground eric3 window > (see my email fr

[PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
Hi, I am trying to use the KPDF KPart in my application. So far, I have been successful in using KHTML Part, and so I want to go further. I am using the following code: self.viewTB = createReadOnlyPart("libkpdfpart", self, "Kpdf", "KParts::ReadOnlyPart") However, this causes a segfault. Has a