A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] [MX04] Hopefully easy setStyle question...

  1. #1
    yeah yeah yeah sandyrivers's Avatar
    Join Date
    Jul 2002
    Location
    Jibblies!
    Posts
    480

    [RESOLVED] [MX04] Hopefully easy setStyle question...

    Hi all,

    I'm trying to skin this combo box I'm using in a project and I can't figure out one piece of it. I'm using this code for the skinning:

    code:
    _global.style.setStyle("textRollOverColor", 0x5088E9);
    _global.style.setStyle("color", 0xffffff);
    _global.style.setStyle("fontSize", 15);
    _global.style.setStyle("fontFamily", "Verdana");
    _global.style.setStyle("backgroundColor", 0x5088E9);
    _global.style.setStyle("marginLeft", 7);
    _global.style.setStyle("themeColor", 0xffffff);



    The thing I'm having problems with is that when the drop down arrow is clicked, the color of the current selection text in the drop down window is green. I want to change it to something else.

    Anyone know what that item is called, so I can change it?

    Any help is most appreciated!

    -Sandy

  2. #2
    yeah yeah yeah sandyrivers's Avatar
    Join Date
    Jul 2002
    Location
    Jibblies!
    Posts
    480
    Nevermind... found it.

    "textSelectedColor"

    -Sandy

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