Create a native mobile checkbox in a column of datagrid

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
Daross
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 23
Joined: Thu Jun 04, 2009 8:15 pm

Create a native mobile checkbox in a column of datagrid

Post by Daross » Wed Jun 18, 2014 8:06 pm

Hi all,
It's possible to create a checkbox in a column of datagrid as in this picture ?
It would be nice to have native controls of Mobgui in datagrid
Attachments
Checkbox.png
Checkbox.png (11.28 KiB) Viewed 2534 times

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Create a native mobile checkbox in a column of datagrid

Post by Simon » Thu Jun 19, 2014 1:08 am

Hi Daross,
It looks like you have the images just set the icon and highlight icon of a check box to your images. And then there is this lesson to implement them;
http://lessons.runrev.com/m/datagrid/l/ ... -data-grid

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Daross
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 23
Joined: Thu Jun 04, 2009 8:15 pm

Re: Create a native mobile checkbox in a column of datagrid

Post by Daross » Fri Jun 20, 2014 12:13 pm

Hi Simon,
I did not think it was so easy :D
thanks

Post Reply