home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / database / 1436 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!agate!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!michaelh
  3. From: michaelh@Xenon.Stanford.EDU (Mike Hennahane)
  4. Subject: Re: Using 4D menus
  5. Message-ID: <michaelh.721528872@Xenon.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Organization: CS Department, Stanford University, California, USA
  8. References: <kezqWU600iV00AWnU5@andrew.cmu.edu>
  9. Date: 12 Nov 92 00:41:12 GMT
  10. Lines: 31
  11.  
  12. dt1n+@andrew.cmu.edu (David Tsai) writes:
  13.  
  14. >How in the world do you get the menus working in 4D when you leave the
  15. >first menu bar?
  16. [...]
  17. >work.  Somewhere in the book it says to use negative numbers for
  18. >runtime...I tried that everywhere I could thing of but that did not work.
  19.  
  20. negative menu bar numbers are the key here.  assigning a negative menu
  21. bar to a layout will APPEND that menubar to the current menubar.  if
  22. you want a whole new menubar, you should set the menubar with the MENU
  23. BAR command, then assign the same menubar to the layout you are using
  24. (but with a NEGATIVE number to activate it).  you will not end up with
  25. 2 copies of the same menubar, just one that works.
  26.  
  27. >The problem I see is that the menu item does not perform the procedure
  28. >assigned to it.
  29.  
  30. this is the negative menubar problem again.  the items look like they
  31. should work, but they do not.
  32.  
  33. >I did some more looking around and I have also found a couple of
  34. >commands which I do not understand: "Check Item" and "Menu selected" 
  35. >The thing is I don't know if these options are of any use to my problem.
  36. > Help...?
  37.  
  38. these have nothing to do with your problem.  check item puts a check
  39. mark next to the item you specify; menu selected tells you which item
  40. was selected off which menu.
  41.  
  42. --mike
  43.