Datagrid form height

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
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Datagrid form height

Post by jalz » Thu Mar 27, 2014 5:21 pm

Hi Guys,

I've been trying to follow this tutorial http://lessons.runrev.com/s/3527/m/data ... ne-heights, as I want to create a datagrid form with variable heights. I've only got one row of data in my data grid which I have manually typed in, but it doesn't seem to expand height.

Anyone know what I've done wrong?

Thanks
Jalz
Attachments
dgRowHeight.livecode.zip
(4.96 KiB) Downloaded 166 times

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: Datagrid form height

Post by keram » Sat Mar 29, 2014 5:02 pm

Hi jalz,

It did not work simply because a typo in the Row Behavior of DG, under LayoutControl you typed formattedheaight instead of formattedheight.
I'm including another stack with larger height so that you can see how it works.

keram
Attachments
dgRowHeight2.zip
(19.03 KiB) Downloaded 171 times
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Re: Datagrid form height

Post by jalz » Sat Mar 29, 2014 9:45 pm

Thank you Keram,

That works now, couldn't believe that typo was the cause!

Post Reply