Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!endor!olson From: olson@endor.harvard.edu (Eric Olson) Newsgroups: comp.sys.mac Subject: Re: HyperTalk mouseUp message Message-ID: <2891@husc6.UUCP> Date: Mon, 28-Sep-87 12:17:26 EDT Article-I.D.: husc6.2891 Posted: Mon Sep 28 12:17:26 1987 Date-Received: Tue, 29-Sep-87 05:39:26 EDT References: <5236@jade.BERKELEY.EDU> Sender: news@husc6.UUCP Reply-To: olson@endor.UUCP (Eric Olson) Distribution: world Organization: Aiken Computation Lab Harvard, Cambridge, MA Lines: 17 Keywords: mouseUp,hypercard,hypertalk,apda,script language guide In article <5236@jade.BERKELEY.EDU> 39clocks@violet.berkeley.edu (Peter Marinac) writes: > > This all works quite well, although it is a little bit slow, however there >is one major problem: A menu is supposed to work by executing an action based >upon which menuItem was hilited when the mouse was released. I can't get this >to work, in fact, I cannot figure out what happens to the mouseUp message that >is supposed to be sent when the mouse is released. I do not talk hyper (yet), but, in normal :-) Mac programming, there is a global event mask, which normally filters out mouseup events. If there is a similar concept in Hypercard, you need to set the mask to all ones (in binary). -Eric Eric K. Olson olson@endor.harvard.edu harvard!endor!olson