Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » BrowserField not rendering on SWING
BrowserField not rendering on SWING [message #1716963] Wed, 09 December 2015 10:26 Go to next message
Gustavo Bolanho is currently offline Gustavo BolanhoFriend
Messages: 3
Registered: November 2015
Junior Member
Hello again friends.

So, this is strange.

I'm trying to use a Browserfield to show some BIRT reports to my client, accordingly to this thread, this is the best way to do it.

But, my SWING version don't show anything inside the BrowserField,nothing is rendered there. I tried different websites, local files, etc. It work perfectly on RAP and SWT, but nothing is rendered in SWING.

index.php/fa/24230/0/


By the way, I'm using

getBrowserField().setLocation("http://www.wikipedia.org");


Thanks in advance!

[Updated on: Wed, 09 December 2015 10:34]

Report message to a moderator

Re: BrowserField not rendering on SWING [message #1717045 is a reply to message #1716963] Wed, 09 December 2015 17:49 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
It works for me:
index.php/fa/24255/0/
---
If you see something like "Placeholder for BrowserField" you need to add the "org.eclipse.scout.rt.ui.swing.browser.swt.fragment" to your swing product (dev and prod).
---
Do you see something strange in your swing application Log?
---
Some Background information:
Even with the Swing renderer, we are using the SWT Browser... This uses the Browser view provided by your Operating System. But if you see the browser field in your SWT App, my guess is that you do not have any problem with the SWT Browser in your Operating System.
---
Have you changed something in your Swing Product? Does it validate?
---
For my experiment, I have used a very small Scout Application (created like in our Hello-World tutorial). I didn't need to change anything; it worked out of the box....
Can you reproduce your problem in a simple Hello-world Scout Application?

Previous Topic:Application Error when launch SWT Client
Next Topic:[NEON M3] Project build error
Goto Forum:
  


Current Time: Fri Apr 26 11:47:06 GMT 2024

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

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

Back to the top