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