Category : Pascal Source Code
Archive   : PASS_ALL.ZIP
Filename : TI450.ASC

 
Output of file : TI450.ASC contained in archive : PASS_ALL.ZIP







PRODUCT : TURBO PASCAL GRAPHIX TOOLBOX NUMBER : 450
VERSION : 4.0
OS : MS-DOS, PC-DOS
DATE : SEPTEMBER 20, 1988 PAGE : 1/1

TITLE : DRAWAXIS OPTION: NO TICK MARKS AND NUMBER LABELS




The following modifications may be made to the "GSHELL.PAS" file
of the Turbo Pascal Graphix Toolbox to provide the DrawAxis
routine with an option to turn off the display of tick marks and
number labels, as in version 1.0x.

The following routine is found in the file called "GSHELL.PAS".

Change the following lines in the DrawAxis procedure:

Line 213:
FROM: if YDens >= 0 then
TO: if YDens > 0 then

Line 230:
FROM: if (YDens >= 0) and (Ys > Y1RefGlb + 13) then
TO: if (YDens > 0) and (Ys > Y1RefGlb + 13) then

Line 240:
FROM: if XDens >= 0 then
TO: if XDens > 0 then

Line 260:
FROM: if (XDens >= 0) and (Xs > X2RefGlb shl 3 + 7 - 24) then
TO: if (XDens > 0) and (Xs > X2RefGlb shl 3 + 7 - 24) then



























  3 Responses to “Category : Pascal Source Code
Archive   : PASS_ALL.ZIP
Filename : TI450.ASC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/