> I am a newbie in the palm development and I have a poblem :
> I have 2 forms : 1 principal and 1 About Form.
> When I open the about form , I can see the About form text 
> but I can also 
> see the principal form text.
> When I want to close the About Form , I come back on the 
> principal one but 
> all the field and buttons that was behind the about box are erased.
> So the about form erased my principal form.
> So is there a command to Update the display and where I must put it ?

Assuming your about form is modal, and you're using CodeWarrior, this is
what I'd suggest.  In Constructor, in the features of your modal form, make
sure "Save Behind" is checked.  Then, use FrmDoDialog to display the about
form, and FrmDeleteForm to remove it.  That should preserve the data in your
principal form, and hide it all while displaying the about form.  

-hkmlt

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

Reply via email to