home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / tkmengen.zip / PDMENU.DOC < prev    next >
Text File  |  1990-03-23  |  2KB  |  38 lines

  1. The Enclosed files comprise a pull down menu generator which will create
  2. a pull down menu for your programs.
  3.  
  4. The main file is "makemenu.cla"
  5.  
  6. The Original generator was writen by Foo Say How and is on this BBS and he has
  7. given me permission to modify the generator.
  8. The original generator used as a model,a menu structure first exhibited
  9. on this board by Tony Kirk. Recently Mr Kirk has uploaded another form
  10. of his pulldown menu which is more like the "new standard."  I have
  11. modified the pulldown menu generator to use this form.
  12.  
  13. I have also made a few additions.
  14. 1. You may use a "setup" file which is included into the menu to perform
  15.  activity before opening the menu screen.
  16.  This file has the suffix '.inc' . for example 'setup.inc'
  17. 2. You may include a screen for your menu. This file will be a "cla"
  18. file with a picture.  You just make a screen , comment out the first
  19. line and remove the last period (or end). I have enclosed a sample
  20. called 'drsmenu.cla'
  21. 3. An idle procedure contained in a file is added to this program. This
  22. procedure is necessary for the bottom line of the pulldown menu. It must
  23. be included in the map of the main program. The file for the idle
  24. procedure must be a member of your program. YOU must put the name of
  25. your program in this file. In the enclosed example, the file is named
  26. "CALCTIME.CLA", the idle procedure is "DISPL_CLOCK" and the procedure is a
  27. member of the program "BEST".
  28.  
  29. If you do not wish to use these three functions then you can eliminate
  30. the include files and the idle procedure from the finished code.
  31.  
  32. Hope you find this useful.\
  33.  
  34. David Silver
  35.  
  36.  
  37.  
  38.