home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / oop / macapp3 / 208 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  835 b 

  1. Path: sparky!uunet!stanford.edu!apple!applelink.apple.com
  2. From: D4887@AppleLink.Apple.COM (Advanced Comm Eng, G G Apple,PRT)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: MacApp 2 to 3 - Dble Click
  5. Message-ID: <724467428.8341039@AppleLink.Apple.COM>
  6. Date: 16 Dec 92 00:44:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 14
  10.  
  11.  
  12.  
  13. ----------------------------------------------------------------------------
  14. >   I've noticed that many of the global variables used no longer
  15. >   exist in 3.0 (ie. gLastClickPart, gClickCount .. )
  16.  
  17.     They didn't go away, they just hid.  when you get the DoMouseCommand, you
  18. also get the TToolBoxEvent* event.  There's no accessor but you can get event
  19. -> fClickCount because it is public.
  20.  
  21. G. Gordon Apple   D4887
  22. Advanced Communications Engineering, Inc.
  23. Redondo Beach, CA
  24.  
  25.