home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / popmenus.006 / SCN.006.PopMenus < prev    next >
Text File  |  1989-04-23  |  808b  |  24 lines

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #6:    PopMenus
  7.  
  8. Written by:    Bryan Stearns
  9.  
  10. Versions:            1.00                        August 1988
  11.  
  12. Components:            PopMenus.p                    August 1, 1988
  13.                     PopMenus.r                    August 1, 1988
  14.                     PopMenus.make                August 1, 1988
  15. _____________________________________________________________________________
  16.  
  17. PopMenus is a very simple demonstration of how to use pop-up menus 
  18. in your application.  It implements a pop-up menu as a userItem in 
  19. a modal dialog box (this is a helpful example in its own right).
  20.  
  21. We recommend that you review Sample or TESample for the general 
  22. structure and MultiFinder techniques you should use when writing a 
  23. new application.
  24.