home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13263 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!gatech!rpi!usc!cs.utexas.edu!tamsun.tamu.edu!inetg1!news
  3. From: dedrad
  4. Subject: Init, DRVR advice sought (2nd try)
  5. Message-ID: <1992Jul31.151959.8205@Arco.COM>
  6. Sender: news@Arco.COM
  7. Reply-To: dedrad@arco.com
  8. Organization: arco.com
  9. Date: Fri, 31 Jul 1992 15:19:59 GMT
  10. Lines: 19
  11.  
  12. I think my mailer bounced this the first time so this is my second try:
  13.  
  14. I'm in the midst of writing an init which adds a menu to the menubar.
  15. Right now I see two potential paths I can take to accomplish this :  
  16. 1)  Patching Drawmenubar to add what I want, then possibly patching
  17. MenuSelect to do the mouse tracking for my added menu.  
  18. or 
  19. 2)  Loading a DRVR which attaches a menu for me.  
  20. I'm having reasonable success with path 1), but I don't like it because
  21. it's not too friendly a method in the already crowded menubar. I have an
  22. old code example of path 2), but it doesn't appear to work well in System
  23. 7 - desk accessories refuse to launch with the resident driver in place. 
  24. My main question is:  is path 2) a viable method with system 7?  Sorry
  25. for the vague question, but I can provide more specific code to anyone
  26. who has knowledge in this area.  Reply direct if this is not worth a long
  27. thread on the network.  
  28. Thanks.
  29. dedrad@arco.com
  30.  
  31.