Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Browser and MHTML(How to open mhtml data in SWT browser)
Browser and MHTML [message #525576] Tue, 06 April 2010 23:06 Go to next message
Jacek  is currently offline Jacek Friend
Messages: 4
Registered: April 2010
Junior Member
Hi,

in database, in a clob/blob field I have mhtml content. How can I open this content in swt browser? The application runs only on Windows, so I use IE widget. I can open a file (browser.setUrl) with mhtnl content, but after SELECT I have the content in String. Browser.setText doesn't work Sad.

Any help?

Regards,
Jacek
Re: Browser and MHTML [message #525808 is a reply to message #525576] Wed, 07 April 2010 20:45 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

There isn't currently support for this. I believe that embedded mozilla,
safari and webkitgtk have support for this (though I'm not sure about IE) so
it may be possible to add this. I've logged enhancement request
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308398 . In the meantime I
think the only workaround is to write the content out to the local file
system and then Browser.setUrl(...) to it.

Grant


"Jacek" <edvjacek@gmail.com> wrote in message
news:hpgep3$9b2$1@build.eclipse.org...
> Hi,
>
> in database, in a clob/blob field I have mhtml content. How can I open
this content in swt browser? The application runs only on Windows, so I use
IE widget. I can open a file (browser.setUrl) with mhtnl content, but after
SELECT I have the content in String. Browser.setText doesn't work :(.
>
> Any help?
>
> Regards,
> Jacek
Previous Topic:Checkbox on table header
Next Topic:Boolean Editor Display Problem in Suse Linux
Goto Forum:
  


Current Time: Fri Apr 19 23:03:19 GMT 2024

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

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

Back to the top