Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!sri-unix!teknowledge-vaxc!dplatt From: dplatt@teknowledge-vaxc.UUCP Newsgroups: comp.sys.mac Subject: Re: changing the defaults in the page setup dialog Message-ID: <13458@teknowledge-vaxc.ARPA> Date: Fri, 5-Jun-87 19:25:42 EDT Article-I.D.: teknowle.13458 Posted: Fri Jun 5 19:25:42 1987 Date-Received: Sat, 6-Jun-87 20:20:07 EDT References: <3654@osu-eddie.UUCP> <933@apple.UUCP> Organization: Teknowledge, Inc., Palo Alto CA Lines: 16 In-reply-to: han@apple.UUCP's message of 5 Jun 87 16:52:46 GMT Posting-Front-End: GNU Emacs 18.41.3 of Tue Apr 7 1987 on teknowledge-vaxc (berkeley-unix) This is in reference to Byron Han's reply to Scoop's query about storing the print record in the application's resource fork. It seems to me that another way to handle this might be to store the appropriate print record in the resource fork of the documents being formatted, rather than in the resource fork of the application. This might be safer (the application wouldn't need to be self-modifying). This trick could be combined with the "style sheet" concept that I seem to recall floating by in a technote a couple of months ago. Different style-sheet documents could be created; each one would have an empty data fork and a single "XXXX" (or whatever) resource in the resource fork, containing the appropriate print record. The "New..." dialog would probably want to pop up an SFGetFile to select the appropriate style sheet. Does this make any sense at all in your situation, Scoop?