Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » HTML5 support for SWTBrowser
HTML5 support for SWTBrowser [message #907714] Tue, 04 September 2012 08:12 Go to next message
Sumy Joseph is currently offline Sumy JosephFriend
Messages: 23
Registered: July 2009
Junior Member
Hello All,

Does html5 function postmessage() is supported by SWTBrowser widget ?
Is there a way to add a listener to it which can handle the message event .

Thanks,
Sumy
Re: HTML5 support for SWTBrowser [message #915819 is a reply to message #907714] Tue, 18 September 2012 02:39 Go to previous message
Jeeeyul Lee is currently offline Jeeeyul LeeFriend
Messages: 117
Registered: July 2009
Location: Seoul
Senior Member

Actual Browser is provided from client nature and style flag.

Browser browser = new Browser(parent, SWT.WEBKIT);


You can define Browser Function, then scripts in browser can call this function. As a result, script can use a java method(BrowserFunction) as a callback.

Previous Topic:Am I allowed to make SWT jars available in a public maven repository?
Next Topic:osx - leopard (no(t) snow) - eclipse 3.5.1 JavaTimeZoneError
Goto Forum:
  


Current Time: Thu Apr 25 18:09:15 GMT 2024

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

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

Back to the top