revPrintText, revPrintField & standalones in Mac X, rev 2.2
Mark Brownell
gizmotron at earthlink.net
Thu May 13 20:37:08 EDT 2004
On Thursday, May 13, 2004, at 01:59 PM, Monte Goulding wrote:
> This is the first report I've heard of it. It sounds like you have the
> library included properly although if you want to check this you could
> add
> something like this to your app:
>
> on openStack
> answer the backScripts
> end openStack
>
> Either way please put it on bugzilla as it could be a print library
> issue
> also...
>
> Cheers
> Monte
No need to bugzilla it. I never did that before anyway. It turned out
that I was printing from some thrown together HTML. So a little bit of
tweaking did the job nicely.
global zinger
put "<p><font color=" & quote & "#000000" & quote & ">" into sic
replace "<p>" with sic in zinger
replace "</p>" with "</font></p>" in zinger
revShowPrintDialog false, true
revPrintText zinger
Thanks,
Mark
More information about the use-livecode
mailing list