home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20718 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!mcsun!sunic!kth.se!dront.nada.kth.se!d88-jwa
  3. From: d88-jwa@dront.nada.kth.se (Jon WΣtte)
  4. Subject: Re: How do I make my windows handle a multiple-monitor system?
  5. Message-ID: <1993Jan5.204818.15237@kth.se>
  6. Sender: usenet@kth.se (Usenet)
  7. Nntp-Posting-Host: dront.nada.kth.se
  8. Organization: Royal Institute of Technology, Stockholm, Sweden
  9. References: <1993Jan5.193034.19490@netcom.com>
  10. Date: Tue, 5 Jan 1993 20:48:18 GMT
  11. Lines: 26
  12.  
  13. In <1993Jan5.193034.19490@netcom.com> bskendig@netcom.com (Brian Kendig) writes:
  14.  
  15. >To drag the window, I just set up a drag rect with
  16. >    dragRect = screenBits.bounds;
  17.  
  18. That should be
  19.  
  20.     dragRect = ( * GetGrayRgn ( ) ) -> rgnBBox ;
  21.  
  22. >either.  (I don't know exactly what's happening, because I don't have
  23. >multiple monitors; my beta-testers are the ones reporting the problems.)
  24.  
  25. Well, get.
  26.  
  27. 1) You'll be able to catch some cute bugs in your own programs
  28. 2) You'll work much faster with more screen real estate (like, one
  29.    screen with the debugger windows on, and one with the app on...)
  30. 3) It's not expensive.
  31. 4) You'll be able to catch OYTHER people's bugs :-) DeskPicture
  32.    for instance doesn't like pictures positioned to the left of
  33.    the origin... They come out all blue-negative...
  34.  
  35. -- 
  36.  -- Jon W{tte, h+@nada.kth.se, Mac Hacker Deluxe --
  37.    This signature is kept shorter than 4 lines in the interests of UseNet
  38.    S/N ratio.
  39.