What is wrong with this script?

2010-11-04 Thread charles61
end if end if end repeat end repeat lock messages go card tStartCard unlock messages unlock screen end doStuff3 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027821.html Sent from

Re: What is wrong with this script?

2010-11-04 Thread Bob Sneidar
if end repeat end repeat lock messages go card tStartCard unlock messages unlock screen end doStuff3 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027821.html Sent from the Revolution - User mailing list

Re: What is wrong with this script?

2010-11-04 Thread DunbarX
It does work. It's a bit wordy, but works fine. If you have these buttons in a background, you do have the sharedHilite set to false, right? This would matter. So what doesn't work? Craig Newman ___ use-revolution mailing list

Re: What is wrong with this script?

2010-11-04 Thread charles61
: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027935.html To unsubscribe from What is wrong with this script?, click here. -- View this message in context: http

Re: What is wrong with this script?

2010-11-04 Thread DunbarX
Charles. Good. This never happens to me. Your script can be shortened, and sped up, a bit. Watch line wraps: on doStuff3 repeat with y = 1 to the number of marked cards repeat with b = 1 to the number of buttons of marked cd y if the style of button b of marked cd y =

Re: What is wrong with this script?

2010-11-04 Thread charles61
/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027960.html To unsubscribe from What is wrong with this script?, click here. -- View this message in context: http://runtime-revolution.278305.n4

Re: What is wrong with this script?

2010-11-04 Thread charles61
] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027960.html To unsubscribe from

Re: What is wrong with this script?

2010-11-04 Thread charles61
View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027960.html To unsubscribe from What is wrong with this script?, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-is-wrong

Re: What is wrong with this script?

2010-11-04 Thread charles61
/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027960.html To unsubscribe from What is wrong with this script?, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com

Re: What is wrong with this script?

2010-11-04 Thread charles61
View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3027960.html To unsubscribe from What is wrong with this script?, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-is-wrong

Re: What is wrong with this script?

2010-11-04 Thread Robert Brenstein
On 04.11.10 at 17:29 -0700 charles61 apparently wrote: Craig, Your script the first time but I got an error the second time I tried printing saying; flagging the line end mouseUp to button b and reporting the error message: button Print; execution error at line 287 (Chunk: no such object)

Re: What is wrong with this script?

2010-11-04 Thread J. Landman Gay
On 11/4/10 7:55 PM, charles61 wrote: When I of marked card y, the script that looks like the following caused the printing to hang and I had to force quit Rev 4.0 and relaunch Rev. This, plus the recursion error you got, likely indicates that your scripts are going in circles without a way

Re: What is wrong with this script?

2010-11-04 Thread charles61
[hidden email] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/What-is-wrong-with-this-script-tp3027821p3028051.html