Re: [PyKDE] custom clipboard types broken?

2005-10-14 Thread Anthony Heading
On Sat, Oct 08, 2005 at 11:30:59PM +0100, Phil Thompson wrote: In the meantime a workaround should be to add the following line after the call to QApplication()... cb = QApplication.clipboard() Just to let you know, as expected, this fixed both this problem and a number of drag-n-drop

Re: [PyKDE] custom clipboard types broken?

2005-10-14 Thread Phil Thompson
On Friday 14 October 2005 4:27 pm, Anthony Heading wrote: On Sat, Oct 08, 2005 at 11:30:59PM +0100, Phil Thompson wrote: In the meantime a workaround should be to add the following line after the call to QApplication()... cb = QApplication.clipboard() Just to let you know, as expected,

Re: [PyKDE] custom clipboard types broken?

2005-10-08 Thread Phil Thompson
On Thursday 06 October 2005 4:54 am, Anthony Heading wrote: Hi, Attached is a program which I believe worked perfectly in earlier versions of pyqt, but now no longer functions. The program is supposed to put data onto the windows clipboard in 'CSV' format (the clipboard id that seems to

[PyKDE] custom clipboard types broken?

2005-10-05 Thread Anthony Heading
Hi, Attached is a program which I believe worked perfectly in earlier versions of pyqt, but now no longer functions. The program is supposed to put data onto the windows clipboard in 'CSV' format (the clipboard id that seems to correspond to CSV format is hardwired in the example, but in