Skip to main content



      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 14:07 Go to next message
Eclipse UserFriend
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 16:08 Go to previous messageGo to next message
Eclipse UserFriend
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 17:00 Go to previous messageGo to next message
Eclipse UserFriend
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] Fri, 14 March 2008 20:54 Go to previous message
Eclipse UserFriend
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 16:08 Go to previous message
Eclipse UserFriend
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 17:00 Go to previous message
Eclipse UserFriend
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] Fri, 14 March 2008 20:54 Go to previous message
Eclipse UserFriend
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: Sat May 17 09:32:06 EDT 2025

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

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

Back to the top