Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Browser widget question
Browser widget question [message #449530] Tue, 25 January 2005 20:46 Go to next message
Jim Adams is currently offline Jim AdamsFriend
Messages: 160
Registered: July 2009
Senior Member
I wrote some browser code in 3.0 (probably one of the later M's) that used
the Application Window to wrap the browser. Now I find that the timing has
changed and getShell() returns null. This results in an error but I still
get the browser window. In fact, I am getting the IE window instead of the
application window. This is pretty much what I wanted. I didn't want to have
to deal with creating a wrapper UI if I could use the browser's UI. Is there
a way to get this to work or was I just stumbling over a nice bug that
caused other problems?
Re: Browser widget question [message #449596 is a reply to message #449530] Wed, 26 January 2005 21:42 Go to previous messageGo to next message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Jim,

> was I just stumbling over a nice bug that caused other problems?
Yes... I assume you run into a manifestation of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=57068

As per comment 8, you will not see that behaviour in builds >20050126. Make
sure your code is no longer throwing an error or any exception from within
the OpenWindowListener.open notification.

Chris
Re: Browser widget question [message #449659 is a reply to message #449596] Thu, 27 January 2005 15:57 Go to previous messageGo to next message
Jim Adams is currently offline Jim AdamsFriend
Messages: 160
Registered: July 2009
Senior Member
However, I DO want the behavior of IE opening its own window. With your fix
it seems that I can never get this case. Is there a way to make IE or
whatever browser pop up its window with all of its own toolbars and such?

"Christophe Cornu" <christophe_cornu@ca.ibm.com> wrote in message
news:ct92rt$bnh$1@www.eclipse.org...
> Hi Jim,
>
> > was I just stumbling over a nice bug that caused other problems?
> Yes... I assume you run into a manifestation of
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=57068
>
> As per comment 8, you will not see that behaviour in builds >20050126.
Make
> sure your code is no longer throwing an error or any exception from within
> the OpenWindowListener.open notification.
>
> Chris
>
>
Re: Browser widget question [message #449758 is a reply to message #449659] Fri, 28 January 2005 21:23 Go to previous message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
There is a feature request for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=54973

Chris
Previous Topic:Disable links in Browser
Next Topic:[browser] Question regarding WindowEvent boolean fields
Goto Forum:
  


Current Time: Fri Apr 26 21:44:56 GMT 2024

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

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

Back to the top