Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!cbmvax!higgin From: higgin@cbmvax.UUCP Newsgroups: comp.sys.amiga Subject: Re: Questions on AddGlist Message-ID: <1554@cbmvax.cbmvax.cbm.UUCP> Date: Sat, 14-Mar-87 22:29:52 EST Article-I.D.: cbmvax.1554 Posted: Sat Mar 14 22:29:52 1987 Date-Received: Sun, 15-Mar-87 08:05:21 EST References: <552@puff.WISC.EDU> Reply-To: higgin@cbmvax.UUCP (Paul Higginbottom SALES) Distribution: news Organization: Commodore Technology, West Chester, PA Lines: 34 Keywords: amiga gadgets AddGlist In article <552@puff.WISC.EDU> chin-lon@puff.WISC.EDU (Chin-long Cheng) writes: $Also, is something wrong with SetPointer in 1.2? My code seems fine, $but when i SetPointer, my pointer disappears, and won't come back until $I ClearPointer() to get the intuition default back. I also noticed this $problem with a sprite editor I was using to define my new cursors $(SpriteMaker) This leads me to wonder if something new must be done to $change the pointer in 1.2 I didn't have any problem with this... have you added memory to your system when you went to 1.2? Sounds awfully like your images are in fast ram and you haven't made sure your chip data goes into chip ram. $One final question: Two parts or so, really. One: Is it okay for me $to just Reply to a bunch of intuimessages but not do anything about $them? (say I am waiting for a specific event, and I don't want anything $else to happen until I get it). Bad programming practice. You should disable those things you don't want to get events from... disable menus and gadgets you don't want to hear from, and turn off certain idcmp's if you don't want to hear those either. Remember, as an EVENT driven program, you should only wake up on those things you're interested in, in a given context. $Two: When I have been playing around a bit with my gadgets (sound sick) $sometimes when I click the LMB, there will be a long pause before the $system responds. Have I done something to Intuition? Any ideas? $Chin-Long Cheng Maybe you've done something that requires intuition to do a lot of layer shuffling or something similar, which could 'soak' the machine temporarily. Paul Higginbottom. Disclaimer: These are my opinions only.