Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets
Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #472380] Thu, 13 March 2008 18:07 Go to next message
mowry is currently offline mowryFriend
Messages: 51
Registered: July 2009
Member
Hi,
In my RCP application, Ctrl-C, Ctrl-V, orCtrl-X doesn't work as expected.
I tested in dialogs, editors,..
Is there any thing missing in my rcp application? or is something I added
without knowingly causing this problem.

Note: When I use right mosue options copy, paste, or cut works fine as
expected.

Thanks,
Mowry
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #472383 is a reply to message #472380] Fri, 14 March 2008 20:08 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Cross posting to the swt and rcp newsgroups

mowry wrote:
> Hi,
> In my RCP application, Ctrl-C, Ctrl-V, orCtrl-X doesn't work as expected.
> I tested in dialogs, editors,..
> Is there any thing missing in my rcp application? or is something I
> added without knowingly causing this problem.
> Note: When I use right mosue options copy, paste, or cut works fine as
> expected.
>
> Thanks,
> Mowry
>
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #472384 is a reply to message #472383] Fri, 14 March 2008 21:00 Go to previous messageGo to next message
Carolyn MacLeod is currently offline Carolyn MacLeodFriend
Messages: 149
Registered: July 2009
Senior Member
Please say which OS you are running on, which version of eclipse, and if
possible please provide an SWT snippet that shows the problem.
http://www.eclipse.org/swt/snippets/

Thanks,
Carolyn

"Chris Goldthorpe" <cgold@us.ibm.com> wrote in message
news:frelv1$1ur$2@build.eclipse.org...
> Cross posting to the swt and rcp newsgroups
>
> mowry wrote:
>> Hi,
>> In my RCP application, Ctrl-C, Ctrl-V, orCtrl-X doesn't work as expected.
>> I tested in dialogs, editors,..
>> Is there any thing missing in my rcp application? or is something I added
>> without knowingly causing this problem.
>> Note: When I use right mosue options copy, paste, or cut works fine as
>> expected.
>>
>> Thanks,
>> Mowry
>>
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #472385 is a reply to message #472384] Sat, 15 March 2008 00:54 Go to previous message
mowry is currently offline mowryFriend
Messages: 51
Registered: July 2009
Member
Hi
I am on windows-xp, eclipse 3.3.1.

I tested with simple InputDialog.

Here is the code snippet:

InputDialog d = new
InputDialog(HandlerUtil.getActiveShell(event),"New Folder", "Enter the
folder name", "",null);
d.open();

In this particular scenario, Ctrl-C doesn't work, but ctrl-x works.
in some other places nothing works.But all right mouse options works as
expected.

Thanks,
Mowry
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #610610 is a reply to message #472380] Fri, 14 March 2008 20:08 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Cross posting to the swt and rcp newsgroups

mowry wrote:
> Hi,
> In my RCP application, Ctrl-C, Ctrl-V, orCtrl-X doesn't work as expected.
> I tested in dialogs, editors,..
> Is there any thing missing in my rcp application? or is something I
> added without knowingly causing this problem.
> Note: When I use right mosue options copy, paste, or cut works fine as
> expected.
>
> Thanks,
> Mowry
>
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #610613 is a reply to message #472383] Fri, 14 March 2008 21:00 Go to previous message
Carolyn MacLeod is currently offline Carolyn MacLeodFriend
Messages: 149
Registered: July 2009
Senior Member
Please say which OS you are running on, which version of eclipse, and if
possible please provide an SWT snippet that shows the problem.
http://www.eclipse.org/swt/snippets/

Thanks,
Carolyn

"Chris Goldthorpe" <cgold@us.ibm.com> wrote in message
news:frelv1$1ur$2@build.eclipse.org...
> Cross posting to the swt and rcp newsgroups
>
> mowry wrote:
>> Hi,
>> In my RCP application, Ctrl-C, Ctrl-V, orCtrl-X doesn't work as expected.
>> I tested in dialogs, editors,..
>> Is there any thing missing in my rcp application? or is something I added
>> without knowingly causing this problem.
>> Note: When I use right mosue options copy, paste, or cut works fine as
>> expected.
>>
>> Thanks,
>> Mowry
>>
Re: Ctrl-C, Ctrl-V, or Ctrl-X doesn't work in swt widgets [message #610616 is a reply to message #472384] Sat, 15 March 2008 00:54 Go to previous message
mowry is currently offline mowryFriend
Messages: 51
Registered: July 2009
Member
Hi
I am on windows-xp, eclipse 3.3.1.

I tested with simple InputDialog.

Here is the code snippet:

InputDialog d = new
InputDialog(HandlerUtil.getActiveShell(event),"New Folder", "Enter the
folder name", "",null);
d.open();

In this particular scenario, Ctrl-C doesn't work, but ctrl-x works.
in some other places nothing works.But all right mouse options works as
expected.

Thanks,
Mowry
Previous Topic:eclipse 3.2 system help
Next Topic:external browser support
Goto Forum:
  


Current Time: Thu Apr 25 01:39:45 GMT 2024

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

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

Back to the top