• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flashbuilder 4.5 DropDown List for Mobile application??

New Here ,
May 12, 2011 May 12, 2011

Copy link to clipboard

Copied

Hi I am currently developing a mobile application within Flashbuilder 4.5 Pro. However I am having issues as I cannot seem to add a drop down list to my application and have it work properly. I have created the code below and this effectively creates a drop down list and populates it with items, however when the user clicks on an item it is not selected in the field.

This also happens when I am testing it on my machine and the only way to select the item is to click on the list and then use the down arrow on the keyboard which I cannot do in the application. Can someone please help me????

<s:DropDownList id="sex_drpdown" width="150" height="61.35" labelField="value" fontSize="30" change="sex_drpdown_changeHandler(event)">
                    <s:ArrayCollection>
                         <fx:String>Male</fx:String>
                         <fx:String>Female</fx:String>                              
                    </s:ArrayCollection>
               </s:DropDownList>

Views

2.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 12, 2011 May 12, 2011

Copy link to clipboard

Copied

I am experiencing same exact issue.

Note: on Flash Builder burrito, dropdownlist control works fine, same exact code on FB 4.5 having this issue i.e DropDownList get created fine,

when user tap on it, it display the items in list, BUT when you try to select any item, the list collaps to its original state.

Another interesting fact: only way I was able to select an item in list is to use hardware 4-way keys in my Motrola Droid. Tapping on the DropDownList just dont seems to work.

here is a sample code (that do not work properly in FB 4.5)

<s:DropDownList width="140">

<mx:ArrayCollection>

<fx:String>Alabama</fx:String>

<fx:String>Alaska</fx:String>

<fx:String>Arizona</fx:String>

<fx:String>Arkansas</fx:String>

<fx:String>California</fx:String>

</mx:ArrayCollection>

</s:DropDownList>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2011 May 13, 2011

Copy link to clipboard

Copied

LATEST

I have the same problem , Dropdownlist used to work fine in BURRITO  it select the item and keeps it using mouse during debug or  touch on the device ,, Since i unintalled Burrito  and installed 4.5  THE component function exactly as anixan  decribes it  the selection alwayes blank using mouse or touch on device but during debug if i use arrow keys it works , it seems that there is a bug or problem in the Release of Flash Builder 4.5.  I tried searching google for dayes for answer but no luck.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines