Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » xwt browser
xwt browser [message #580791] Fri, 13 August 2010 10:48
Eclipse UserFriend
How can one create in xwt a browser widget to display html directly from code (not from url)?

This is not working:
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" xmlns:c="clr-namespace:testxwt"
xmlns:j="clr-namespace:java.lang" x:Class="testxwt.Browser">
<Composite.layout>
<GridLayout numColumns="1" />
</Composite.layout>

<Browser text="<html><body>test</body></html>" x:style="SWT.NONE"></Browser>
</Composite>
Previous Topic:Where's the best place to start with e4?
Next Topic:Getting the Eclipse Context for DI
Goto Forum:
  


Current Time: Fri Jul 04 08:57:55 EDT 2025

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

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

Back to the top