>>> 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


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to