Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!hao!ames!oliveb!sun!plaid!chuq From: chuq@plaid.UUCP Newsgroups: comp.sys.mac.hypercard Subject: Re: More HyperCard Array questions Message-ID: <32251@sun.uucp> Date: Wed, 28-Oct-87 16:25:45 EST Article-I.D.: sun.32251 Posted: Wed Oct 28 16:25:45 1987 Date-Received: Sat, 31-Oct-87 18:15:16 EST References: <175@stech.UUCP> Sender: news@sun.uucp Reply-To: chuq@sun.UUCP (Chuq Von Rospach) Organization: Fictional Reality, uLtd Lines: 25 >The calculations that require the arrays should be invisible to the user. If >I use a field to store the data, then that field has to be on a card somewhere. >Even if the field is transparent and very small, the first few characters of >data will still show up whenever the user looks at the card to which the field >is attached. >Is there some way to have a totally invisible field? (Pardon my dumbness if >I'm overlooking something very obvious here.) Or, is there some way to include >a card that a user can never get to? Fields and buttons have a 'visible' attribute. what you can do is bring up the message box and type: set the visible of background field "field Name" to false And it'll go away. VERY convenient. I also have a script I put in my home stack that will walk through all of the cards and backgrounds of a stack and make everything visible again -- it turns out that once you make something invisible, it is almost impossible to find again. I'll have to upload it in the next couple of days. chuq --- Chuq "Fixed in 4.0" Von Rospach chuq@sun.COM Delphi: CHUQ