From: Igor Mozolevsky
> > Can anyone think of any advantages/disadvantages
> > performance-wise of creating resources on the fly
> > (like FrmNewForm, etc) compared with static
> > resources (Rez, PilRC, etc).

> From: Borislav Kolev
> Yes. Older OS versions have big time trouble in dynamically
> managing UI resources. Other than that, there is no difference.

One additional problem with creating controls dynamically is that you have
destroy them in the reverse order from what you used to create them.  You
don't have to worry about that if the resource is static since you don't
deal with the details of creating and destroying all the controls on a
static form resource.


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