I have an app that does nothing BUT create dynamic forms. I just got used to rewriting the labels of the controls after the form was drawn. I don't see any other issues from doing things this way. It works very well now.
-Dave "Luc Le Blanc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Do I have to keep the ControlPtr returned by CtlNewControl or can I > forget about it and leave it up to the form to free the allocated memory > upon deletion? If I don't keep this ControlPtr, can I recover it later > in the usual way with FrmGetObjectPtrFromID? > > I don't understand the API Reference explanation for the formPP argument > of CtlNewControl. Can't I just pass the results of FrmGetActiveForm()? > > > -- > Luc Le Blanc > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
