home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13044 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!ig!bionet!raven.alaska.edu!acad3.alaska.edu!fsmah1
  2. From: fsmah1@acad3.alaska.edu (Mike Hageland)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Radio buttons
  5. Message-ID: <1992Jul26.195145.1@acad3.alaska.edu>
  6. Date: 27 Jul 92 03:51:45 GMT
  7. Sender: news@raven.alaska.edu (USENET News System)
  8. Organization: University of Alaska Fairbanks
  9. Lines: 20
  10. Nntp-Posting-Host: acad3.alaska.edu
  11.  
  12. I have a very simple little problem with what seems to be a complicated
  13. solution.  Look at this diagram and pretend the X represents where I
  14. want a radio button.
  15.  
  16.   X  Title | Title X
  17.   X  Title | Title X
  18.   X  Title | Title X
  19.  
  20. Personally I think this looks kinda neat.  I would like to do something
  21. like this.  Now this is no problem, I can simply draw the titles in and 
  22. then place in the radio buttons.  However, then you can't simply click 
  23. onto the title like you can with most radio buttons.  It seems that the
  24. radio button will only put the title to the right of the radio button.  
  25.  
  26. The way I can think of to do this is to create another simple button over the
  27. titles on the right side and deal with changing the radio buttons around
  28. when it is pressed. 
  29.  
  30. Can anybody think of a cleaner way to do this?  Is there a hiden way to
  31. make a radio button have a title on the left?
  32.