"Matt Disher (TiBook)" <[EMAIL PROTECTED]> wrote in message
news:79120@palm-dev-forum...
>
> But unless you tie in an event handler how/when would you have an
> opportunity to get the value of said list ?

FormType *frm = FrmInitForm(dialog_id);
FrmDrawForm(frm);
// manipulate all the controls on the dialog as you want
Int16 pressedButton = FrmDoDialog(frm);
// read values out of controls
FrmDeleteForm(frm);

It is perfectly legal to draw the form, do whatever to it, then enter
the modal dialog event handler.  If the form's already been drawn,
FrmDoDialog won't redraw it.  After its dismissed, all the controls are
still there and available for reading until you've deleted the form.



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

Reply via email to