Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3501470
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:51:47+00:00 2026-05-18T12:51:47+00:00

i am using a UITextField with multilines and want to add line specing as

  • 0

i am using a UITextField with multilines and want to add line specing as i need

how to do so in flex action script;

regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T12:51:48+00:00Added an answer on May 18, 2026 at 12:51 pm

    it can be done by using TextFormat

    var newtextformat:TextFormat = new TextFormat();
    
                newtextformat.size     = 12;
                newtextformat.color    = dayTextColor;
                newtextformat.bold     = false;
                newtextformat.align    = "left";
                newtextformat.font     = "Verdana";
                newtextformat.leading  = 5;//here you ca set line specing
                try{
                timetext.setTextFormat(newtextformat,0,timetext.length);
                }
                catch(err:Error){}
                timetext.multiline    = true;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to use regular expression in iOS sdk? I need to validate UITextField using
I am using a UITextField . I want to increase its height but I
i have a flex action script web app, i which i am adding a
I'm using a UITextfield to input information. I have several UITextfields that need to
I Created five UITextField using for loop i want to clear the textfield values
I am using UITextField and i want that should take character in the format
i am using UITextField on my UIView and need to drag UITextField with my
I am using RegexKitLite, i want to validate that my uitextfield has + prefixed
I'm using a method -(BOOL)textFieldShouldReturn:(UITextField*)textField; { NSInteger nextTag = textField.tag + 1; UIResponder* nextResponder
I'm using a UILabel as the leftView of a UITextField . The issue is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.