--- Bill Vlahos <[EMAIL PROTECTED]> wrote: > Joe, > > I can't get that to work. I must have the syntax > wrong but I'm not > seeing how it is wrong. > > Make a new mainstack and put the following script in > a button. > > on mouseUp > answer printer as sheet > if the result is not "Cancel" then print this > card from topLeft to > rightBottom into 72,72,72,72 > end mouseUp > > The script editor doesn't complain about anything > until you run it. > The it generates the following error. > execution error at line 8 (print: coordinate not a > point) near > "topLeft", char 1 > > Bill >
Hi Bill, Are you really trying to print everything into a single pixel ? :-) You need to give the topleft and bttomright coordinates of the part of the card that you wa Quartam Reports & PDF Library for Revolution <http://www.quartam.com> ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) _______________________________________________ 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
