Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Workaraund for missing keyBindings
Workaraund for missing keyBindings [message #139947] Fri, 10 July 2009 08:05 Go to next message
Thomas Haskes is currently offline Thomas HaskesFriend
Messages: 147
Registered: July 2009
Senior Member
Hi all,

I'm looking for a workaround htat KeyBindings are missing in RAP. I hav
a custom widget that is hidden somwehere in my application that listens
to keys and is able to call commands. So far so good. Now i have the
problem that i want th custom widget to be able to fire certain
KeyEvents so that I am not bound to calling commands from that widget
only. Is it somehow possible to fire a KeyEvent from that widget that
all KeyListeners would recognize?

Later,
Tom
Re: Workaraund for missing keyBindings [message #140155 is a reply to message #139947] Mon, 13 July 2009 15:23 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Thomas,

Thomas Haskes wrote:
> I'm looking for a workaround htat KeyBindings are missing in RAP. I hav
> a custom widget that is hidden somwehere in my application that listens
> to keys and is able to call commands. So far so good. Now i have the
> problem that i want th custom widget to be able to fire certain
> KeyEvents so that I am not bound to calling commands from that widget
> only. Is it somehow possible to fire a KeyEvent from that widget that
> all KeyListeners would recognize?

I'm sorry, I didn't quite understand what you're trying to implement. I
guess one problem is that a custom widget would not receive events that
occur on other widgets, so you might want to attach a listener to the
client document as we did in Application.js.

I guess you already have some idea how to process events on the server
side, but as I said, I didn't understand how.

Ralf
Previous Topic:Misunderstand system of fixing bug
Next Topic:Highlight the whole row in an editable Table
Goto Forum:
  


Current Time: Thu Apr 25 17:55:21 GMT 2024

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

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

Back to the top