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

  • SEARCH
  • Home
  • 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 6723603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:35:20+00:00 2026-05-26T09:35:20+00:00

When I click on a userlist, the function addTab is triggered: private var counter:int

  • 0

When I click on a userlist, the function addTab is triggered:

private var counter:int = 0;

public function addTab():void {
    var new vBox:VBox = new VBox();
    var textBox:RichEditableText = new RichEditableText();
    var nameEm:String = "dynamicTextBox" + counter;
    textBox.id = nameEm;
    counter++;
    var textFlow:TextFlow = new TextFlow();
    vbox.addChild(textFlow);
    vbox.addChild(textBox);
    tabNavigator.add(vBox);
}

In another function, I would like to add Rich Text to the newly created TextBox, but I can not access it.

I tried getChildByName(vbox) and vbox.getChildByName(textBox), but that doesn’t seem to work.

  • 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-26T09:35:20+00:00Added an answer on May 26, 2026 at 9:35 am

    To get childbyname assigned a name to richeditable text and if you want to get it by counter then give name to vbox also, as in the sample here:

    private var counter:int = 0;
    
    public function addTab():void {
        var new vBox:VBox = new VBox();
        var textBox:RichEditableText = new RichEditableText();
        var nameEm:String = "dynamicTextBox" + counter;
        textBox.id = nameEm;
        vBox.name=nameEm;
        textBox.name=nameEm;
        counter++;
        var textFlow:TextFlow = new TextFlow();
        vbox.addChild(textFlow);
        vbox.addChild(textBox);
        tabNavigator.add(vBox);
    }
    

    If you know the index then

    var vb:VBox = tabNavigator.getChildByName("dynamicTextBox"+index) as VBox;
    var txt:RichEditableText=vb.getChildByName("dynamicTextBox"+index) as VBox;
    

    So this will give you RichEditableText.

    Or if you want to get access just after adding in to tab then return RichEditableText from the addtab function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

click the button to call this method: private void goRegister(final boolean isUsername) { new
click(new XPath(/HTML[1]/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/SPAN[1]/SPAN[2]/#text[1])); ..or var foo = document.evaluate(/HTML[1]/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/SPAN[1]/SPAN[2]/#text[1], document, null, XPathResult.ANY_TYPE,null); Result to: [Exception... The
Click me $('.clickme').click(function(event) { event.preventDefault(); var stringId = $(this).attr(id); var mId = stringId.substring(2) ....
I'm new to JQuery and trying to implement a function which will hide an
Dim de As New System.DirectoryServices.DirectoryEntry() Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
Right Click -> New -> NO JUNIT SHOWN
Before I added loadItems function, $(.ActivateItem).click(function () {...}): works fine. But when I made
Click here to see what I mean.. What could prevent these two from sitting
Click on this link , you will be redirected to a shopping site. On
On click on next button, the list should highlight/select next item in the listview.

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.