It's been a while since I've had to do anything with a printer (so things
may be better now?). But, back in the day, there were lots of problems
drawing graphics to a printer because of unit conversions. Simply put, the
printer has a *much* higher resolution per page than whatever it is that you
ar
Try using an image that contains a 1-pixel line, perhaps?
On Mon, Dec 6, 2010 at 3:23 PM, Hershel Fisch wrote:
> I cant get into technical part now, due to the lack of knowledge, my
> concern
> I need to draw a fine line on the screen and then to print it.now when I
> set
> the, LineSize,bord
I cant get into technical part now, due to the lack of knowledge, my concern
I need to draw a fine line on the screen and then to print it.now when I set
the, LineSize,borderSize, borderWitdh to 1 and the height in the pallete to
1, its not seen on the screen, but it prints at certain positions an
LiveCode
Subject: Re: LineSize
--- On Sun, 12/5/10, Hershel Fisch wrote:
> Hi all, I'm wondering why when I set
> the lineSize of a line to1 and the
> height to 1 the line is not seen on the screen?
> Thanks, Hershel
>
Because there has to be actual room to show the line itself
Recently, Hershel Fisch wrote:
> Hi all, I'm wondering why when I set the lineSize of a line to1 and the
> height to 1 the line is not seen on the screen?
> Thanks, Hershel
Doesn't make sense, but a line has to have a minimum height or width of 2
pixels. Perhaps at some point it was determined
--- On Sun, 12/5/10, Hershel Fisch wrote:
> Hi all, I'm wondering why when I set
> the lineSize of a line to1 and the
> height to 1 the line is not seen on the screen?
> Thanks, Hershel
>
Because there has to be actual room to show the line itself. If you look at the
inspector palette after se