Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cs.utexas.edu!ut-emx!jdm From: jdm@ut-emx.UUCP (Jim Meiss) Newsgroups: comp.sys.mac.programmer Subject: Re: Bits under a Pulldown Menu Summary: CopyBits runs out of memory Message-ID: <7055@ut-emx.UUCP> Date: 19 Oct 88 15:32:40 GMT References: <12903@andante.UUCP> Reply-To: jdm@emx.UUCP (James Meiss) Organization: UTexas Computation Center, Austin, Texas Lines: 20 In article <12903@andante.UUCP> bwb@andante.UUCP (Bruce Ballard) writes: >an occasional problem that the menus when pulled down wipe out the >bits underneath. > >-Bruce Ballard >Email: allegra!bwb@research.att.com The menu manager does a copyBits for the rectangle which the menu will cover. If there is not enough memory---especially acute when you are running with 256 colors--it gives up, and just posts an update event for the rectangle. Thus the application has to redraw it which is generally slower. The solution: get more memory, naturally. Jim Meiss jdm@emx.utexas.edu jdm%uta.MFENET@nmfecc.ARPA -------------------------------------------------------------------------