[futurebasic] Re: [FB] curious print problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2001 : Group Archive : Group : All Groups

From: BMichael@...
Date: Tue, 11 Sep 2001 01:15:21 EDT
>well, i've been debugging my print routines and have eliminated all except
>one. i have a column, about 5mm wide, along the right-hand side of the paper
>that isn't printed. has anyone already come up against this?

Doesn't appear to relate to your code, but I hit this once and it was the 
scroll region; I was writing to an offscreen window, and I used the wrong 
type. Does your FN RipFile possibly do this? Can you blit the pages onto 
the screen and see the rightmost 5mm?

Bill