Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] html browser



Hi Borja,

Since SWT 3.0M3 you can use the Browser widget on Windows. You would
currently need to write to a temp file and load this temp file in the
Browser. API to render html in memory is being investigated under bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=42633 .
For info on the Browser widget, see:
snippet:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet128.html
SWT FAQ:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/faq.html#whatisbrowser

Note the SWT (users) newsgroup is probably the right place for your
question.

Chris




                                                                                                                                              
                      Borja Martín                                                                                                          
                      <borja@xxxxxxxxxx>             To:       platform-swt-dev@xxxxxxxxxxx                                                   
                      Sent by:                       cc:                                                                                      
                      platform-swt-dev-admin@        Subject:  [platform-swt-dev] html browser                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      10/25/2003 06:07 AM                                                                                                     
                      Please respond to                                                                                                       
                      platform-swt-dev                                                                                                        
                                                                                                                                              
                                                                                                                                              




hi.
i'm developing a rss reader. I order to display the items of the xml I
would like to render a html document(I'm using velocity for this)
The thing is that as fas as I know, I could use the Ole* classes to use
InternetExplorer inside my application and render the html document. But
the problem is, that first I should write the document in a file and I
would like to load it directly from memory.
Does anyone know if it's possible using the actual api provided with swt?

Thx in advance.

/*
  * Dagi3d v3 http://dagi3d.net
  */


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





Back to the top