small probmem with mx:Text

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

  1. #1

    Default small probmem with mx:Text

    Hi i am writing some(4lies) text in mx:Text tag. but i want two words text in
    the middle with bolded. But i have given font stye for total Text tag. How can
    i overcome in the middle part?. If i use label will not automatically justify
    to the frame.
    my sample code:
    <mx:Text width="100%">
    <mx:text>
    my tandam textmy tandam textmy tandam textmy tandam textmy tandam textmy
    tandam textmy tandam textmy tandam textmy tandam textmy tandam textmy tandam
    textmy tandam textmy tandam make me bold textmy tandam textmy tandam textmy
    tandam textmy tandam textmy tandam textmy tandam textmy tandam textmy tandam
    textmy tandam textmy tandam textmy tandam textmy tandam textmy tandam textmy
    tandam textmy tandam textmy tandam text
    </mx:text>
    </mx:Text>


    I want make "make me bold" as bold with red colr. Can you give me some trick
    for this?

    Thanks.



    j2eesatish Guest

  2. Similar Questions and Discussions

    1. Small Text Fields
      In a form, how is it possible to change the text fields, to either be smaller or just different than default ones. I am not sure if this is a HTML...
    2. I want to load a small image and some text...
      It would look like this: | image here| text here | But, I want it to load from a path that is in a text file...if the text file changes, I want...
    3. small caps... how to use it / format text/font to it
      can i format text/fonts to small caps in fireworks? if yes, how? thanks a lot!
    4. when creating text in a small image...
      .....when i create text in a small image and try to move it to the center, it wont let me, and it drags it to either the top of the pic or the bottom...
    5. Fireworks text extremely small
      The text on my tabs, in the properties window and in the layers window is extremely small and pixelated... how can I adjust this? I can't read what...
  3. #2

    Default Re: small probmem with mx:Text

    Use the htmlText property.
    Tracy
    ntsiii 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