Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Clipboard notification


Ok, I will add myself in the CC list of this defect.

Thanks !

Arnaud.



Duong Nguyen <duongn@xxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

12/06/2007 08:08 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] Clipboard notification






I'll investigate whether the support is available on all the platforms. In the mean time, please add yourself to the CC list of the defect.


Thanks,

Duong



Arnaud De Muyser <ademuyser@xxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

12/06/2007 08:50 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] Clipboard notification








Hi,


I've found in news group archive a 2002 mail that said:

"
There is currently no support in SWT for notification when the clipboard has
data of a certain type available.  Please enter a feature request."


I would like to know if there exist in eclipse 3.2 any notification or listener

is fired when clipboard content is changed (Clipboard.setContent()).

I think this is welcome to set any Paste button enablement, for example.


The only way I found to do this is to register a FocusListener on all control

of my application to check for clipboard content at each focusGained() call.

As you can see, this is a huge waste of time...


Thanks for your help.


Arnaud.


PS: last minute: I found the following bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=39369

     (no comment updated since 2006-03-16).
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top