Hi All,
I am using the Menuitem in my application,based on some functionliaty the menuitem will be enabled and disabled.
While enabling the Menuitem font color will be in diff green color,but while disable the menuitem color will be grey.
but the problem is once the Menuitem is enabled and then made disabled usinsing setEnabled(false);method, the font color is not getting refelected.
Please let me know how to reload the css changes for setEnabled(false); method.
Thanks in Advance
I am using the Menuitem in my application,based on some functionliaty the menuitem will be enabled and disabled.
While enabling the Menuitem font color will be in diff green color,but while disable the menuitem color will be grey.
but the problem is once the Menuitem is enabled and then made disabled usinsing setEnabled(false);method, the font color is not getting refelected.
Please let me know how to reload the css changes for setEnabled(false); method.
Thanks in Advance
Comment