Re: [PyQt] [PySide] Instant Messaging through PySide PyQtMobility on N900.

2010-10-08 Thread Matti Airas
On 8 October 2010 11:45, praveen koduru prawin1...@gmail.com wrote: I am trying to send Instant message(IM) through N900 using PySide PyQtMobility. I am getting QMessageService sending failed. The code is below: Hi Praveen, after fixing the obvious issue of mixing PySide and PyQt (you

Re: [PyQt] [PySide] Instant Messaging through PySide PyQtMobility on N900.

2010-10-08 Thread Matti Airas
Here you go: http://bugs.openbossa.org/show_bug.cgi?id=406 Feel free to add yourself as a CC to the bug to track it more easily. Cheers, ma. On 8 October 2010 16:54, Matti Airas mai...@iki.fi wrote: On 8 October 2010 11:45, praveen koduru prawin1...@gmail.com wrote: I am trying to send

Re: [PyQt] connectSlotsByName and signals emitted by dialogs?

2008-08-08 Thread Matti Airas
On to, 2008-08-07 at 16:50 +0100, Phil Thompson wrote: connectSlotsByName() (according to the documentation) connects the children of its argument, and not the argument (ie. the dialog) itself. It does sound like a limitation, but unless there is a bug in the documentation, it is the