> From: Jeremy Schwartzentruber
>
> Problem: I don't like having to call FrmDrawForm to draw a form, THEN set
> properties for form objects (such as checkbox state, etc), then call
> FrmDrawForm AGAIN.  However, it doesn't seem to work to try setting object
> properties before the first call to FrmDrawForm.
>

You *can* set the state of a checkbox before calling FrmDrawForm(), but you
can't call any window drawing functions until after FrmDrawForm sets up the
draw window.  Plus, there is rarely a need to call FrmDrawForm() after
changing control values.  Use FrmShowObject() to redraw form objects.


-- 
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