<HTML>
<HEAD>
<TITLE>Printing problems...</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">I’m testing RunRev capabilities. I’m encountring several problems.<BR>
I wrote the following script attached to a single button; there is an input field (info) on the stack.<BR>
<BR>
on mouseUp<BR>
  if the platform is "MacOS" then<BR>
    revShowPrintDialog false, true<BR>
  else<BR>
    revShowPrintDialog true<BR>
  end if<BR>
  revPrintText the htmlText of field "info", "<%the long date%>", "B"<BR>
end mouseUp<BR>
<BR>
I added the following as a stack script to resolve problems on Windows platform (as told in the help).<BR>
<BR>
on startup<BR>
  set the formatForPrinting of stack "tstprint" to true <BR>
end startup<BR>
<BR>
<BR>
1) Whatever is the text size in the info field, the printing is done at the same size on Mac<BR>
<BR>
2) On windows the text is nearly invisible (1 or 2 points height)! I tested on 2 different printers: same result.<BR>
<BR>
What am I missing?... :-(<BR>
<BR>
André</FONT>
</BODY>
</HTML>