Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » IWorkbenchBrowserSupport
IWorkbenchBrowserSupport [message #449424] Fri, 12 May 2006 16:04
Eclipse UserFriend
Hello everyone,

I have the following code:
[code]
IWorkbenchBrowserSupport browserSupport =
PlatformUI.getWorkbench().getBrowserSupport();
try {
IWebBrowser browser = browserSupport.createBrowser(myId);
browser.openURL(url);
[code]

my problem is that this opens the url in an existing browser. Only if
non is open then it lunches a new one.
How do I modify this behavior?

Thank you,
Benjamin
Previous Topic:F1 Help question
Next Topic:why does export wizard create BOTH .class files AND the plugin jar-file?
Goto Forum:
  


Current Time: Sun Aug 31 03:56:20 EDT 2025

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

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

Back to the top