home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / tech / 6483 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.9 KB

  1. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!Germany.EU.net!uni-muenster.de!leibniz!kuehn
  2. From: kuehn@math.uni-muenster.de (Ulrich Kuehn)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: drop down menus in GEM
  5. Date: 5 Jan 1993 10:22:35 GMT
  6. Organization: Westf. Wilhelms-Universitaet Muenster, Germany
  7. Lines: 29
  8. Distribution: world
  9. Message-ID: <1ibnhbINN15f9@obelix.uni-muenster.de>
  10. References: <3_800_842_fidonet2b3c36c4@Kralizec.fido.zeta.org.au>
  11. Reply-To: kuehn@math.uni-muenster.de
  12. NNTP-Posting-Host: leibniz.uni-muenster.de
  13.  
  14. In article fidonet2b3c36c4@Kralizec.fido.zeta.org.au, michael.smith@f842.n800.z3.fido.zeta.org.au (michael smith) writes:
  15. >Original to: hohmuth@freia.inf.tu-dresden.de
  16. >In a message of <10 Dec 92 12:16:14>, hohmuth@freia.inf.tu-dresden.de
  17. >(3:713/602) writes:
  18. >
  19. > >> When using drop down menus how do you get the chech marks to work?
  20. > >> 
  21. > h> menu_icheck should do the job. (objc_change should also, but this is not
  22. > h> documented and will probably not work with MultiTOS).
  23. >
  24. >Hey? Are you saying objc_change() is totally 'undocumented'? or just that
  25. >using it on menu items is?  I thought it was a really useful function... 8)
  26.  
  27. The problem here is that you have to do menu_bar before the menu is drawn
  28. on the screen (at startup), and it is not documented whether the AES does
  29. make a copy of the menu tree or not (in all existing versions there is no
  30. such thing, at least on the ST), but a networking AES will probably do so,
  31. so before you would then see the changed menu, you would have to do a 
  32. menu_bar again, so use the documented way with menu_icheck.
  33.  
  34. Ulrich
  35.  
  36. ---
  37.  
  38. +---------------+----------------------------+-------------------------+
  39. | Ulrich Kuehn  | Internet:                  | Do they know that they  |
  40. | Cand.Math.Inf | kuehn@math.uni-muenster.de | cannot eat their money? |
  41. +---------------+----------------------------+-------------------------+
  42.  
  43.