home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / oop / macapp3 / 584 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  833 b 

  1. Path: sparky!uunet!olivea!apple!applelink.apple.com
  2. From: KNUPPEL.M@AppleLink.Apple.COM (Mike Knuppel,GEIS)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: TPicture, no mPictureHit?
  5. Message-ID: <727719785.3022483@AppleLink.Apple.COM>
  6. Date: 22 Jan 93 14:50:00 GMT
  7. Sender: usenet@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 15
  10.  
  11. Jeff,
  12.  
  13. I had the same problem. It took forever to find the solution.
  14.  
  15. Here is what I did to fix it. Select the control (TPicture), in AD Lib, and
  16. then go into the class hierarchy. Go into the TControl and check the default
  17. choice. The value in here should correspond to the value of mPictureHit (see
  18. UMacAppGlobals.h). My default choice was set to zero so I never received the
  19. mPictureHit. Being a picture type, I also was receiving the mTurnOn and
  20. mTurnOff events.
  21.  
  22. Hope this helps..
  23.  
  24. Mike K.
  25.  
  26.