highlighn a row in datagrid for ios

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
neomodus
Posts: 18
Joined: Fri Apr 13, 2012 10:27 pm

highlighn a row in datagrid for ios

Post by neomodus » Fri Apr 13, 2012 10:37 pm

Hi
I am new to LiveCode.
I can highlight a row in a datagrid for a desktop application in response to a mouseclick . How can I do the same thing for touch using the iphone/iphone simulator please?
Thanks
Neo

marksmithhfx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 931
Joined: Thu Nov 13, 2008 6:48 am

Re: highlighn a row in datagrid for ios

Post by marksmithhfx » Sat Apr 14, 2012 3:32 am

neomodus wrote:Hi
I am new to LiveCode.
I can highlight a row in a datagrid for a desktop application in response to a mouseclick . How can I do the same thing for touch using the iphone/iphone simulator please?
Thanks
Neo
Hi Neo, LC accepts tapping inputs on mobile devices. You don't need to change anything in your code... This functionality will automatically appear.

-- Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS

neomodus
Posts: 18
Joined: Fri Apr 13, 2012 10:27 pm

Re: highlighn a row in datagrid for ios

Post by neomodus » Sun Apr 15, 2012 5:36 pm

Many thanks
Neo

Post Reply