home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7853 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.edu!news.umbc.edu!umbc4.umbc.edu!brian
  3. From: brian@umbc4.umbc.edu (Brian Cuthie)
  4. Subject: Re: Help a Neophyte, Please
  5. Message-ID: <1992Dec21.054118.17803@umbc3.umbc.edu>
  6. Sender: newspost@umbc3.umbc.edu (News posting account)
  7. Organization: Systemix Software, Inc.
  8. References: <1992Dec20.102454.17347@macc.wisc.edu>
  9. Date: Mon, 21 Dec 1992 05:41:18 GMT
  10. Lines: 25
  11.  
  12. In article <1992Dec20.102454.17347@macc.wisc.edu> anderson@macc.wisc.edu (Jess Anderson) writes:
  13. >
  14. >In my current project, I have 24 radio buttons that I want
  15. >to behave like a matrix, in so far as clicking one unselects
  16. >all the others.  But I want these cells to be at arbitrary
  17. >positions in the window (they're points on a map, actually).
  18. >I could live with a regular matrix, but the interface
  19. >wouldn't be nearly so nice-looking.  How can I do this, or
  20. >can I at all?
  21. >
  22.  
  23. Why not write a class of your own that implements the behavior of a disjoint
  24. radio button matrix.   As I see it, you would connect each individual button
  25. to the "Coordinator" class and it would manage making sure that they (as a
  26. group) have the behavior of a radio matrix.  That is, one button on at a
  27. time.  This shouldn't take long to implement at all (like, less than an
  28. hour).
  29.  
  30. brian
  31.  
  32.  
  33. -- 
  34. Brian Cuthie
  35. Systemix Software, Inc.
  36. brian@systemix.com
  37.