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

using Preset Combobox on android.

Explorer ,
Apr 13, 2018 Apr 13, 2018

Copy link to clipboard

Copied

hello everyone, i want to use some kind of "list box" where i can scrool down with my finger using android.

the closest thing i found to my problem is "Combobox" from presets of Animate CC

but figured out that i need to use that small scroll box on right to scroll down.

is there any other list boxes i can use? or maybe there is a way to scroll using a finger on top of the text?

Screenshot_20180413-174409.png

TOPICS
Development

Views

494

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
Explorer ,
Apr 15, 2018 Apr 15, 2018

Copy link to clipboard

Copied

what about Callout?

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
Explorer ,
Apr 15, 2018 Apr 15, 2018

Copy link to clipboard

Copied

aint Callout is a custom mesh with a pointer? witch normally used as a "hint"?

or maybe you mean the android API's list viewer? if thats the case, how to call it?

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
Explorer ,
Apr 15, 2018 Apr 15, 2018

Copy link to clipboard

Copied

LATEST

<s:textinput click="show callout"/>

<s:Callout xmlns:fx="http://ns.adobe.com/mxml/2009" .........>

  <s:List id="list" width="100%" height="100%" buttonMode="true">

     ...............

  </s:List>

</s:Callout >

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