A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: comboBox selection highlight color change

  1. #1
    Member
    Join Date
    Jun 2001
    Location
    Montreal
    Posts
    56

    comboBox selection highlight color change

    I've done a search through the forums to find the appropriate style change for this. I can't find one that refers to the highlight colour which is presently a gross green. Is there a way to customize this with the fstyle ?

    Thanks in advance
    nuguy

    nuguy interactive
    nuguy.com

    patrick@nuguy.com

  2. #2
    Junior Member
    Join Date
    Dec 2005
    Posts
    19
    Hi,

    I was having the same problem the other day and the solution is actually very easy.

    Say you have a comboBox component on the stage named myBox. Just add the following code
    code:
    myBox.setStyle("themeColor", "0xCCCCCC");

    you can replace the CCCCCC with the hex code of any color you want. For changing other styles see part 4 of this tutorial http://www.peachpit.com/articles/art...01723&seqNum=1

    Hope this helps

  3. #3
    Member
    Join Date
    Jun 2001
    Location
    Montreal
    Posts
    56

    merci beaucoup

    excellent thank you
    nuguy

    nuguy interactive
    nuguy.com

    patrick@nuguy.com

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