Hi,
What's the easiest method for changing the default colour scheme for the combobox component in MX2004?
Thanks
COB
| SitePoint Sponsor |

Hi,
What's the easiest method for changing the default colour scheme for the combobox component in MX2004?
Thanks
COB
hockeyunderground.net
- Fantasy Hockey Depot

Hello
Something like this should work:
Possible values are haloOrange, haloBlue and haloGreen which is the default.Code:my_combo.setStyle("themeColor", "haloBlue");
Of course there are other properties:
And so on just check the help (goto>help>help) file for a complete list of all the possibilities.Code:my_combo.setStyle("backgroundColor", "0xEEEEEE");
The "my_combo" is the instance name of teh combo box on the stage
Hope this helps![]()

Thank you, sir!Originally Posted by Johnny Gulag
Works like a charm!
hockeyunderground.net
- Fantasy Hockey Depot
Bookmarks