NetXMS Support Forum

English Support => General Support => Topic started by: Yarda on December 11, 2012, 04:43:39 PM

Title: Creating my own nxmc skin
Post by: Yarda on December 11, 2012, 04:43:39 PM
Hello geeks. If I touch webui/webapp/Core/theme/classic.css I can easily change colors in the web client. I am trying to achieve style changes for the 'thick' nxmc... and have no luck. Any boost on that, please?
Title: Re: Creating my own nxmc skin
Post by: Victor Kirhenshtein on December 12, 2012, 10:48:38 PM
Hi!

I think that it's not possible now. However, migrating thick client to Eclipse 4.2 can help, as it can be styled with CSS: http://www.vogella.com/articles/Eclipse4CSS/article.html (http://www.vogella.com/articles/Eclipse4CSS/article.html). I didn't try to build management console on 4.2 yet, but this should not be a big problem.

Best regards,
Victor
Title: Re: Creating my own nxmc skin
Post by: Yarda on December 13, 2012, 09:43:58 AM
I currently use Eclipse:

Quote
Eclipse SDK

Version: 4.3.0
Build id: I20120810-1300

... and running the nxmc under it without a problem. I will read the suggested article. Thank you for that.