Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Processing KeyAdapter in RAP
Processing KeyAdapter in RAP [message #502764] Wed, 09 December 2009 16:15 Go to next message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
I've read about processing ModifyListener and VerifyListener on
high-latency networks.

Do the same advisories apply to processing KeyAdaptor events?

Thanks
Re: Processing KeyAdapter in RAP [message #502929 is a reply to message #502764] Thu, 10 December 2009 10:54 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
What is true for Modify- and VerifyEvents even more applies to
KeyEvents.
Modify- and VerifyEvents work with a small delay, thus multiple
events are sent at once.
KeyEvents were only introduced to facilitate CellEditors and are not
meant for general purpose. If you are using them nonetheless, be
aware of the implications in high-latency networks.

HTH
Rüdiger Herrmann
http://eclipsesource.com

exquisitus wrote:
> I've read about processing ModifyListener and VerifyListener on
> high-latency networks.
>
> Do the same advisories apply to processing KeyAdaptor events?
>
> Thanks
Previous Topic:Access Widgets via Javascript on client side
Next Topic:Firefox 2.x has problems with displaying Text widgets on business/fancy themes
Goto Forum:
  


Current Time: Thu Apr 25 17:36:31 GMT 2024

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

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

Back to the top