home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14892 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  2.1 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!news.ils.nwu.edu!engber
  2. From: engber@ils.nwu.edu (Mike Engber)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: source to Flip A BNDL available
  5. Summary: free source code
  6. Message-ID: <1992Sep2.160343.29191@ils.nwu.edu>
  7. Date: 2 Sep 92 16:03:43 GMT
  8. References: <1992Sep1.145611.1@uwovax.uwo.ca>
  9. Sender: usenet@ils.nwu.edu (Mr. usenet)
  10. Organization: The Institute for the Learning Sciences
  11. Lines: 43
  12. Nntp-Posting-Host: aristotle.ils.nwu.edu
  13.  
  14.  
  15. I've made the source Flip A BNDL 1.0 (THINK C 5.0x) available
  16. for anonymous ftp from:
  17.  
  18.  engber@aristotle.ils.nwu.edu (129.105.100.1)
  19.  path: pub/engber/flab.c.hqx
  20.  
  21. There are misc other things in there you may find useful as well.
  22. I'm willing to email the .hqx to those without ftp access.
  23.  
  24. Flip A BNDL was my MacHack entry (so if you have the CD, there's
  25. no need to ftp) It's a harmless prank. It flips an application's
  26. Finder icons.
  27.  
  28. No modification is made to the file itself, just to the copies
  29. of the icons stored by the Finder. Undo by flipping a 2nd time
  30. or rebuilding the DeskTop.
  31.  
  32. I didn't really think the source to Flip A BNDL would be that useful,
  33. but recently I've been finding it addresses a lot of FAQ's. So I'm
  34. announcing its availablity.
  35.  
  36. Among other things, the source covers:
  37.  
  38. - Accepting Finder drags&drops + handles a launch from a drag&drop differently
  39.   from a lauch by double clicking.
  40.  
  41. - Setting the stack size. (someone just asked about that)
  42.  
  43. - Handles the core AE's. (well, actually the pdoc handler doesn't print)
  44.  
  45. - Shows how to kill & restart the Finder. Basically, all you do is send a
  46.   quit AE, but here are some undocumented tricks you need to do.
  47.  
  48. - Shows that a '????' BNDL entry lets an app only accept drags and drop
  49.   from APPLs. This is undocumented as far as I know. It's necessary because
  50.   the APPL BNDL entry is used to specify the app's icon.
  51.  
  52. - Shows what I empirically found to be the minimum menu setup to get Balloon
  53.   Help to work with the dialogs. I've not seen this documented anywhere. If
  54.   anyone knows more about it - please let me know.
  55.  
  56. -ME
  57.