Path: utzoo!mnetor!uunet!husc6!rutgers!rochester!ur-tut!aisl From: aisl@ur-tut.UUCP (Larry Landry) Newsgroups: comp.sys.mac.hypercard Subject: Re: mouseUp events in scroll bars Message-ID: <911@ur-tut.UUCP> Date: 3 Feb 88 17:10:38 GMT References: <422@stech.UUCP> Reply-To: aisl@tut.cc.rochester.edu.UUCP (Larry Landry) Organization: Univ. of Rochester Computing Center Lines: 20 In article <422@stech.UUCP> sysop@stech.UUCP (Jan Harrington) writes: > >. . . . . . Assuming that >I've locked the text in each field, Hypercard doesn't detect the movement >of the scroll bar as a mouseUp event. To trigger the script, the user has >to click the pointer in the field that was scrolled (i.e., not in the scroll >bar area). > I do the same thing in one of my stacks. I have an idle handler in the card (could be anywhere above this) script. It says: on idle set the scroll of field n to the scroll of field n2 end idle Of course, you will probably want to set more than one additional field, but the idle message is where you should handle it. Larry Landry