Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Scale is slow delivering new selection values
Scale is slow delivering new selection values [message #1410026] Tue, 19 August 2014 15:42 Go to next message
Michael Fritscher is currently offline Michael FritscherFriend
Messages: 43
Registered: September 2012
Member
Hi,

when I move the knob on a scale it needs about a second before I get the selection-event. Is there a way to accelerate it?

Best regards,
Michael Fritscher
Re: Scale is slow delivering new selection values [message #1410048 is a reply to message #1410026] Tue, 19 August 2014 17:07 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
actually, it's exactly 500ms. This is a hard-coded period (not only for
Scale) for merging mouse events, before request with the scale value is
sent to the server. This period is not configurable. See
Scale.js#_scheduleSendChanges for more details.
Best,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Scale is slow delivering new selection values [message #1410678 is a reply to message #1410048] Thu, 21 August 2014 11:12 Go to previous message
Michael Fritscher is currently offline Michael FritscherFriend
Messages: 43
Registered: September 2012
Member
Ah, thanks for the hint - seems that I need to adjust the hardcoded value.
I want to control a robot with the slider, and in this case an additional delay up to 500 ms is way t0o long. (Please no safety concerns, this is a research project, and the robot has safe limitation applied Wink )

Perhaps it would be nice to have a API which allows to set this time.
Previous Topic:Setting up target platform for RAP 2.3 and Teneo 2.0
Next Topic:Markup Validation improvements
Goto Forum:
  


Current Time: Fri Mar 29 07:07:30 GMT 2024

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

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

Back to the top