home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14627 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  2.0 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!rutgers!njitgw.njit.edu!tesla.njit.edu!erh0362
  2. From: erh0362@tesla.njit.edu (Elliotte Rusty Harold)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Human Interface questions, specific functionality
  5. Message-ID: <1992Aug27.175328.1@tesla.njit.edu>
  6. Date: 27 Aug 92 22:53:28 GMT
  7. Sender: news@njit.edu
  8. Organization: New Jersey Institute of Technology
  9. Lines: 33
  10. Nntp-Posting-Host: tesla
  11.  
  12.  
  13.     1.  Control-H generates the same ASCII character as the forward delete
  14.     key on the extended keyboard.  Should my application perform a delete
  15.     (i.e. Clear) when Control-H is pressed or should I trap that event? 
  16.     
  17.     2.  A user opens a file on a locked disk and makes changes to it.  
  18.     (Alternately the user locks the disk while the file is open.)  When
  19.     the user attempts to save should I 
  20.     
  21.       a)  Simply post an error message saying the disk is locked? 
  22.       b)  Check that the disk is locked before every save (If so how?) 
  23.       and if it is do a Save As instead?
  24.       c)  Check that the disk is locked before every save  
  25.       and eject the disk and post a dialog asking the user to unlock
  26.       and reinsert it?
  27.       
  28.     3.  Can an original Mac 128K and/or Mac 512 
  29.     run a system that adds the features described in Inside Mac IV?  
  30.     particularly the List Manager, UpdateControl, TrackBox and ZoomWindow 
  31.     toolbox calls, and the automatic scrolling in TextEdit?  If so what's 
  32.     the earliest system that supports these extensions? 4.0? 4.1?  
  33.     Similarly what's the earliest system and/or ROM version that support
  34.     the non-Color-QuickDraw toolbox calls from Inside Mac V?  
  35.     Particularly SetCmdKey() ?  Is there any easy rule of thumb to tell
  36.     whether a particular call is supported by a particular system
  37.     version or ROM version without having a Macintosh with such a 
  38.     system and ROM  to test it on?  Note that I'd like to know this
  39.     at compile time, not runtime.
  40.  
  41.  
  42. Elliotte Rusty Harold        Department of Applied Mathematics
  43. elharo@m.njit.edu        New Jersey Institute of Technology
  44. erh0362@tesla.njit.edu        Newark, NJ 07103
  45.