Tagged Questions
-1
votes
0answers
28 views
How to open multiple tabs in SWT browser? [closed]
I would like to detect if there is a SWT browser running or not by a java application. If it is running, how to open another URL as a tab to the existing SWT browser?
Please help with code examples.
...
0
votes
0answers
46 views
How to embed SWT browser in an Eclipse view?
I would like to display the SWT browser just like an opened file tabbed in the Eclipse text Editor. My current implementation captures the shell of the TextEditor and blocks the editor which is not ...
1
vote
1answer
43 views
Display a SWT Browser programmatically from plugin
I am trying to open the internal browser of Eclipse (org.eclipse.swt.browser.Browser) by calling it from an Eclipse plugin's code.
So far, I could actually instantiate one and I can "open" a URL (I ...
1
vote
0answers
69 views
Disable spell check in SWT Browser widget
I'm working on an Eclipse based application in which we use a Browser widget.
When typing text in this widget, a spell check is executed. We would like to deactivate it.
Is it possible ?
0
votes
0answers
38 views
SWT statusText change when mouse no longer hovering over link
I am creating a web browser with SWT and am having trouble with the status text listener. It updates when the mouse hovers over a link but does not update when the mouse is no longer over a link.
I ...
0
votes
1answer
76 views
SWT Browser widget with Eclipse 4 RCP application
Please help to get started with Eclipse 4 RCP.
Set task is to create simple application with imbedded browser (using SWT Browser widget)
This Lars Vogel's Eclipse 4 RCP tutorial is used.
Created ...
0
votes
0answers
72 views
Advanced SWT Browser widget
Are there advanced SWT Browser widgets?
The documentation says
IMPORTANT: This class is not intended to be subclassed.
UPDATE. We are developing Eclipse-based Node.js IDE, and I am researching ...
1
vote
1answer
173 views
SWT Browser advanced functionality with WEBKIT [closed]
I am currently building an SWT application that must be easily portable and have a simple, fully functional web browser. I chose to use webkit mostly because it is already installed on osx, major ...
2
votes
1answer
93 views
SWT Browser component blocks SWT UI thread
I am embedding an org.eclipse.swt.browser.Browser into a view in a modified eclipse (Indigo), for use as a preview pane of a form editor component. On a form model change or an element selection ...
0
votes
0answers
177 views
SWT x64 with xulrunner 3.6.28 x86
is there any way to run xulrunner 3.6.28 (x86 there is no other) with swt x64?
I cant use the newer xulrunner 10.4esr becouse i have some issues with it. The old one runs like a charm, but there is ...
0
votes
1answer
142 views
Print using SWT Browser Widget
I want to print the contents of a SWT Browser Widget. but it prints the only the visible part of the browser not the full content of it.
Please help.
0
votes
1answer
123 views
SWT Events delegate from a shell to a SWT.Browser
Imagine you have a SWT.Browser and want to create a DropTarget.
The Problem I encountered is the following:
Neither the Shell nor the Display gets the drop-event, because the browsercontrol consumes ...
0
votes
1answer
60 views
SWT Browser internal link not working with IE6
In my Eclipse RCP Application, I am using SWT Browser to display HTML. I am displaying the HTML using setText() method. When tested on WinXP with Internet Explorer 6, I found that the inter links are ...
2
votes
1answer
248 views
Java SWT browser xulrunner crash Java VM
I'm embedding in a Swing-based application an SWT Browser based on Xulrunner using a proper path and the setting SWT.MOZILLA. Mainly I have a class which extends JPanel. This class embed a shell with ...
0
votes
1answer
268 views
How to ship XulRunner with SWT app?
I need to ship a specific version (1.8.1.3) of XulRunner with my SWT app. My current plan is to detect the current platform and download XulRunner to the app data path of that platform. That's no ...
2
votes
2answers
455 views
Having the SWT Browser render its output to an Image
I'm working on a Java/Eclipse SWT application that displays and edits map data captured by a special device in a stacked fashion, i.e. there are different layers of "geospatial features" that can be ...
-1
votes
1answer
174 views
DJ JWebBrowser: how to show but disable Address and Button bars?
I am using chrriis.dj.nativeswing.swtimpl.components.JWebBrowser in my swing application to open web page.
The page is going to show "Facebook Authentication" page and I want to prevent user from ...
1
vote
1answer
148 views
SWT browser view page source
I am using SWT browser in my application
I have edited SWT source code according to my need, Now I want a feature of view web page source code by click on button
I have managed "Go to Home page " like ...
0
votes
0answers
139 views
Mouse Event in SWT Browser
I have embedded SWT Browser inside Eclipse view.Is it possible to remove mouse event from Browser.i.e. If i created a html file and showing it in SWT Browser,i just want to show the content of html ...
1
vote
1answer
181 views
SWT browser print preview
My application is using SWT browser and I am trying to add print preview functionality.
There is no javascript to invoke print preview for particular web page opened in an SWT browser.
I found some ...
0
votes
1answer
264 views
SWT.WEBKIT is not working in Window-7 (64 bit)
I want to open the webkit browser in SWT using Windows-7(64 Bit) but every time it throws a "No more handles" exception. I have the Safari browser & resources installed. How can I solve it?
0
votes
0answers
194 views
Printing with the java SWT browser widget
I'm using SWT Browser widget with SWT.webkit to create reports for my application, i'm printing the reports using JavaScript called from my Java app.
browser.execute("javascript:window.print();");
...
2
votes
1answer
69 views
How to enable security bar in SWT browser?
I am using SWT Browser control on windows os for displaying web-pages. The default behavior of IE (version 7 and above) is to show a security bar in case a pop-up is blocked or some file is ...
0
votes
1answer
127 views
SWT Browser - Detect Ajax Calls
I'm using SWT.Browser (java) and am wondering if there's a way to get a listener that hears when ajax requests are made, received, etc.
Is there a way to intercept them and manipulate them before ...
2
votes
2answers
1k views
SWT.WebKit doesn't load: No More Handles - [Safari must be installed to use a SWT.WEBKIT-style Browser]
I'm having trouble using SWT.WEBKIT as the Browser for a SWT-Based Java app, and I am now getting this stacktrace upon starting the application on a new machine:
Exception in thread "main" ...
3
votes
4answers
5k views
SWT Browser & Eclipse
On my Arch Linux, Eclipse with Google Window Builder/SWT application, I am getting
Exception in thread "main" org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not ...
0
votes
1answer
265 views
Adding menu listener for Paste option in SWT Browser
I have a org.eclipse.swt.browser.Browser instance created in a composite. I would like to know when some content is pasted in the browser using the (platform specific) right click context menu and ...
2
votes
2answers
382 views
SWT: Print browser-widget contents
My apologies if this is something obvious that i have missed - strange enough a quick google and SO-Search revealed nothing:
I am using an SWT-Browser widget within an Eclipse-RCP view to show local ...
0
votes
2answers
380 views
Using Images In SWT Browser Component
Whats the best way of using images in SWT Browser component. Currently i stream the images to temp folder and use their location for displaying them. Is there any better way of using these images in ...
2
votes
0answers
498 views
Proxy for SWT browser
I am writing an SWT application, and I need to proxy http requests from SWT browser to the outside world (in order to fiddle with data that comes back).
The first thing I thought of was using a web ...
4
votes
1answer
301 views
Firefox about:config preferences in SWT Browser
An application I am currently working on uses the SWT tool-kit's Browser widget to display a Firefox/XULRunner browser. I would like to set custom user agent data in Firefox about:config preferences; ...
0
votes
1answer
358 views
SWT Browser Plugin does not promt for proxy authentication
I have successfully configured my SWT Browser application to use the proxy by setting VM arguments -Dnetwork.proxy_host and -Dnetwork.proxy_port to the according values.
However the proxy needs ...
5
votes
1answer
282 views
How to implement a drop target for the SWT browser widget
How to implement a drop target for the SWT browser widget? Taking a
Browser instance as parameter to the DropTarget constructor causes no
notification of any registered drop listeners.
Browser ...
1
vote
2answers
426 views
Load html frameset code from memory to Java SWT browser
I have a simple html editor written with SWT and it's Browser control. I would like to know if there is a way to load the code for html frame pages from memory, without saving the html file on the ...
1
vote
1answer
305 views
Prevent SWT Browser Widget modal dialog popups
On my application, I'm using the SWT browser widget to check for network connectivity. The reason for this is long, but long story short I HAVE to use the browser widget to check for connectivity. ...
1
vote
2answers
759 views
How to detect internet connection with SWT browser (or handle server not available)
I have a SWT Java application with a SWT Browser that is displayed on startup to display the news page of my website to the user, and also so the user can view "live" help files.
However, I need a ...
1
vote
2answers
615 views
Java swt change typed character
I have swt browser widget in which user can type with keyboard, I need for certain character user press change it to others.
for example when user press x, I change it y.
I add key listener where I ...
3
votes
0answers
1k views
How to get image content (not url) from IMG element?
We are using the Eclipse SWT WebBrowser control to render HTML pages for our Java application. If the page contains an image, we want to get the image content. We can access the DOM to get the IMG ...
0
votes
1answer
3k views
SWT Browser not working?
I'm having a little trouble with the SWT Browser component.
I am running Ubuntu 11.04 AMD64 and Eclipse 3.7, with Java SE 1.6 from Sun
My problem is that my browser won't initialize. When I make it ...
1
vote
1answer
282 views
Preventing SWT Browser Elements from Receiving Mouse Clicks
I'm working with the eclipse SWT toolkit, and I'm trying to use it to create a browser window that only passes mouse clicks to the underlying document conditionally (I want to stop Flash and ...
4
votes
2answers
638 views
how to use jqueryui in SWT browser?
I am using SWT browser in application. On some of the pages I want to provide custom javascript based dialogs. Till now jqueryui fits our requirement. Any idea or suggestion how to use it with SWT ...
2
votes
1answer
2k views
SWT browser, change content before showing
I want to change content of SWT Browser (some webpage deefined by user), before it will'be shown to the user.
When I say change, I mean add few css/js files to html code.
I tried to use ...
0
votes
1answer
465 views
how to capture http response from Java SWT browser component
Is it posible to capture http response that comping back from request im making in java SWT browser component ?
0
votes
1answer
299 views
Does any one have experienced with Java SWT browser component what do you think?
Hi
i need to use embed browse , found this swt wrapper , what do you think?
can i use it as my browser control does any one have experienced with it ?
it need to support MAC and Linux laso...
3
votes
2answers
241 views
How can I tell when my html page has loaded
How can I tell when my html page on loaded in my swt browser? Is there some sort of event I can listen to?
1
vote
2answers
154 views
How to pass information between the Javascript code within a WebBrowser and Java code
I have an embedded WebBrowser where I added a LocationListener.
mywebBrowser.addLocationListener(new LocationListener(){
public void changing(LocationEvent event){
event.getLocation()
}
}) ...
1
vote
1answer
444 views
How to import a SSL certificate file with SWT Browser
With SWT Browser, is there any way to import a SSL certificate file into Java and make it work with SWT Browser?
With Firefox, you can import it by Edit-Preferences-Advanced-Encryption-View ...
1
vote
2answers
405 views
Java embedded browser with resources in memory
We have a Java desktop app with an embedded browser, now using XULRunner (Firefox engine) on SWT. This browser's API allows us to load webs specifying an URI or its HTML content.
What we need is to ...
2
votes
1answer
2k views
SWT Browser - disabled Vertical Scroll how do i hide it?
I have a SWT shell, with an SWT browser in it. on OSX it works fine, but when on Windows it insists on putting a disabled vertical scrollbar in the shell or browser (i don't know which!). Is there a ...
0
votes
1answer
530 views
SWT browser doesn't scroll
I've implemented an SWT Browser on my Windows 7 machine as follows:
Browser browser;
try {
browser = new Browser(parent, SWT.NONE);
browser.setUrl(url);
} catch (final SWTError e) {
...
