Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!pyramid!voder!apple!keith From: keith@apple.UUCP Newsgroups: comp.sys.mac Subject: Re: Printing under Hypercard Message-ID: <6215@apple.UUCP> Date: Sat, 12-Sep-87 00:21:49 EDT Article-I.D.: apple.6215 Posted: Sat Sep 12 00:21:49 1987 Date-Received: Sun, 13-Sep-87 07:38:38 EDT References: <197@nikhefk.UUCP> <6193@apple.UUCP> <112STORKEL@RICE> Reply-To: keith@apple.UUCP (Keith Rollin) Organization: Apple Computer Inc., Cupertino, USA Lines: 36 In article <112STORKEL@RICE> STORKEL@RICE.BITNET (Scott Storkel) writes: >In a Hypercard application I am developing I need to print out a form that >fills an entire page. Currently what I do is print two consecutive cards with >the 'No space between cards' option checked in the Print Stack dialog box. This >works fine, so far so good. > >The problem is Hypercard doesn't seem to remember this setting. If I open the >stack for the first time and print the form it prints as if the box wasn't >checked. If I open the Print Stack dialog box, the box is checked. If I then >hit Cancel, things print fine. > >The stack is going to be used to display product information to people who are >not necesarily computer oriented, so I want to be able to set the printing >characteristcs, and forget about them. Does anyone have a fix for this? Apple? >Anyone? > I haven't verified that this is a bug, but if it is, try this stack script: on OpenStack set lockscreen to true domenu "Print Stack..." -- bring up the print stack dialog type return -- put dialog box away set lockscreen to false end OpenStack I have a feeling that the lockscreen will not prevent the dialog box from appearing, but I can't check it out right now. Keith Rollin Sales Tech Support Apple Computer Disclaimer: Any kludges I present here are my own, and do not necessarily represent the kludges of my employer.