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!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
select field "field1"
choose "pointer"
end mouseUp