>From what I understand -- if the resource was allocated with the form, then it gets deleted with the form. If it is a resource you allocated, you must deallocate it yourself ... that is, if you allocate a handle and attach it to a text field, deleting the form will -not- deallocate that handle.
-- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! gcw wrote in message <[EMAIL PROTECTED]>... > >Does FrmDeleteForm() share this bug? Or does it properly delete all the resources attached to objects on the form? > >Thanx. > >[EMAIL PROTECTED] wrote: > >> FrmRemoveObject has a bug when removing any but the last object. This applies >> to Palm OS software 3.0 to 3.5. >> >> The work around, for those cases when FrmHideObject isn't sufficient, is to try >> to structure removes so that objects to be removed are at the end of the list of >> objects. >> >> -Roger Flores >> >> -- >> For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
