0

In my SWT application in MAC, I was trying to set some colour in the text box when the validation is wrong using org.eclipse.e4.ui.services.IStylingEngine

method(IStylingEngine cssengine){
    cssengine.setClassname(txtEnterNumberHere, "ErrorBackGroundColor");
}

Which I am getting correctly working in windows but not getting effected in mac osx

Any idea how to fix in mac?

Baz
  • 36,440
  • 11
  • 68
  • 94
pvsnambiar
  • 113
  • 1
  • 10
  • Just doing a quick test here and this works for me on Mac OS X 10.9.4 with Eclipse 4.4 and Java 1.8. – greg-449 Sep 18 '14 at 07:57
  • Maybe if you showed us some more code with examples of how you are using this we could spot the problem. – greg-449 Sep 19 '14 at 07:19

0 Answers0