home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / oop / macapp3 / 270 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.8 KB

  1. Path: sparky!uunet!olivea!apple!applelink.apple.com
  2. From: DEWAELE.W@AppleLink.Apple.COM (De Waele Willy - Gent,BE,IHD)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: AppleEvent source for MacA
  5. Message-ID: <725052892.8917491@AppleLink.Apple.COM>
  6. Date: 22 Dec 92 19:33:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 33
  10.  
  11. Hi Jay,
  12.  
  13. I have developped MacApp 3.0.1 classes with AE's and it is working. I'm using
  14. only the kAEWaitReply option, thus the client is waiting for answer from the
  15. server and eventually resulting in a timeout-error.
  16.  
  17. I was experimenting during some while until i found a *nice-OOP* solution.
  18. I overwrote the 'DoAppleCommand' in the TDocument or TFileBasedDocument, but
  19. this didn't work, so i overwrote it in the TApplication with a little trick
  20. (searching the TDocument with a specific FileSpec).
  21.  
  22. The classes are part of my *framework-above-MacApp*: ie a DB access method.
  23. I can convert it to a *NothingAE* example, but this will take some time. If
  24. there are a lot of members interresting in this stuff, i will do it and first
  25. submit it to a *specialist* (because it is not perfect! - sending a request to
  26. a server on another Mac is not tested - later when i receive my PB 180) and
  27. eventually it is worth for an article in FrameWorks.
  28.  
  29. Next step will be OSL, after the DU course on diskette (after NewYear), which
  30. is very good (i compiled the whole stuff once), but THINK C 5.0.
  31.  
  32. > The official documentation is weak
  33.  
  34. 1. 'Programmer's Guide to MacApp' gives anly one example (Publish/Subscribe)
  35. 2. Develop CD 'AppleEventoMacApp3.0b1o7.0' (Japanese example) is not clear
  36. 3. Develop CD 'AEObject-Edition1.0.2 Sample' is very good, but non-MacApp
  37.  
  38. Regards
  39. Willy
  40.  
  41. ps: If you implement AE's, use 'AETracker 3.0', which is VERY GOOD for
  42. debugging AE's
  43.  
  44.