Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default tab highlight color

    In Flash MX 2004 Pro, is there a way to change the tab highlight on
    components such as textInput?

    I can set the tab order, but I've been unable to find anything about
    changing the color.

    Regards,
    TonyG


    TonyG Guest

  2. Similar Questions and Discussions

    1. Selected Text - highlight color is invisible
      I'm having some trouble with Illustrator 10 .. the document in question has a white background and black text. Normally when I select text with the...
    2. Color PDFs Print as Black & White (grayscale) color inkjets In AcroPro 6 Mac
      I am trying to print color pdf's created from a variety of sources (Quark, InDesign, Word, etc...) to my Canon inkjets (i9100 and i450) from Acrobat...
    3. change a word's color & highlight on mouseUp
      I have a list of names going into a field. I want a line to change color if I click on it. Then change back if I click on another name. Can I also...
    4. Problem: All of my blues show up as a teal/blue/gray color on the color picker.
      Problem: All of my blues show up as a teal/blue/gray color on the color picker. Im running the web graphics defaults and have tried uninstalling...
    5. Highlight Color of Text
      How do I change the color that text is highlighted with when a Text Sprite is selected or tabbed to. At the moment I get a really ugly green and I'd...
  3. #2

    Default Re: tab highlight color

    Tony,

    Try this out:

    movieClip.setStyle("themeColor", 0x23242C);

    Matt


    "TonyG" <groups@RE-MO-VE-globalmagic.com> wrote in message
    news:c1d53q$4tk$1@forums.macromedia.com...
    > In Flash MX 2004 Pro, is there a way to change the tab highlight on
    > components such as textInput?
    >
    > I can set the tab order, but I've been unable to find anything about
    > changing the color.
    >
    > Regards,
    > TonyG
    >
    >

    Matt Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139