Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » browser in an external window
browser in an external window [message #448856] Fri, 05 May 2006 10:08
Eclipse UserFriend
Hello everyone,

I have the4 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 open browser only if
non is open then it lunches a new one.
How do I modify this behavior?
when I passd null to OpenUrl then I get an exception

Thank you,
Benjamin
Previous Topic:RCP, link with editor viewActions...
Next Topic:hi
Goto Forum:
  


Current Time: Sun Aug 31 06:57:32 EDT 2025

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

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

Back to the top