How To Send resizeControl?
Scott Rossi
scott at tactilemedia.com
Fri Jun 1 19:26:43 EDT 2007
>>> Is it possible to trigger resizeControl from a script?
>> What can I do?
>
> It works here for me... perhaps it's the quotes:
>
> on mouseUp
> send "resizeControl" to button 1
> end mouseUp
Thanks Ken.
I've been trying the above without success -- the problem must be my
resizeControl handler. But you spurred me on to try placing the 'send'
within a 'try' handler and it seems to work.
try
send "resizeControl" to button 1
end try
Problem solved (for now). Thanks.
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
More information about the use-livecode
mailing list