marcus csk wrote:
how can i make a form(using C language)that can ask user a
series of 'yes/no' question which is related but just in 1 form?(like the Car 
Troubleshooter system for Palm OS).


make a form with all labels and radio buttons

Question1 [Yes] [No]
Question2 [Yes] [No]
Question3 [Yes] [No]
...

Make them all unvisible, except the first. Catch the event for the first yes/no, depending on this use CopyLabel to set question 2, make it visible. Do the same for the next questions. Take care to have enough room for the label to hold the string of the question.

Regards
Henk


-- ------------------------------------------------------------------------- Henk Jonas [EMAIL PROTECTED] Palm OS Â certified developer

  Please contact me, if you need an off-side contract worker.
-------------------------------------------------------------------------

--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to