Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!oliveb!sun!pepper!cmcmanis From: cmcmanis%pepper@Sun.COM (Chuck McManis) Newsgroups: comp.sys.amiga.tech Subject: Re: YARB - Yet another refresh bug ? Message-ID: <92676@sun.uucp> Date: 7 Mar 89 00:22:41 GMT References: <890305224442.20c00bb5@elcc.epfl.ch> Sender: news@sun.uucp Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Organization: Sun Microsystems, Mountain View Lines: 15 In article <890305224442.20c00bb5@elcc.epfl.ch> (David Gay) writes: > Another problem with BeginRefresh/EndRefresh (I thrive on them :-)): > > There seems to be a problem with calling SetWindowTitles during a refresh. I may have missed something here, but in general it is _illegal_ to call an Intuition Window function whilst between a BeginRefresh() and an EndRefresh(). All you can do is call graphics kinds of things that draw in your window. If you want to refresh the border (and title) you can do so _after_ the refresh by calling RedrawWindowFrame(). --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you.