Groups | Blog | Home
all groups > flash (macromedia) > march 2004 >

flash (macromedia) : comboBox color change mx 2004


Troyjack
3/30/2004 11:00:15 PM
Ok, I've read other posts and the help in flash, but can anyone explain thouroughly how to change a comboBox color? All I want to do is replace the green with 0x6699cc, but nothing works.
Richie
3/31/2004 11:33:44 AM
try this, put this code on the event on open of your combobox , you can
change the code of color by other

on (open)
{
this.setStyle("themeColor","0x6699cc")
}

=)


"Troyjack" <webforumsuser@macromedia.com> escribió en el mensaje
news:c4cu5v$5ed$1@forums.macromedia.com...
[quoted text, click to view]
thouroughly how to change a comboBox color? All I want to do is replace the
green with 0x6699cc, but nothing works.
[quoted text, click to view]

Richie
3/31/2004 11:55:21 AM
=)

"Troyjack" <webforumsuser@macromedia.com> escribió en el mensaje
news:c4f030$14u$1@forums.macromedia.com...
[quoted text, click to view]

Troyjack
3/31/2004 5:45:04 PM
AddThis Social Bookmark Button