home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3709 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: doc.ic.ac.uk!mdf
  2. From: mdf@doc.ic.ac.uk (Martin Frost)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Menus and windows
  5. Date: 23 Feb 1996 15:24:07 -0000
  6. Organization: Dept. of Computing, Imperial College, University of London, UK.
  7. Distribution: world
  8. Message-ID: <4gkm6n$gko@oak44.doc.ic.ac.uk>
  9. Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
  10. NNTP-Posting-Host: oak44.doc.ic.ac.uk
  11. X-Newsreader: mxrn 6.18-23
  12.  
  13.  
  14. Is it legal for mi_LeftEdge to be negative, so if a menu item would extend
  15. past the right edge of the screen I can shift the menu left to make up for it,
  16. as happens on the Mac?
  17.  
  18. Also, I posted a question about SMART_REFRESH windows here a while ago, and
  19. I think I only got half the replies. What seemed to be said, though, was that
  20. SMART_REFRESH is not to be recommended even ignoring the memory overhead.
  21. People seemed to be suggesting that SMART_REFRESH made the system *slower*,
  22. which would rather defeat the object.
  23.  
  24. Because of this, I think I will make it an option with my program to either
  25. use a SMART_REFRESH window or patch OpenWindow() and selectively save the
  26. relevant bit of background (since I own the screen, and I'm only worried
  27. about requesters).
  28.  
  29. Martin
  30.