Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to get action in local tool bar is focused?
icon5.gif  How to get action in local tool bar is focused? [message #1419770] Tue, 09 September 2014 04:14 Go to next message
Vinh Nguyen is currently offline Vinh NguyenFriend
Messages: 1
Registered: September 2014
Junior Member
Hi all,
I have issue, i want get action is focused in tool bar, and when key Enter listener will run action is focused.
can everyone help me!

Thanks.
  • Attachment: action.png
    (Size: 14.53KB, Downloaded 132 times)
Re: How to get action in local tool bar is focused? [message #1420091 is a reply to message #1419770] Tue, 09 September 2014 13:30 Go to previous message
Eclipse UserFriend
That's not the way things work in Eclipse apps. If you want "enter" to invoke some action within your part, you need to somehow bind it either explicitly using SWT's key-press / key-released events on your various widgets, or possibly using a key-binding preferably scoped to your part.

Brian.
Previous Topic:Howto connect Common Navigator double click to my Command?
Next Topic:Get the eclipse application Launcher Name
Goto Forum:
  


Current Time: Fri Apr 19 23:22:20 GMT 2024

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

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

Back to the top