Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Bowser Widget Flicker
Bowser Widget Flicker [message #1499922] Fri, 05 December 2014 14:28 Go to next message
Gabe Colburn is currently offline Gabe ColburnFriend
Messages: 28
Registered: December 2012
Junior Member
I'm embedding an HTML5/javascript plotting package into my rap application using the browser.setText() method, which works well. The underlying data changes however based on a user interaction (for example a slider), which calls browser.setText() again with a new plot/data. When this occurs the browser widget briefly repaints with the background color, and then draws the new plot, causing a flicker.

Are there any suggestions of a way to get the browser widget to not flicker (due to redrawing with the background color) on an updated call to setText()?

Thanks!

[Updated on: Fri, 05 December 2014 14:28]

Report message to a moderator

Re: Bowser Widget Flicker [message #1503199 is a reply to message #1499922] Mon, 08 December 2014 08:40 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
Browser#setText generates and sets new HTML page in the browser widget.
It's normal to have flickering when page is (un)loaded. You could try to
update your data by executing JavaScript with Browser#evaluate.
HTH,
Ivan

--
Ivan Furnadjiev

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

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc ORACLE DB
Next Topic:Client Error probably caused by Hyperlink Form Widget
Goto Forum:
  


Current Time: Fri Apr 19 14:10:17 GMT 2024

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

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

Back to the top