Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Multiple Browsers in SWT application with different sessions

Thanks ,

But what in case I want more than 2 sessions, say 4 or 5. Is there any way I can get multiple sessions within IE only ?

Thanks,
Vikram

On 12/8/05, Jose Luis De la Cruz Morales <joseluis.delacruz@xxxxxxxxx> wrote:
Yes It's possible, see

http://www.java2s.com/ExampleCode/SWT-JFace-Eclipse/SWTOleFrame.htm

http://javadesktop.org/articles/jdic/index.html

for more information.

You can have two browser windows, at least one Internet Explorer and  Firefox in the same Java application.

josdem.


Vikram Kumar wrote:

Hi,

Our project has a requirement of launching multiple browsers in an application, each having its own session. In other ways this means that within an SWT application, I have two browser windows and in both the browser windows we could be logging in to the say yahoo mail with two different user ids. Please let me know is it possible ? and if yes how to go about it  ?

The same has already been reported as a bug# 118615 at https://bugs.eclipse.org/bugs/show_bug.cgi?id=118615

Thanks in advance,

Vikram



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev





--
Regards,
Vikram

Back to the top