> From: Matt Disher (TiBook) [mailto:[EMAIL PROTECTED]] > As soon as you touch a button, FrmDoDialog closes the form and > gives you the button ID. How would you extract the choice/list > setting of the list ?
After FrmDoDialog returns you can still call FrmGetObjectPtr and LstGetSelection (etc) on the form or its objects. The form isn't gone until you call FrmDeleteForm. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
