Frank,

Thanks very much for this - I see what you mean about the difference between
the text and the field.  However, my printing still seems to have a life of
its own - the printout still resolutely refuses to use Courier font when
using revPrintText (on the Mac or PC).

Under Windows the old problem still manifests itself of all text (menus,
labels and button text) vanishing when printing is attempted.  It does still
print stuff out though!  Luckily, quitting and then restarting fixes it.  I
think that running this within the IDE is what corrupted the stack
previously.  Is Windows printing trickier in Revolution?  I seem to have got
on reasonably well with it on the Mac but there seem to be a lot of pitfalls
on Windows.

Thanks,

Karen

On 15/3/05 5:00 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:

> Message: 5
> Date: Tue, 15 Mar 2005 09:31:28 -0500
> From: "Frank D. Engel, Jr." <[EMAIL PROTECTED]>
> Subject: Re: More Printing Questions
> To: How to use Revolution <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> revPrintText prints the text, not a field.  You assigned the font, etc.
> to the field, not the text.  Since the font was not specified in the
> text, it inherits it from the field, but when you use revPrintText,
> there is no field to inherit the font from.  Try replacing this:
> 
>> set the textFont of field "PrintLayout" to "Courier New"
>> set the textSize of field "PrintLayout" to 10
> 
> with:
> 
> set the textFont of char 1 to -1 of field "PrintLayout" to "Courier New"
> set the textSize of char 1 to -1 of field "PrintLayout" to 10


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

Reply via email to