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


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to