Issue of text entry.

Hi, I have problems with the function of text entry, I had created a comment field but when typing go in a single line.

I would like to know if theres any way to alow typing in more than one line in the same text field.

Sorry for my English, thanks.

I tried the following which resulted in an editable multiline text field (after the change of code in Flash Builder)

  1. Created a text input in CF and resizes to display multi-line
  2. Fc .fxp file imported from Fb and passed (in src/Main.mxml) under the following line of code:

s:TextInput height = "244" text = 'my text field.' width = "431" x = "191" y = "173" / >

TO

s:textarea height = "244" text = 'my text field.' width = "431" x = "191" y = "173" / >

If you now run your Fb app, it will result in an editable multiline text field.

Be sure to do it when you have finished the layout and design of your interface in Flash Catalyst. Once you move to Flash Builder, this is where you fill in your application.

I hope this helps.

Tanya

Tags: Flash Catalyst

Similar Questions

  • CP9: Text entry box: Lost Focus displayed when you click Submit

    Hello

    I seem to have problems with my text entry areas (TEBs).

    Sometimes, these problems do not appear all the time.

    Later a being that when I click on the button the Focus Lost text caption is displayed.

    I came across the question when you work on a project, so I decided to 3 slides project to test.

    1 BER on the screen.

    • Success goes to the next slide.
    • Failure displays caption built-in failure.
    • Focus Lost shows a text caption.

    Slides mask lost Focus of text caption at the entrance.

    No advanced actions.

    Timeline shows just TEB and lost legend for Focus text.

    CP9 TEB Focus Lost.jpg

    CP9, project that is unresponsive (a new project - only 3 slides), project preview & Preview in the browser. have not yet published.

    I deleted the slide and added a new slide.

    I deleted the cache and reset the preferences.

    Concerning

    Donal.

    The way you described the configuration and screenshots, it seems to be behaving exactly as it should.

    I was expecting to see THE text caption every time that you click the submit button.

    Should the lost Focus event fires when the cursor was placed in field ETB and then you move outside this field and click on anything, which of course would include by clicking on the button submit of the BER itself.

    So far I don't see any bug or issue here.  Can you describe what you think that SHOULD be the case?

  • Slide auto is using of multiple text entry boxes once the user enters two of the six answers

    I have several areas set up on a slide text entry.  The user must enter the answer in each text box.  And even though I have properties of all TEB "break from legends of success or failure", auto slide advance once the user enters only two of the six responses.  I thought that perhaps insert a click box and setting ' to pause until the user clicks on "would resolve the issue... but it is not.  Here's a screenshot of what my slide looks like and a screenshot of the properties that I set myself for each TEB.  Can someone help me please?  I need all six TEB to complete before moving to the next slide.

    TEBs.PNG

    TEB properties 1.PNG

    TEB properties 2.PNG

    The most important screenshot is missing: chronology. Where are the pausings for the TEB?

    You can start by changing the Actions on the success and the last attempt: they are both set to Continue, which means the playhead will be published immediately after a good response and after exhausting attempts in case of wrong answers. Set them to any Action.

    No Submit button? Only shortcut key entry for each TEB?

  • using the text entry box or text are button

    Hello

    How do these?

    using text or text box widget box.

    to describe:

    in my first slide I text entry areas for

    1 user name

    2. name of the superior

    3. the e-mail of the superior court

    Let's say that: 1. refer to varialbe V_UserN

    2. refer to V_sup

    3 see V_emailS

    next slide would be a video

    next slide would be a text entry or a text box... It is where the user writes anything

    With the button "submit" text entry box

    What I want in this text entry box is... If the user does not write any what upone by clicking on the button submit, the interaction would be 'please write a review on the text box. If the user write something the thing, the Send button run continue.

    How can I do this?

    next slide would be an input text field or a text box... in which the user write something on the issue (this isn't a slide of questionnaire). The message would be sent to the email of superiors. How can I do this?

    hope you can help me.

    Thank you

    To check if the user didn't write anything, you will have to compare the value of the associated variable of the TEB or text box with a v_null user variable. You must create this user variable and simply leave it blank.

    Take a look at my blog:

    Where is no good?

    You create the custom with standard objects question slide. There is a widget mail included with Captivate, but did not try if you can insert the value of a variable by an email address.

    Lilybiri

  • Extraction of numbers, no strings of text entry fields?

    Hello

    I have two input boxes that I can type numbers in.  I would like a third entry check box to show the total of the first two.

    I set up a listener to button on the stage to perform a function that adds together when a key is pressed.

    It comes, he puts just the strings together - it ddoesn can't add them

    So, how can I tell Flash that box1.text and box2.text are numbers?

    Box3.text = box1.text + box2.text is not doing.

    Thanks for your time.

    Shaun

    Hi celebrities music

    You will need to get the string to a number.  Something like:

    var firstNumber:Number = Number (box3.text);

    var secondNumber:Number = Number (box2.text);

    answer: var number = firstNumber + secondNumber;

    Of course, you want to make sure that the text in the text field is actually a number and someone was not able to type in a Word.  The best way to do it is NOT to do the textfield a text entry field.  Instead make a dynamic text field and give it a MouseEvent.CLICK event listener.  When someone clicks on the dynamic text input field, bring up a keyboard that requires them to enter the number in this way.

    I have an application exactly like this one where students had to enter a number in a text field to understand the econ issues.  The workflow has something like:

    1. Click the dynamic text field
    2. Bring up the Enter key digital
    3. When the user clicks on a number on the keypad, text matching using a switch statement
    4. Add numbers to text in a string field, that way someone who, between '1', '3' '8' will get 138 and not 12.
    5. With each press of button, update the dynamic text field to show what the user enters
    6. With the user presses the Enter key, then mount this text field in number and store it in a variable of type number

    Hope that helps.  Let me know if you need help with the code for one of these steps.

  • Text entry to the area of dynamic text with answers

    I need to create a demo of an application of "Technical Support".

    I have a text entry box, a dynamic text box and "submit" button.

    When a user types in the text entry box, then press the submit button that their "issue" appears in the dynamic text box.

    It all works as should be outside of a thing. I need to be able to have the user enter several questions. Now if they first enter press and "chicken fried" submit, then enters the 'pizza' and presses to resubmit the text displayed in the dynamic text box should show two lines:

    fried chicken
    Pizza

    but instead, whenever a user presses on submit text is replaced (i.e. 'fried chicken' is replaced by 'pizza' on the same line).

    Here is the code so far:
    code block
    questionTxt.text = "enter your support tech here request.';
    questionTxt.onSetFocus = function()
    {
    This.Text = "";
    };

    displayTxt.text = "Support: Hello.» How can I help you? « ;
    displayTxt.onSetFocus = function() {}
    This.Text = "";
    };


    var i = 1
    var responseTxt = "Thank you, one moment please."

    this.submitBtn.onRelease = function() {}
    output = ' Dr. Smith: "+ input +"\n"+ responseTxt + '\n'; '.
    questionTxt.text = "";
    }
    end code block

    So the end result should be:

    The user enters "I have a question", press submit
    dynamic text box shows "Dr. Smith: I have a question" and below of this "Thank you, one moment please.
    -> It's currently the case

    The user enters into ANOTHER question "I also need info on...» "and submit presses
    Dynamic text box says:

    Mr. Smith: I have a question
    Thanks, one moment please.

    Mr. Smith: I also need information on...
    Thanks, one moment please.

    --------------------------------------------------------------------

    My guess is that I need to use the variable "input" of the box of text for each line, but not too sure how.

    Any suggestions would be greatly appreciated. Thank you!

    may want to rather like:

    var x 1: String = "Dr. Smith: "; "
    var responseTxt:String = ' Thank you, one moment please. "
    displayTxt.html = true;

    this.submitBtn.onRelease = function() {}
    displayTxt.htmlText += "\n" + x 1 + questionTxt.text + "\n" + responseTxt;
    questionTxt.text = "";
    }

  • How can I disable the graphic legend to the user text entry?

    Dear friends!

    I need your help in the following case.

    My front panel has a chart whose legend path is visible. I have display programmatically inside the runtime text, according to the article that the user selects in a control of the ring. The problem is that the user can also enter text (running) in the same area. Is there a way to prevent the user to text entry in the legend tracing running text box? I need the chart and the legend of tracing enabled at run time. Please suggest solutions.

    Thank you very much!

    Have a nice day!

    Try to put a picture control on the top of the chart legend and when the user tries to click on the name of plot, it avoids text entry

    You may also toggle the visible property of the image control to allow text in admin mode

  • EM330 change text entry type

    I have download the operating instructions, but I can't figure out how to change the type of text when I add a new contact. I can see the field in the top left of my screen, but cannot change it.

    Thanks in advance

    @jonicurtis

    You can also use the key ' # ' change in symbols or type / text entry sequence.

    @csbarry

    Thanks for the solution.

    Poko

  • Notification of instant preview with text entry

    Hey,.

    I wonder if it is possible to add a text entry for quick answers to instant preview, as BBM notifications and Messages. I have not found anything in the API, but it would be really sad if such feature would not be exposed to the public.

    Thank you

    Daniel

    Not now, at least not regular developers.

  • How to design own graphic interface for text entry

    Hello world

    I use the black background in my application and I would like to create my own custom controls which looks nice on a black background.

    For text input, I managed to create an entry of text with white background and black fonts. But I couldn't make the field to be a little larger than the text nor I was able to focus the State field.

    Code:

    public class CSTextField extends BasicEditField {}

    public {CSTextField()}

    Super (Field.FOCUSABLE |) Field.EDITABLE);

    }

    protected void paint (Graphics g) {}

    g.setBackgroundColor (Color.WHITE);

    g.setColor (Color.WHITE);

    g.fillRoundRect (0, 0, super. getWidth(), super. getHeight(), 5, 5);

    g.setColor (Color.GRAY);

    g.drawRoundRect (0, 0, super. getWidth(), super. getHeight(), 5, 5);

    g.setColor (Color.BLACK);

    Super.paint (g);

    }

    }

    See here: http://liechti-fotografie.ch/share/textfield.png

    Do you have an idea how realize that the focus is visible and the text field seems good?

    Thank you

    Do not design your own text input field - build a Manager around it that meets your needs.

    Here's an example of how this can be done:

    A scrolling line text entry field

    Read the comments - there are a few examples here on adding borders. I don't think you need boundaries, but they can give you ideas on how to position the fields in order to create some padding between the text and the surrounding black background.  You seem to be advanced enough to be able to easily change the code corresponding to your needs.

    Good luck!

  • Multiline text entry area

    The library QNX has any user interface element for text entry that takes several lines. For example the kind of thing you would find in a text editor such as Notepad. It seems that something very basic, but I can't seem to locate a class for itself in the API. The closest thing I can find is the TextInput class, but that is optimized for the single line.

    I was wondering if I missed it, or if it does not exist. And if not, are there no other alternative, we can use?

    Thank you!

    Hey,.

    you do not have missing something. Unfortunately there is not an existing input QNX mult-line text object. However, there are some workaround solutions and others, you can find in these forums. one in particular is a thread linked below. Basically, you need to change the internal textField object of the input text to make it work. Here is the link:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/multiline-TextInput/m-p/671331/hi...

    hope that helps. Good luck!

  • BlackBerry Smartphones missing text entry options

    Hello

    After the execution of some updates yesterday, the text entry options 'show' is no longer available in the options. Can I not select suretype when you write a message. Would be grateful for the help.

    Thank you

    Had to reboot after removing an application and everything back to normal! What bothers me is that my tech never raised service provider a re-start but rather asked me to delete all my data and start all over again!

  • Adobe Captivate 8 - responses of synchronization in the text entry box

    I would like to limit the time to answer a question using the text entry area, but there is no option in the properties of the input box. I know that I can use the question slides (short answer) because they have an option of limitation in time, but not much can be changed there design wise so I need to use the text entry box.

    You can use the hourglass interaction or the time. It allows you to display a message and go to another slide when the time is up. However, if you are talking about seconds, it is not very accurate.

  • Captivate 9 - text entry area - cannot navigate through the input of text boxes on the same slide using enter key (works only tab)

    I designed a slide that has 3 areas of text entry.

    I need the user to be able to type in their response to the first box and then press the ENTER key, it will pass them in the next text box. After typing in their response to the second box, press ENTER, and then have developed pass to the third area.

    I don't want to use tab, I want to go to work as a shortcut key, so this works well on all devices. It feels like a trip to the logic of the user.

    I removed the button SUBMIT and check the validate user input.

    I put the shortcut key to ENTER in propriety / Actions area

    However, after that type in an answer and pressing on enter, the focus is not moved in the input text box available at the following address on the same blade.

    This happens regardless of browser (tested Firefox, Chrome, Safari, and IE9/10) and also OS - Windows 7, Mac OSX 10.9, 10.10 and latest version of iOS

    Only the tab key works (Ive even tried with other keyboard shortcuts and it always comes back to TAB).

    I know that this feature is possible in Captivate 9. I have read and watched many tutorials online, it seems a very basic feature. I could be wrong.

    This is a feature of wholesale/known or I'm doing something wrong.

    If a bug, is there a plan to fix it soon?

    Indeed, your problem is related to the Enter key as a shortcut key, not to have multiple TEB and one absolutely validation button. Take a look at this article very old (you are not the first to ask about this):

    A submit button for multiple text entry boxes? -Captivate Blog

    But here I explained to indicate to the user click in a next TEB, do not use input.

  • CP9: Multiple text entry boxes - 1 Submit button

    Hello

    I have several text entry areas (TEBs) and send button 1.

    Each TEB I have a:

    • input variable of text from the user - v_teb1 (associated with the ETB).
    • Variable for the correct answer - v_teb1_ans (do this way because I want to reuse the action advanced)

    I created an advanced action (assigned to the "submit" button) to check the entry of user against the answers.

    So if the answer was 'Home' or 'House' - how can I test for it - create two response variables - "v_teb1_ans_a", "v_teb1_ans_b".

    Is there an easier way?

    Also with "Validation of the user" are the "correct entered" used only with 'Success' and display the success, legends of the failure

    that is when submit button displayed for each TEB, auto-submit is enabled, the Enter button is used?

    Concerning

    Donal.

    Donal salvation,

    This is the problem with the validation of a TEB entry using a tip action, there is no way to disable the distinction uppercase / lowercase. It will be possible if you use JS to change the answer to all the capitals before checking it in.

    I do not understand your last question, sorry? Entered correct are used if you post a BER, but in your case the validation is made only after all the TEB were used, right?

Maybe you are looking for