Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!mrcnext.cso.uiuc.edu!morris From: morris@mrcnext.cso.uiuc.edu (Brad Morris) Newsgroups: comp.sys.mac.programmer Subject: Weird Update with System 7 Message-ID: Date: 16 Jun 91 01:45:13 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 8 Hi! I am writing a game with a button and I use: SetCTitle(gButtonHandle,s); This seemed to work fine under system 6, this procedure would set the title and redraw the button. In System 7, however, I get an unexplainded update window event which seems to just redraw the control whenever I call SetCTitle. Did they change how the control manager has handled this or do I have a really well hidden bug somewhere? Thanks.