Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!killer!ames!husc6!m2c!applix!scott From: scott@applix.UUCP (Scott Evernden) Newsgroups: comp.sys.amiga.tech Subject: PropGadgets and IDCMP Message-ID: <706@applix.UUCP> Date: 26 May 88 05:33:47 GMT Reply-To: scott@applix.UUCP (Scott Evernden) Organization: APPLiX Inc., Westboro MA Lines: 13 The user slides the knob of PropGadget: I get a GADGETUP message when the mouse button is released. The user clicks in the PropGadget's container (away from the knob): I get a GADGETUP message when the mouse button is depressed. I get a SELECTUP message when the button is released. Is there a way to differentiate between the two GADGETUP situations? Why do I get the SELECTUP? (The SELECTUP is confusing my code.) I don't really want to have to deal with remembering a bunch of GADGET/MOUSEBUTTON state, so how can I prevent it? -scott