Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!husc6!husc4!hadeishi From: hadeishi@husc4.UUCP Newsgroups: comp.sys.amiga Subject: vt100 v2.5 ActivateGadget fix Message-ID: <1270@husc6.UUCP> Date: Fri, 20-Feb-87 18:51:31 EST Article-I.D.: husc6.1270 Posted: Fri Feb 20 18:51:31 1987 Date-Received: Sat, 21-Feb-87 10:34:01 EST Sender: news@husc6.UUCP Reply-To: hadeishi@husc4.UUCP (mitsuharu hadeishi) Organization: Harvard Science Center Lines: 9 Keywords: Wait for a REQSET event I just implemented the ActivateGadget function in the vt100 v2.5. You must set the REQSET flag in the mywindow IDCMP flags section (the first set of flags), and just before the Activate Gadget in window.c req(), you must wait on the mywindow IDCMP port for a REQSET message (wait for the requester to come up.) Then you can do the ActivateGadget and it will work. -Mitsu