NetXMS Support Forum

English Support => General Support => Topic started by: gmonk63 on March 10, 2016, 05:18:20 PM

Title: Dash Board
Post by: gmonk63 on March 10, 2016, 05:18:20 PM
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
Title: Re: Dash Board
Post by: Alex Kirhenshtein on March 11, 2016, 07:54:14 AM
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).
Title: Re: Dash Board
Post by: gmonk63 on March 25, 2016, 02:22:17 AM
Where exactly would i make these changes I do not see an eclipse.ini  file



Thanks
Title: Re: Dash Board
Post by: Victor Kirhenshtein on March 30, 2016, 07:33:02 PM
It should be nxmc.ini, not eclipse.ini.

Best regards,
Victor
Title: Re: Dash Board
Post by: gmonk63 on March 31, 2016, 06:14:54 PM
got it working now ... Thanks for the help