Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!sdd.hp.com!wuarchive!uunet!mcsun!ukc!newcastle.ac.uk!turing!n01qu From: A.G.Poole@newcastle.ac.uk (Ford (Alex Poole)) Newsgroups: comp.sys.mac.hypercard Subject: Re: Scripting Question Message-ID: <1991Feb26.133807.12944@newcastle.ac.uk> Date: 26 Feb 91 13:38:07 GMT References: <13258@hubcap.clemson.edu> <13262@hubcap.clemson.edu> Sender: news@newcastle.ac.uk Organization: University of Newcastle upon Tyne, UK, NE1 7RU Lines: 27 jcocon@hubcap.clemson.edu (james c oconnor) writes: One solution to both problems is to time the hiding/showing of the button until the enter key is pressed, ie when you have finished entering text in the field. The script in the field could be something like: on EnterInField if [card] field is empty then hide [background] button else show [background] button end if pass EnterInField end EnterInField This is a fairly simple answer, and may not be quite what you need; however, since you presumably wouldn't want to press the button until you've finished entering text, it shouldn't be a problem from that aspect. Hope it helps! Ford ----- Oh screw the computer, I hope it gets plug-rot! -- The Hitch-Hikers Guide to the Galaxy