[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: New Platform Browser from Browser Widget

Chris,

I'm aware of what you are describing - that does allow you to see the new 
window events.

From this, I want to be able to tell the underlying OS to launch a system 
browser window from this event.

Whilst I could create a new Shell and place a browser in it, I don't want to 
emulate the entire IE browser - for situations where the underlying Browser 
widget should show a normal OS browser, I would like to let that launch 
occur and present as normal.

Thanks for any feedback or suggestions...

Regards,

Grant

"Christophe Cornu" <christophe_cornu@xxxxxxxxxx> wrote in message 
news:csmkqm$rei$1@xxxxxxxxxxxxxxxxxx
> If I understand your question correctly: you can look into the javadoc for 
> org.eclipse.swt.browser.WindowEvent. This event is used to handle new 
> window requests with the SWT Browser. Application needs to handle these 
> events to support commands like href target="_blank" or javascript 
> window.open.
>
> Or are you asking for something else?
>
> Chris
>