I just went to add a couple objects to my main form and ran into the 99 limit. From the docs:
"To keep resource ID numbers of interface items in a form
from conflicting with the ID numbers of items in other forms,
Constructor imposes a limit of 99 user interface items in a form"I really need all of the objects in the form, though not all visible at the same time. At the moment, I put them all there and then show and hide them as needed.
What's the preferred way work working around this limit? Can I create the object and just add it or remove it at runtime?
Thanks,
Rich
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
