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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:05:23+00:00 2026-06-12T13:05:23+00:00

I have a flex mobile app which based upon a list of questions generates

  • 0

I have a flex mobile app which based upon a list of questions generates a set of controls depending on what kind of response is required, this is the input form.

The structure is

Group
-----Hgroup
-----------Question1, CheckBox, TextInput
-----Hgroup
-----------Question2, CheckBox, TextInput
-----Hgroup
-----------Question3, CheckBox, TextInput
-----Hgroup
-----------Question4, CheckBox, TextInput
end group

How do I loop through the group in Actionscript, into the HGroup and return the value of, in this example, the checkbox and textInput?

I have numerous example of how to determine the control type in the container, just not how to retrieve the values.

Thanks in Advance

  • 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-06-12T13:05:24+00:00Added an answer on June 12, 2026 at 1:05 pm

    To loop and type check use:

    for (var i:int; i < hGroup.numElements; i++) {
        var child:DisplayObject = hGroup.getElementAt(i);
    
        if (child is TextInput) {
            var textInput:TextInput = child as TextInput;
            // do your stuff
        }
        else if (child is CheckBox) {
            var checkBox:CheckBox = child as CheckBox;
            // do your stuff
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list in flex mobile project which contains multiple rows. I want
I have a requirement to build a flex mobile app (iOS/Android) which is capable
I have a mobile Flex project which I am deploying to iPhone/iPod and Android.
I am building an mobile flex app in eclipse indigo and have my app
I have a Flex mobile app that currently contains 2 views View 1 has
I'm working in a mobile app for iPad in Flex 4, I have a
I have Flex 4 app which is deployed in internet. Just as an intro,
In my Flex 4.5 mobile app, I have an actionScript item renderer (that derives
I have a stageWebView in my flex Mobile app. I am trying to call
I have a view like this in my Flex mobile Application: <s:View xmlns:fx=http://ns.adobe.com/mxml/2009 xmlns:s=library://ns.adobe.com/flex/spark

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.