Re: [PyKDE] Keeping DCOP object reference does not work

2006-10-15 Thread Jim Bublitz
On Sunday 15 October 2006 05:41, Krzysztof Lichota wrote: > Jim Bublitz napisał(a): > > On Wednesday 11 October 2006 01:40, Krzysztof Lichota wrote: > >> If I create instance right before calling DCOP method, it works. > >> I have noticed that also writing method which returns fresh DCOPObj > >> in

Re: [PyKDE] Keeping DCOP object reference does not work

2006-10-15 Thread Krzysztof Lichota
Jim Bublitz napisał(a): > On Wednesday 11 October 2006 01:40, Krzysztof Lichota wrote: >> If I create instance right before calling DCOP method, it works. >> I have noticed that also writing method which returns fresh DCOPObj >> instance and using this instance does not work. >> >> Any hints why it

Re: [PyKDE] Keeping DCOP object reference does not work

2006-10-12 Thread Jim Bublitz
On Wednesday 11 October 2006 01:40, Krzysztof Lichota wrote: > I have come across the following problem when using pyKDE: when I try > keeping dcopext.DCOPObj reference it does not work. Here is the code I use: > > def initDcopObj(self): > dcop = kdecore.KApplication.dcopClient() > self.dco

[PyKDE] Keeping DCOP object reference does not work

2006-10-11 Thread Krzysztof Lichota
I have come across the following problem when using pyKDE: when I try keeping dcopext.DCOPObj reference it does not work. Here is the code I use: def initDcopObj(self): dcop = kdecore.KApplication.dcopClient() self.dcopObj = dcopext.DCOPObj( kdecore.KApplication.dcopClient().appId(