> I am creating a form with dynamicly added/removed controls. When I call > frmRemoveObject to clean up I get a "just read from memory manager data > structure" warning from POSE. From gdb I gathered that the error > originates in PrvFixupPointers.
heh. i ran into this way back :P if your going to remove objects from a form, they must be removed in the reverse order that you added them. you can only remove the last objected added to the form :) this is my experience with this stuff. i do this strictly, and, no errors *phew* if you want to remove an object that has been added after an object that you want to keep, you have to use FrmHideObject() until you can remove it properly :P dynamic gui's are *fun* :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
