Resize text box at runtime?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
TodayIsTheDay
Posts: 56
Joined: Sat Jun 20, 2009 2:41 pm

Resize text box at runtime?

Post by TodayIsTheDay » Mon Sep 14, 2009 4:26 am

I'm wanting to see if it's possible to resize a textbox (or any object) at runtime...

I've tried several variations of this code with no luck. It will give you the resize pointer but it stops the program from running as well?

Code: Select all

on mouseUp
   select field "field1"
   choose "pointer"
   
end mouseUp
I'm sure there is something simple I'm overlooking but I'm stumped...

Thanks!

Post Reply