Dash Board

Started by gmonk63, March 10, 2016, 05:18:20 PM

Previous topic - Next topic

gmonk63

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

Alex Kirhenshtein

#1
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).

gmonk63

Where exactly would i make these changes I do not see an eclipse.ini  file



Thanks

Victor Kirhenshtein

It should be nxmc.ini, not eclipse.ini.

Best regards,
Victor

gmonk63

got it working now ... Thanks for the help