In article <91089@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi all, > > I have 2 questions. First, what's the exact difference between a button and > a push button (besides the appearance). When should I use each one, is there > any special case?
Push buttons are used on Palm OS like radio buttons are used on desktop OSes. They show a group of choices, and the selected button indicates what is currently selected. Usually, when you have push buttons, you put them in a group and only allow one to be pushed at a time. > Second, I would like to have buttons like the digital display of a phone. My > problem is that I can't have the number "2" and the letters "ABC" on another > line. I've tried to put a label on the button, but it's hidden by the > button. Any ideas? Perhaps you should use a graphical button and make your own bitmap with the "2" and "ABC". -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
