All,

If anyone has successfully used the printRotated function with RR v2.7.1 running on WinXP, would you please post or send me a script that works.

The following script says that printRotated is true just before I execute "print this card", but the card is _always_ printed in portrait orientation unless my users select "landscape" in the answer printer dialog.

on mouseUp
  set the printRotated to true
  answer printer
  if the result is "Cancel" then exit mouseUp
set the printRotated to true -- in case "answer printer" overrides the original printRotated
  open printing
  set the printMargins to "75,5,0,0"
  put "Printrotated ="&&(the printRotated)
  print this card
  close printing
end mouseUp


Rob Cozens CCW
Serendipity Software Company

"And I, which was two fooles, do so grow three;
 Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631) _______________________________________________
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

Reply via email to