Re: LineSize

2010-12-06 Thread Jeff Massung
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

Re: LineSize

2010-12-06 Thread Jonathan Lynch
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

Re: LineSize

2010-12-06 Thread Hershel Fisch
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

RE: LineSize

2010-12-06 Thread Walt Brown
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

Re: LineSize

2010-12-05 Thread Scott Rossi
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

Re: LineSize

2010-12-05 Thread Jan Schenkel
--- 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