The card is grey on printing!!

Jan Schenkel janschenkel at yahoo.com
Mon Jan 19 11:40:22 EST 2004


--- François Cuneo <francois.cuneo at cuk.ch> wrote:
> Hello everybody!
> 
> When I print a card with 2 fields (text black on
> background white), the
> printing zone is grey.
> 
> And the printing zone is with a big margin on top
> and another big on left
> 
> Why?
> 
> Amicalement
> François
> 

Bonjour François,

I guess you're printing from Windows or *nix ?
The default bakcgroundcolor of the cards on those
systems is gray instead of white, and Rev's printing
is WYSIWYG for that color ;-)

Put the following before your print command
  put the backgroundcolor of this stack into tBC
  set the backgroundcolor of this stack to white
and the following after your print command
  set the backgroundcolor of this stack to tBC

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


More information about the use-livecode mailing list