The application should have a "styleManager" property (lower-case 's')
On 4/9/14 4:48 PM, "Eugene Ramirez" <[email protected]> wrote: >I have the following line which gives me a deprecated warning: >selectedColor= StyleManager.getColorName(setting.value); > >It asks me to use IStyleManager2.getColorName on a style manager instance. > >My question is how do I get a style manager instance to use this >interface? > >Thanks, >Ruben
