Hi, How much dynamic Heap space is used by static resources in a Form? We are programming a dynamic Form that could display a variety of form objects (e.g, it can display a max of 13 objects, each object could be a button or a check box). So, should we create 13 objects of each type in the Form, and then use FrmShowObject() to choose the ones we want to display? Or, should we create the objects dynamically? Our main concern is to reduce the use of the dynamic heap. Thanks for your help! - Ioi -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
