Datagrid & Multi-Row Hilite possible on mobile?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
charms
Posts: 122
Joined: Mon Feb 10, 2014 6:21 pm
Contact:

Datagrid & Multi-Row Hilite possible on mobile?

Post by charms » Tue May 20, 2014 8:32 pm

Hi there,

How can I select multiple rows in a datagrid on a mobile device?

One way I could think of is to add a button on each line that will send the line number to a variable in the datagrid group.

Is this the way to go? Or is there another possibility?

Thanks,
Chris

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Datagrid & Multi-Row Hilite possible on mobile?

Post by Klaus » Wed May 21, 2014 12:58 pm

Hi Chris,

since multi-lline selection requires pressing a modyfier key,
this is obviously not possible on mobile "out of the box".

You might need to "roll your own" routine for that!
But I have no idea how to do this.


Best

Klaus

viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

Re: Datagrid & Multi-Row Hilite possible on mobile?

Post by viro » Wed May 21, 2014 2:53 pm

someone already did a good job on selecting multiple lines..
check http://stackoverflow.com/questions/2294 ... -data-grid
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Datagrid & Multi-Row Hilite possible on mobile?

Post by Klaus » Wed May 21, 2014 3:04 pm

viro wrote:someone already did a good job on selecting multiple lines..
check http://stackoverflow.com/questions/2294 ... -data-grid
??? :shock:

viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

Re: Datagrid & Multi-Row Hilite possible on mobile?

Post by viro » Wed May 21, 2014 6:07 pm

I installed that stack and marked some entries. https://www.dropbox.com/s/rzzroxqw6uxmo ... -01-49.png
One can select entries and view them in "my selection"
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it

charms
Posts: 122
Joined: Mon Feb 10, 2014 6:21 pm
Contact:

Re: Datagrid & Multi-Row Hilite possible on mobile?

Post by charms » Thu May 22, 2014 11:28 pm

Thanks for your answers. I will try to parse the line number in to the button and when a button is clicked add the line numbers to a group property.

Kind regards,
Chris

Post Reply