Error style - input red line

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Error style - input red line

    I got a request to make the red line around an input that failed validation to be thicker. Is it possible to change this with a style? Or maybe to make the error pop up stay up?
    Izzy1138 Guest

  2. Similar Questions and Discussions

    1. second line right indent style sheet in IDCS or CS2 for Macintosh
      Is it possible to create a paragraph style sheet for this or does this have to be scripted? The last character in the first line will always be a...
    2. line-height style negated by image insertion
      The line-height attribute works fine in IE using this code: Stylesheet: .text2 { font-family: Arial, Helvetica, sans-serif; font-weight:bold;...
    3. Cannot view XML input using XSL style sheet
      I have created a registration page, but when I try it, I get the following error message. Start Error ...
    4. How do you trap to line style?
      HELP! I developed a two pantone color logo. My printer said he can't trap the charcoal brush rule that goes over a solid pantone color. He said it...
    5. create line with arrows at the tip (microsoft word style)
      Hi all: Does anyone know how to create a line that has an arrow at the tip. This is similar to microsofts line object in drawing. I am able...
  3. #2

    Default Re: Error style - input red line

    The borderThickness (borderStyle should be "solid" for this to work) and
    focusThickness styles can be used to control the red line thickness.

    As these styles affect the normal functioning of the component also we need to
    override the setter for errorString and set the required styles (and revert
    them back) there.

    Sreenivas R 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