home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!keith@taligent.com
- From: keith@taligent.com (Keith Rollin)
- Subject: Re: Storing Windows
- Message-ID: <Bs0nqK.892@taligent.com>
- Sender: usenet@taligent.com (More Bytes Than You Can Read)
- Organization: Taligent
- References: <1992Jul26.172146.21715@usenet.ins.cwru.edu>
- Date: Sun, 26 Jul 1992 21:59:08 GMT
- Lines: 18
-
- In article <1992Jul26.172146.21715@usenet.ins.cwru.edu>, Jerome Chan
- <yjc@po.cwru.edu> writes:
- >
- > Is there a way to store windows efficiently? If we use
- >
- > GetNewWindows(RESOURCE,NULL,WINDOW_LOCATION) ;
- >
- > the window would be stored as non-relocateable. Is there anyway we can
- > use handles to store the window data?
-
- No. WindowRecords contain an embedded GrafPort. According to Technote #155,
- GrafPorts should not be allocated in relocatable buffers.
-
- --
- Keith Rollin
- Phantom Programmer
- Taligent, Inc.
-
-