[43] in Framemaker_Discussion
Re: Maker.textStippleFilled
daemon@ATHENA.MIT.EDU (Dorothy Bowe)
Wed Jun 30 13:58:23 1993
To: cdemello@Athena.MIT.EDU
Cc: frame@Athena.MIT.EDU
In-Reply-To: [38]
Date: Wed, 30 Jun 93 13:58:12 EDT
From: Dorothy Bowe <dot@Athena.MIT.EDU>
>
>A while back when I had problems viewing files on a b&w DEC3100 it was
>suggested that I use the resource:
> Maker.textStippleFilled: False
>This worked, but recently I started using Frame on the RS6K quite a
>bit, and noticed that in order to view the files on this platform (or
>even just read Help) I needed to have it set to True and not false. I
>am going to put this in the OLC stock answer, but perhaps we could put
>#ifdef's in the default xresources to check the machine type
>automatically (putting the following at the bottom of the resources
>file works also:
>! PLX = RS/6000 (also Dec 5000/133)
>#if ((HEIGHT == 1024) && (WIDTH == 1280))
>#define PLX
>#endif
>#ifdef PLX
>Maker.textStippleFilled: True
I still want to try this out for myself on a GrayScale DEC 133, though I
suspect that the right thing to do is set textStippleFilled to FALSE on
a monochrome workstation (PLANES==1), and TRUE in all other cases.
The hacking to get this to work with the default resources is quite
bogus, as you need to pass the file through cpp at some point. For now
(or as of tomorrow), the maker2 scripts on both the dec and the risc
have been set up to correctly set this resource, but "maker" still does
the old thing. I'd like to have somebody try out "maker2" and send me
any comments, complaints, etc.
Dot