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 6044829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:03:22+00:00 2026-05-23T07:03:22+00:00

In a current Flex project, i have an issue where a certain child component

  • 0

In a current Flex project, i have an issue where a certain child component must be initialized and ready when the user clicks a button. the button is a mouseClick Event.

//mouseClick Event

protected function tableSearch_searchClickHandler(event:MouseEvent):void
        {

            parentXml = event.xmlNode;
            if(classifierInfo)
            classifierInfo.variables = parentXml;
            else //initialize it dynamically..but how?
            {};
}

in the function the component (classifierInfo) is checked to see if it is initialized and ready== that is, it is not null. then the variables property is populated with the parentXml value else, if it is not ready, [i want to initialize it dynamically] but do not know how.

does any one know how i could fill up the else statement such that the classifierInfo component is initialized dynamically? Is this even possible?

  • 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-23T07:03:23+00:00Added an answer on May 23, 2026 at 7:03 am

    you have to try to initialize the object and add it to the correct parent UI Object if it is a visual component.

    classifierInfo = new WhateverClass();
    classifierInfo.somePropertySet
    ...
    yourUIComponent.addElement(classifierInfo);
    

    Is it that what you are trying to do?

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

Sidebar

Related Questions

I have a requirement on my current project (a Flex app which will be
Our flex project, which works fine in its current environment with coldfusion 7 single
One of the functionalities in my current flex application requires me to maintain a
My current development project has two aspects to it. First, there is a public
I am current learning Flex 4 programming now and trying to get as much
In Flex, how to put some component ( like canvas ) appear at the
Working in Flex 3, I have a series of components being rendered on a
I created a Flex project, now I want to import it into the JSP,
How do I determine the URL of the current page from within Flex?
I have a Flex app that uploads files to our website. We're currently working

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.