Welcome, Guest
  • Author Topic: How or does anyone build one circular textarea?  (Read 3801 times)

    Pluda

    • Senior Programmer
    • ****
    • Posts: 270
      • View Profile
    Hello,

    I need to have text loaded form database inside one circle...
    I use the TextArea component, but he's not circular...

    Is it possible to manage a way of defining a radious and flash wrap text respecting the value we wan't?

    Thanks

    Pluda

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: How or does anyone build one circular textarea?
    « Reply #1 on: 06/19/08, 05:18 »
    this could be a nice job for you ;)

    There is no iregular formed textarea.

    You could create textfields with calculated positions and sizes. Therefor you have to calculate the size of a string too, to mange wrapping - its quite a job to be done ;)
    happy flashing
    8)
    Ronald