Clickable list (Datagrid)

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
zainal.azfar
Posts: 1
Joined: Sun Mar 22, 2015 2:50 pm

Clickable list (Datagrid)

Post by zainal.azfar » Sun Mar 22, 2015 3:00 pm

I would like to ask any of you if there are stacks available on a simple clickable list for mobile apps created with livecode. I spent a lot of time to get the right smooth scrolling feature for a simple list. mergDataGridScroller is OK so far. The problem happens when i link the clickable rows to another card. While scrolling, sometimes it detects the mouseUp handler. It is super sensitive to detect the mouseUp handler while scrolling.

The script that i wrote in the row behaviour of datagrid is :

on mouseUp
put the dgLine of me into y
go to next card
end mouseUp

I want it to be if user really stop scrolling and want to click on it, then only it will trap the mouseUp handler. Really need help on this!!!!

Basically what i want is a very smooth scroll of datagrid and clickable row that will link to another card.

Post Reply

Return to “Android Deployment”