Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » KeyEvents not getting registered on WizardDialog
KeyEvents not getting registered on WizardDialog [message #1014205] Mon, 25 February 2013 11:13 Go to next message
karishma Agarwal is currently offline karishma AgarwalFriend
Messages: 28
Registered: June 2011
Junior Member
I have created a WizardDialog with a wizard. The wizard has a wizardpage which consists of a composite, inside which I have my natTable. The wizardDialog has two buttons- Finish & Cancel. When I press any key like Enter or Tab on the buttons, its not working. If I remove the nattable, then the key events are working. How is the nattable affecting the working of buttons in the WizardDialog? What could be the problem?

Thanks,
Karishma.
Re: KeyEvents not getting registered on WizardDialog [message #1015163 is a reply to message #1014205] Wed, 27 February 2013 15:43 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Hi,

well key events like tab or enter will be consumed by the NatTable if it has focus. Maybe you need to set the focus on startup of the wizard to the buttons explicitly.

Hope that helps,
Dirk
Previous Topic:ListDataProvider update/remove elements
Next Topic:Selection and focus
Goto Forum:
  


Current Time: Fri Apr 26 12:46:18 GMT 2024

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

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

Back to the top