Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to launch external browser?
how to launch external browser? [message #443558] Tue, 28 September 2004 08:25 Go to next message
Andreas Niemeyer is currently offline Andreas NiemeyerFriend
Messages: 40
Registered: July 2009
Member
Hi all,

I want to launch the default system browser by clicking on a label or a
button. The browser should open the text representation of the label.

I tried the SWT browser from the package org.eclipse.swt.browser , but I
have to provide a download possibility inside html pages, therefor this
functionality doesn't exists.

Many thanks for some hints,
Andreas N.
Re: how to launch external browser? [message #443574 is a reply to message #443558] Tue, 28 September 2004 15:25 Go to previous messageGo to next message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
> I tried the SWT browser from the package org.eclipse.swt.browser , but I
> have to provide a download possibility inside html pages, therefor this
> functionality doesn't exists.
Hi,
I've seen your previous post about download. Can you describe what's the
problem with the download use case and the Browser widget?

Chris
Re: how to launch external browser? [message #443712 is a reply to message #443574] Wed, 29 September 2004 16:13 Go to previous messageGo to next message
Jason Chown is currently offline Jason ChownFriend
Messages: 3
Registered: July 2009
Junior Member
Christophe Cornu wrote:

> > I tried the SWT browser from the package org.eclipse.swt.browser , but I
> > have to provide a download possibility inside html pages, therefor this
> > functionality doesn't exists.
> Hi,
> I've seen your previous post about download. Can you describe what's the
> problem with the download use case and the Browser widget?

> Chris

Well, maybe they want to do what I want to do, and therefore I'll just
sneakily hijack this thread :) - it sounds similar!

What I'd like to do is to browse using a Browser and then manually
download a file from a webserver when a "special" link tag is detected via
a LocationListener.

I would like to use the Browser class to do this download because it will
definitely be configured correctly (have the correct proxy settings,
cookies, etc. from IE) for the current session - I'm guessing
URLConnection will just try to open a raw socket.


Jason
Re: how to launch external browser? [message #446829 is a reply to message #443712] Fri, 03 December 2004 10:48 Go to previous message
Eclipse UserFriend
Originally posted by: gilblais.yahoo.com

Try this....
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/dev.html#snippets

"Jason Chown" <jason_chown@scee.net> wrote in message
news:cjemuo$lro$1@eclipse.org...
> Christophe Cornu wrote:
>
> > > I tried the SWT browser from the package org.eclipse.swt.browser , but
I
> > > have to provide a download possibility inside html pages, therefor
this
> > > functionality doesn't exists.
> > Hi,
> > I've seen your previous post about download. Can you describe what's the
> > problem with the download use case and the Browser widget?
>
> > Chris
>
> Well, maybe they want to do what I want to do, and therefore I'll just
> sneakily hijack this thread :) - it sounds similar!
>
> What I'd like to do is to browse using a Browser and then manually
> download a file from a webserver when a "special" link tag is detected via
> a LocationListener.
>
> I would like to use the Browser class to do this download because it will
> definitely be configured correctly (have the correct proxy settings,
> cookies, etc. from IE) for the current session - I'm guessing
> URLConnection will just try to open a raw socket.
>
>
> Jason
>
Previous Topic:from an eclipse gnoll | re: comp-human interfaces | ACM CHI confrence videos @ open-video.org
Next Topic:Import the classes from a jar which is in another jar file, using plugin extn pt
Goto Forum:
  


Current Time: Wed Apr 24 22:08:19 GMT 2024

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

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

Back to the top