set the vscroll of cd field "Play Result" to (the effective textheight of cd field "Play Result") * (the number of lines in cd field "Play Result") Yes, the above works BUT requires “cd” with field ID - perhaps because this is a HyperCard stack I converted to Revolution/LiveCode years ago and have b...
I needed to enlarge a a Field and it’s Text in my stack. I used the Fields Basic Properties - Size & Position and Text Formatting - menu options to do so. BUT now when I enter text from a script or open the stack the field scrolls to the top vs stay at the end of the entry. Text entered from a scrip...
Andrew and Tom, Thank You for your input. You were very helpful :D and as usual, this Forum is a great resource for :idea:s . Hers's the solution I ended up with; repeat with iy = 1 to 35 -- List with 35 Name formasts to change put item 2 of line iy of fld "Misc_Info" into Name1 -- Put "JONES-SMITH"...