>> On XP I'm trying to print a card that contains a background image and
>> some fields. So far, no joy. Here is my approach. What am I missing?
>>
> I was hoping someone who actually knows what they are doing would reply to
> this, but since they haven't, this is what I do:
>
> on mouseUp
>  set the printPaperOrientation to "landscape"
>  print this card  from 10,10 to 800,455 into 100,100,800,600
> end mouseUp
>
> And it seems to work.  The fonts are not quite all I could wish for, a
> different problem, but it does work. Hope it helps.


Would the font problem be fixed by setting the formatForPrinting of
your stack to true?
Checking the docs for this property, it is a Windows only setting that
tells the system whether to use printer fonts or screen fonts, so it
might be the answer in this case.

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to