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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:36:20+00:00 2026-05-23T12:36:20+00:00

Does any one know how it’s possible to get in Flex 4 a value

  • 0

Does any one know how it’s possible to get in Flex 4 a value of the second item from Drop Down list, assuming I have 3 items listed there?
E.g.

  • 5
  • 4
  • 9

I need 4

MyLable.text=myDDList.dataProvider.getItemAt(1).toString();

this one doesn’t 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-23T12:36:20+00:00Added an answer on May 23, 2026 at 12:36 pm

    Without knowing your dataProvider structure; it is impossible to give you a definite answer. This code will give you the object being displayed in the second item of the DropDownList:

    var tempObject : Object = myDDList.dataProvider.getItemAt(1);
    

    Using the default labelField, that object should have a field named label on it which will return your suggested value:

    MyLable.text = tempObject['label'];
    

    You can even make this slightly more flexible:

    MyLable.text = tempObject[myDDList.labelField];
    

    If you are using a labelFunction; you’ll have to run your object through the labelFunction procedure.

    If you’re using custom objects in your dataProvider, you can use the approach in your own answer if you implement a toString() method in that object which returns the ‘4’ string.

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

Sidebar

Related Questions

does any one know how to get the current motherboard, processor or HD temperature
Does any one know from where can I download source code for Cassini. I
I have another question, does any one know how to get the start date
Does any one know what are the possible APNS providers around? I need to
Does any one know how I can specify the Default value for a DateTime
Does any one know if it is possible to use the Default Google Scatter
Does any one know the default key binding list for sqliteman? I fat fingered
Does any one know where Microsoft.Practices.ServiceLocation comes from? This is a namespace and a
Does any one know how can I convert a BSTR to an int in
Does any one know of a way to control how Visual Studio handles curly

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.