Re: "Print this card" results in blocks of black

2007-12-04 Thread Sarah Reichelt
On Dec 4, 2007 2:42 PM, Paul Gabel <[EMAIL PROTECTED]> wrote:
> Can anyone give me a clue as to why printing a card results in large
> blocks of black ink. In Rev 2.8.1, many images ended up this way. In
> Rev 2.9 beta 9, buttons and fields end up this way.
>
> on menuPick theItem
>switch theItem
>case "This Card"
>  set the printScale to .5 -- needed to fit card on paper
>  print this cd-- no print dialog boxes with "print cd"
>  break
> . . .

Paul, what happens if you set the backColor of the card to white
before printing?

Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


"Print this card" results in blocks of black

2007-12-03 Thread Paul Gabel
Can anyone give me a clue as to why printing a card results in large  
blocks of black ink. In Rev 2.8.1, many images ended up this way. In  
Rev 2.9 beta 9, buttons and fields end up this way.


on menuPick theItem
  switch theItem
  case "This Card"
set the printScale to .5 -- needed to fit card on paper
print this cd-- no print dialog boxes with "print cd"
break
. . .

iMac Intel
Leopard
Canon iP4200 printer

Paul Gabel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution