Font used for flash form tabs

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Font used for flash form tabs

    Does anyone know which font is used for the flash form tabs? Is this user changeable? If so, how is this accomplished? Thanks.
    Starman9999 Guest

  2. Similar Questions and Discussions

    1. Help with font on form
      Can someone help me figure out why the Verdana Regular font doesn't display correctly on the Title field of this form? You can download the file...
    2. Flash Video not smooth when using Firefox tabs
      I'm not sure whether this is a Flash Player problem or a Firefox problem, but something in the integration leads to this unpleasant experience. I...
    3. Disabling REQUIRED fields in FLASH FORM TABS
      Here is an example of how to work around required Flash form fileds that are on another tab when submitting a paged form: The sample below uses a...
    4. Tabs and hard returns into strings in Flash 5 Actionscript
      How do I get tabs and hard returns into strings in Flash 5 actionscript? Stuff I read on the web would lead me to believe that \t \n would...
    5. Font Size for special form
      I have a .pdf document that is used for Optical Character Recognition. The form has a text box for each character of a word. The .pdf is designed to...
  3. #2

    Default Re: Font used for flash form tabs

    I'm not sure what the default font is. But you can change it like this.
    <cfformgroup type="TabNavigator" style="fontFamily:courier;">

    hth,
    ---nimer


    "Starman9999" <webforumsuser@macromedia.com> wrote in message
    news:cv4g11$cv0$1@forums.macromedia.com...
    > Does anyone know which font is used for the flash form tabs? Is this user
    > changeable? If so, how is this accomplished? Thanks.

    Mike Nimer Guest

  4. #3

    Default Re: Font used for flash form tabs

    hi how do u change the color of the label font of a cfinput box i managed only
    to change the color of the text that the user writes in the cfinput box. I
    failed in making a javascript validation so im trying to do an error in red
    inside the label saying that the username person chose has already been
    taken... i want to do this
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&amp;fi le=00001386.htm#1147322 This
    works great if the form is html format but what if the format is set to
    Flash...it doesnt work i tried it. So question is how do u pull of this same
    thing when its a flash form in Coldfusion 7? Specifically i want to check if a
    username has already been taken as well as make sure user creates a 6-9 letter
    password.

    [-e-] Alas Guest

  5. #4

    Default Re: Font used for flash form tabs

    Here is a link to the docs about setting styles in flash forms, this section
    of the developing CF book does list all of the styles you can modify.
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=p art_dev.htm[/url]

    hth,
    --nimer

    "[-e-] Alas" <webforumsuser@macromedia.com> wrote in message
    news:d06i5n$j57$1@forums.macromedia.com...
    > hi how do u change the color of the label font of a cfinput box i managed
    > only
    > to change the color of the text that the user writes in the cfinput box.
    > I
    > failed in making a javascript validation so im trying to do an error in
    > red
    > inside the label saying that the username person chose has already been
    > taken... i want to do this
    > [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    > wwhelp.htm?context=ColdFusion_Documentation&amp;fi le=00001386.htm#1147322
    > This
    > works great if the form is html format but what if the format is set to
    > Flash...it doesnt work i tried it. So question is how do u pull of this
    > same
    > thing when its a flash form in Coldfusion 7? Specifically i want to check
    > if a
    > username has already been taken as well as make sure user creates a 6-9
    > letter
    > password.
    >

    Mike Nimer 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