<HTML>
<HEAD>
<TITLE>Printing problems...</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">I&#8217;m testing RunRev capabilities. I&#8217;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>
&nbsp;&nbsp;if the platform is &quot;MacOS&quot; then<BR>
&nbsp;&nbsp;&nbsp;&nbsp;revShowPrintDialog false, true<BR>
&nbsp;&nbsp;else<BR>
&nbsp;&nbsp;&nbsp;&nbsp;revShowPrintDialog true<BR>
&nbsp;&nbsp;end if<BR>
&nbsp;&nbsp;revPrintText the htmlText of field &quot;info&quot;, &quot;&lt;%the long date%&gt;&quot;, &quot;B&quot;<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>
&nbsp;&nbsp;set the formatForPrinting of stack &quot;tstprint&quot; 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&eacute;</FONT>
</BODY>
</HTML>