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

using Preset Combobox on android.

Explorer ,
Apr 13, 2018 Apr 13, 2018

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
641
Translate
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

what about Callout?

Translate
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

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?

Translate
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
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 >

Translate
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