home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19970 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.2 KB

  1. Path: sparky!uunet!crdgw1!rdsunx.crd.ge.com!galen!leue
  2. From: leue@crd.ge.com (Bill Leue)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Apple Events Nuttiness
  5. Keywords: Apple Events, FileMaker
  6. Message-ID: <1992Dec17.133849.27817@crd.ge.com>
  7. Date: 17 Dec 92 13:38:49 GMT
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: leue@crd.ge.com
  10. Organization: General Electric Research & Development
  11. Lines: 40
  12. Nntp-Posting-Host: galen.crd.ge.com
  13.  
  14. I recently did some playing with FileMaker Pro 2.0, Hypercard, and Apple Events
  15. under System 7.0 (with Tuneup 1.1.1). I found out some strange and annoying
  16. things, and I wonder if I'm doing something wrong, or whether its just
  17. brain damage in System 7.
  18.  
  19. FileMaker Pro 2.0 comes with a demo database and 2 Hypercard stacks that
  20. contain some useful XCMD's and XFCN's for using Apple events and the Object
  21. Model to link Hypercard, FileMaker, Excel, etc. in useful ways.  These demos
  22. work find in FileMaker Pro 2.0v2, although there was some trouble with the
  23. initial release.
  24.  
  25. Fine.  Next, I built my own simple stack.  It does the following:
  26.  
  27. 1. launch FileMaker Pro.  ("open doc with appl" etc.)
  28.  
  29. 2. On a button click, adds a record to the FM data base.
  30.  
  31. 3. On another button click, closes FileMaker.
  32.  
  33. When I first launched the stack and tried it out, the System informed
  34. me that I didn't have the File Sharing extension installed with I tried to
  35. do step 2.  I looked, and sure enough, it wasn't there.  Ok, I dug the
  36. extension up and installed it.
  37.  
  38. Second try, and this time I was informed that I didn't have File Sharing
  39. enabled.  Ok.  I opened the Control Panel, and attempted to enable File Sharing.
  40. Oops!  This time the problem was that AppleTalk wasn't enabled.  Hmmm.
  41. Go to the Chooser, enable Appletalk, enable File Sharing.  Now the stack
  42. works just fine.
  43.  
  44. Except, ARRRGGGHH!  Now I can't use both my printer and my modem, since the
  45. (non-Appletalk) printer can't run from the printer port with Appletalk
  46. enabled!
  47.  
  48. This all seems pretty lame to me.  After all, we're talking about a single,
  49. non-networked Mac here.  Why the heck do I have to have file sharing enabled
  50. just to use Apple Events to talk between local processes on a single Mac?
  51.  
  52. -Bill Leue
  53. leue@crd.ge.com
  54.