home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!ig!bionet!raven.alaska.edu!acad3.alaska.edu!fsmah1
- From: fsmah1@acad3.alaska.edu (Mike Hageland)
- Newsgroups: comp.sys.mac.programmer
- Subject: Radio buttons
- Message-ID: <1992Jul26.195145.1@acad3.alaska.edu>
- Date: 27 Jul 92 03:51:45 GMT
- Sender: news@raven.alaska.edu (USENET News System)
- Organization: University of Alaska Fairbanks
- Lines: 20
- Nntp-Posting-Host: acad3.alaska.edu
-
- I have a very simple little problem with what seems to be a complicated
- solution. Look at this diagram and pretend the X represents where I
- want a radio button.
-
- X Title | Title X
- X Title | Title X
- X Title | Title X
-
- Personally I think this looks kinda neat. I would like to do something
- like this. Now this is no problem, I can simply draw the titles in and
- then place in the radio buttons. However, then you can't simply click
- onto the title like you can with most radio buttons. It seems that the
- radio button will only put the title to the right of the radio button.
-
- The way I can think of to do this is to create another simple button over the
- titles on the right side and deal with changing the radio buttons around
- when it is pressed.
-
- Can anybody think of a cleaner way to do this? Is there a hiden way to
- make a radio button have a title on the left?
-