Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Assigning shortcut key to a SWT Combo control


I hope the solution you found was to preceed the combo with a label that contains the & character (ie. in Eclipse, Preferences->Genneral->Appearance then Alt+P moves you to a combo box)



"Arun Simhadri, TLS, Chennai" <arunsimha@xxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

01/07/2009 09:12 AM

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

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
RE: [platform-swt-dev] Assigning shortcut key to a SWT Combo control






Hi,

Sorry for raising such a simple question. I got the solution.

Thanks & Regards
Arun Kumar Simhadri
-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of
arunkumarsimhadri
Sent: Wednesday, January 07, 2009 7:39 PM
To: platform-swt-dev@xxxxxxxxxxx
Subject: [platform-swt-dev] Assigning shortcut key to a SWT Combo
control


I want to assign a ShortCut key (Say "Alt + K") for a SWT Combo on a
Dialog.
Like we do for Buttons by giving placing a "&" symbol before the
required
letter in the setText() method.

I didnt find any way to do the same to a Combo control.

Please help me out.
--
View this message in context:
http://www.nabble.com/Assigning-shortcut-key-to-a-SWT-Combo-control-tp21
331999p21331999.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.

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

DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

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


Back to the top