Re: detect line clicked in iOS multiline field

2012-03-15 Thread Colin Holgate
I tried this once, and I think I gave up, and used a picker instead. On Mar 15, 2012, at 2:50 PM, Thomas McGrath III wrote: I must be tired.. How do you detect a clicked line in an iOS multiLine field? ___ use-livecode mailing list

Re: detect line clicked in iOS multiline field

2012-03-15 Thread Thomas McGrath III
OK, so I put my field in a scrolling group and got a nice iOS scroll bar and my text field works and looks great. However because my field has text added to it during runtime I need to grow the text field after new lines of text are added. I thought using the effective height of the field would

RE: detect line clicked in iOS multiline field

2012-03-15 Thread John Dixon
Tom... formattedHeight of field Lap Counter... not effective height...:-) Dixie Subject: Re: detect line clicked in iOS multiline field From: mcgra...@mac.com Date: Thu, 15 Mar 2012 16:21:29 -0400 To: use-livecode@lists.runrev.com OK, so I put my field in a scrolling group and got