I have put an s:DropDownList onto my InDesign Extension Builder panel and enabled :
CSInterface.instance.autoThemeColorChange = true;
The highlight I am getting in my DropDown menu is too dark ( a deep blue). How can I change this attribute on my panel ?
I have been trying to modify - 'systemHighlightColor' but so far without success.
Thanks.
I 'fixed' this by removing the line: ' CSInterface.instance.autoThemeColorChange = true; '
and then styling the rest of the panel in the creationComplete routine with :
| // cs 6 method | ||||||||||||||
| var hostEnv:HostEnvironment = CSInterface.instance.hostEnvironment; | ||||||||||||||
var skin1:AppSkinInfo = hostEnv.appSkinInfo;
etc.... |
My DropDown Menu highlight colors then remained reasonable.
Odd.
North America
Europe, Middle East and Africa
Asia Pacific