Does the Dashboard web page element use a internal browser ? And is there a way to tell it you use a local browser like chrome or FireFox when rendering web pages
Thanks
I think use use webkit for that. You can try to force it to use Mozilla's engine, but I had mixed experience with that.
Check this link: https://www.eclipse.org/swt/faq.php#browserspecifydefault
QuoteThe best opportunity for a user to set this property is by launching their application with a -D VM switch (eg.- add to the end of the eclipse.ini file: -Dorg.eclipse.swt.browser.DefaultType=webkit).
Where exactly would i make these changes I do not see an eclipse.ini file
Thanks
It should be nxmc.ini, not eclipse.ini.
Best regards,
Victor
got it working now ... Thanks for the help