Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Cut/Copy/Paste for CustomControls
Cut/Copy/Paste for CustomControls [message #524608] Thu, 01 April 2010 10:22
Andreas Schmid is currently offline Andreas SchmidFriend
Messages: 17
Registered: July 2009
Junior Member
Hello,

I am using WidgetMethodHandler for Cut/Copy/Paste.

Text, Combo and StyledText do allready implement cut(), copy() and paste().

Right now i want to implement some kind of cut/copy/paste to my lists
also. But extending lists should not be done. So the only posibility to
"extend" my list is to create a composite which contains a list. This
composite now can implement the cut/copy/paste methods.

The problem is, WidgetMethodHandler is looking for the focused control.
If you now klick on my composite, you are klicking on the embedded list,
which does not have cut/copy/paste and for those reasons the
WidgetMethodHandler will not work.

how can i solve this problem ? Any Idea?

Thanks

Andreas
Previous Topic:Custom preferences FieldEditor causes error
Next Topic:CBanner: I can't mix images and text in Tool Items
Goto Forum:
  


Current Time: Thu Apr 18 05:45:21 GMT 2024

Powered by FUDForum. Page generated in 0.01501 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top