A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Combo Box Problems

  1. #1
    Member
    Join Date
    Jun 2003
    Location
    L....
    Posts
    57

    Combo Box Problems

    hey there...

    Having a problem with the combo box component...

    Does anyone know what the variable is to control the font color of your selected item? For some reason it remains at dark navy blue for just about every variable I've tried, yet the selectable items look fine.

    I hope that was clear... I'm looking for the variables that control the main selection (or default) in the combo box. I want to make the font white, basically.

    THANK YOU!
    Attached Files Attached Files

  2. #2
    Can't Re-Member madzigian's Avatar
    Join Date
    Apr 2004
    Location
    Boston MA
    Posts
    2,662
    use syntax written like this:
    Code:
    cbSize.setStyle("fontFamily", "courier");
    cbSize.setStyle("fontSize", 10);
    cbSize.setStyle("color", 0xFFFFFF);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center