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

Grid /List help

Explorer ,
Nov 02, 2013 Nov 02, 2013

Display.jpg

Hello all ,

I need to create a similar list for mobile application. Suggest me which one to use either datagrid or list control . if the user clicks the phone no , should be redirected to dial pad . how to achieve it , which component to use ?

TOPICS
ActionScript
584
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
Community Expert ,
Nov 02, 2013 Nov 02, 2013

don't use any component.  create a movieclip that looks like one of those rows, add your gray rounded-rect background, vertical shapes and the X, the static text you've shown and dynamic/input textfields.

add whatever number of those to a parent object, position them and define your scroll behavior for the parent and tap behavior for each row.

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 ,
Nov 02, 2013 Nov 02, 2013

Hey i am using flash builder to develop mobile app  using flex and adobe air

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
Community Expert ,
Nov 03, 2013 Nov 03, 2013
LATEST

if you have to use a component then the list component is more suitable (at least, the flash pro list component is) because there's only one column per row.  in flash pro you would need to use a custom cell renderer to style each row.

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