Re: handling popups and target="_blank" links

2008-04-04 Thread bz233728
On Apr 4, 3:28 pm, "Grant Gayed" <[EMAIL PROTECTED]> wrote: > Hi Bart, > > To see popups like this in the swt Browser you need to add a couple of extra > listeners, as demonstrated > inhttp://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src > The Browser receives notifications fo

Re: https in java embedding - crashes

2008-04-04 Thread Grant Gayed
I think this happens when you either don't have a profile directory set, or you may have one set that does not exist or cannot be written to. HTH, Grant "krithika" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have embedded Gecko1.8.1.4 in my java application.I have been using

Re: handling popups and target="_blank" links

2008-04-04 Thread Grant Gayed
Hi Bart, To see popups like this in the swt Browser you need to add a couple of extra listeners, as demonstrated in http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet270.java?view=co . The Browser receives notifications for these by setting a Wi