Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!usc!wuarchive!emory!hubcap!jcocon From: jcocon@hubcap.clemson.edu (james c oconnor) Newsgroups: comp.sys.mac.hypercard Subject: Re: Scripting Question Message-ID: <13262@hubcap.clemson.edu> Date: 22 Feb 91 21:35:15 GMT References: <13258@hubcap.clemson.edu> Organization: Clemson University, Clemson, SC Lines: 14 From article <13258@hubcap.clemson.edu>, by jcocon@hubcap.clemson.edu (james c oconnor): > on keyDown theParm > send "keyDown" && theParm to this card > if me is empty then > hide card button "button" > else > show card button "button" > end if > end keyDown Oops, this won't work quite right even ignoring spaces - hiding and showing the button removes the insertion point. Any ideas how to fix that problem too? Jim