Resize text box at runtime?
Posted: 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?
I'm sure there is something simple I'm overlooking but I'm stumped...
Thanks!
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
Thanks!