"Jeremy Schwartzentruber" <[EMAIL PROTECTED]> wrote:
>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.
>
>I AM doing everything after FrmInitForm and FrmSetActiveForm are called.
>Does anyone know how the drawing environment can be set up without calling
>FrmDrawForm?

Another technique is to define all of the controls initially not
visible, call FrmDrawForm(), then initialize and show the controls.

-- 
    -M-                                              [EMAIL PROTECTED]

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