Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Eclipse plugin to show an applet embedded
Eclipse plugin to show an applet embedded [message #137326] Thu, 19 April 2007 08:28 Go to next message
Eclipse UserFriend
Originally posted by: dhrubajyoti.lahon.honeywell.com

Hello,

We are writing an Eclipse plugin to load an HTML page which has an applet.
This works fine with Internet Explorer(IE) since it downloads the applet
properly. But in case of Eclipse plugin, while downloading the applet it
tries to contact some SUN sites to download something and it hangs there.
What we have to do so that the applet gets downloaded properly in the
plugin and I am able to view the HTML page?

Code snippet:
IWorkbenchBrowserSupport support =
PlatformUI.getWorkbench().getBrowserSupport();
IWebBrowser browser = support.createBrowser(AS_EDITOR | NAVIGATION_BAR
|PERSISTENT,"someId","Test","My Browser");
browser.openURL(new
URL("http://localhost:90/ord?module://HxOutlookBar/main.html"));


Best Regards
Dhruba
Re: Eclipse plugin to show an applet embedded [message #137338 is a reply to message #137326] Thu, 19 April 2007 09:26 Go to previous message
Eclipse UserFriend
Originally posted by: florian.schultheis.cas.de

Are you sure this is the right newsgroup for your question?

Florian



Am 19.04.2007, 10:28 Uhr, schrieb Dhruba <dhrubajyoti.lahon@honeywell.com>:

> Hello,
>
> We are writing an Eclipse plugin to load an HTML page which has an
> applet. This works fine with Internet Explorer(IE) since it downloads
> the applet properly. But in case of Eclipse plugin, while downloading
> the applet it tries to contact some SUN sites to download something and
> it hangs there. What we have to do so that the applet gets downloaded
> properly in the plugin and I am able to view the HTML page?
>
> Code snippet:
> IWorkbenchBrowserSupport support =
> PlatformUI.getWorkbench().getBrowserSupport();
> IWebBrowser browser = support.createBrowser(AS_EDITOR | NAVIGATION_BAR
> |PERSISTENT,"someId","Test","My Browser");
> browser.openURL(new
> URL("http://localhost:90/ord?module://HxOutlookBar/main.html"));
>
>
> Best Regards
> Dhruba
>



--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
Re: Eclipse plugin to show an applet embedded [message #615199 is a reply to message #137326] Thu, 19 April 2007 09:26 Go to previous message
Eclipse UserFriend
Originally posted by: florian.schultheis.cas.de

Are you sure this is the right newsgroup for your question?

Florian



Am 19.04.2007, 10:28 Uhr, schrieb Dhruba <dhrubajyoti.lahon@honeywell.com>:

> Hello,
>
> We are writing an Eclipse plugin to load an HTML page which has an
> applet. This works fine with Internet Explorer(IE) since it downloads
> the applet properly. But in case of Eclipse plugin, while downloading
> the applet it tries to contact some SUN sites to download something and
> it hangs there. What we have to do so that the applet gets downloaded
> properly in the plugin and I am able to view the HTML page?
>
> Code snippet:
> IWorkbenchBrowserSupport support =
> PlatformUI.getWorkbench().getBrowserSupport();
> IWebBrowser browser = support.createBrowser(AS_EDITOR | NAVIGATION_BAR
> |PERSISTENT,"someId","Test","My Browser");
> browser.openURL(new
> URL("http://localhost:90/ord?module://HxOutlookBar/main.html"));
>
>
> Best Regards
> Dhruba
>



--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
Previous Topic:Eclipse plugin to show an applet embedded
Next Topic:How to Extend Visual editor to build a new Tool
Goto Forum:
  


Current Time: Fri Apr 26 16:56:24 GMT 2024

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

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

Back to the top