Fixed row height data grid LC 8

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
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Fixed row height data grid LC 8

Post by anmldr » Wed May 18, 2016 9:24 pm

How do I turn off the fixed row height of the datagrid in LC 8 as was available in previous versions? I don't see a checked box for it in the object inspector.

Linda

anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Fixed row height data grid LC 8

Post by anmldr » Wed May 18, 2016 10:38 pm

It is apparently called "Empty Row Height" now instead of "Fixed Row Height" as it was in previous versions of LC. Correct me if I am wrong.

Linda

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Fixed row height data grid LC 8

Post by MaxV » Wed Jun 08, 2016 3:49 pm

It always been the property name fixed row height, the code is:

Code: Select all

set the dgProp[ "fixed row height" ] of group "my Data Grid" to false
You can discover all about datagrid here: http://livecode.wikia.com/wiki/Datagrid_API
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Fixed row height data grid LC 8

Post by MaxV » Wed Jun 08, 2016 4:01 pm

However the control appears on selecting form mode, now it's called empty row height. (it's too ambiguous so I submitted a bug report http://quality.livecode.com/show_bug.cgi?id=17823 )
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”