Height of field question

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
vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

Height of field question

Post by vedus » Fri Dec 05, 2014 11:01 pm

Is possible to set the height of the field to the text lines someway ?
like
1) I have a fld with 5 lines in the first time.
2) Second timethe same fld with 10 lines of text.
is possible to adjust the field in the lines?
thank you

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10332
Joined: Wed May 06, 2009 2:28 pm

Re: Height of field question

Post by dunbarx » Fri Dec 05, 2014 11:09 pm

Hi.

Look up the "formattedHeight" in the dictionary. Should be just what you need.

Craig Newman

vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

Re: Height of field question

Post by vedus » Sat Dec 06, 2014 4:14 pm

dunbarx wrote:Hi.

Look up the "formattedHeight" in the dictionary. Should be just what you need.

Craig Newman
thank you fixed ;)

Post Reply