Works here!
I built a blank stack with the two fields and a button with your
script. I 'set' the global from the message box.
HTHs
Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Nov 23, 2008, at 10:26 AM, David Mendriski wrote:
Please help! When I add a button to my Italian program with the
following handler, I get a message that there was an error while
saving standalone. When I delete this button, the standalone saves
perfectly. The target OS are Mac and windows. I retyped the handler
here because cut and paste apparently puts more into the email than
meets the eye. The button works perfectly in the Studio development
version. I hope this is not more than 15 kb or I'll never get this
message across.
Dave
on mouseup
global italverb
set the traversalOn of field "italiano" to false -- remove input
ability
hide me
put "la risposta รจ..." into field "Commentary"
wait .4 sec
put "" into hint -- empty variable
repeat with x = 1 to number of chars of italverb
put char x of italverb after hint
put hint into field "italiano"
wait .2 sec
end repeat
wait .4 sec
put "Premi il tasto 'Return'" into field "Commentary"
set the traversalOn of field "Italiano" to true
end mouseup
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution