home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE0.TAR / mail / text0025.txt < prev    next >
Encoding:
Text File  |  1991-08-28  |  1.3 KB  |  27 lines

  1.    >         Also, if one clicks on it without selecting a value, how
  2.    >about making it Nicest if the current value is 0, and 0 if the current
  3.    >value is greater than 0.  It would then be like a toggle switch, but
  4.    >still possible to set in between values if one wanted.  I don't know
  5.    >how difficult this would be, so it is just a thought.
  6.    It's easy to do by defining some additional translations. You can't use
  7.    same (mouse) button (it either pops up a menu or doesn't) but you could have
  8.    other buttons do the all-or-nothing stuff. Maybe toggling would be harder.
  9.    I don't think I can (easily) do what you want exactly, so I'm going to
  10.    leave the menu (it's not *that* hard to use).
  11.  
  12. It's not clear that his is exactly what you want, but what if upon
  13. clicking on the button, but before displaying the menu, it checked the
  14. current priority and did the toggle.  This would probably be confusing
  15. if the user actually wanted the menu, then changed their mind and
  16. wanted to leave it unchanged. 
  17.  
  18. Alternatively, when the user releases the mouse button, do you know
  19. where the mouse was?  How about if it wasn't on one of the menu
  20. options, can you tell if it was still within the nice level button.
  21. If so, maybe its only when the user releases the mouse button while it
  22. is still in the nice level button that you want to do the toggle.
  23.  
  24.     ~ Cliff
  25.  
  26.  
  27.