Clickable list (Datagrid)
Posted: 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.
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.