home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!apple!applelink.apple.com
- From: D4887@AppleLink.Apple.COM (Advanced Comm Eng, G G Apple,PRT)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re: MacApp 2 to 3 - Dble Click
- Message-ID: <724467428.8341039@AppleLink.Apple.COM>
- Date: 16 Dec 92 00:44:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 14
-
-
-
- ----------------------------------------------------------------------------
- > I've noticed that many of the global variables used no longer
- > exist in 3.0 (ie. gLastClickPart, gClickCount .. )
-
- They didn't go away, they just hid. when you get the DoMouseCommand, you
- also get the TToolBoxEvent* event. There's no accessor but you can get event
- -> fClickCount because it is public.
-
- G. Gordon Apple D4887
- Advanced Communications Engineering, Inc.
- Redondo Beach, CA
-
-