On Fri, Dec 17, 2010 at 09:54, John Fabiani <[email protected]> wrote: > Thanks Ed! I have never relase() any of my dialogs. I guess I'll have to > review my code base.
Always call release unless you plan on reusing the same dialog instance multiple times. I've run into memory issues when I don't call release. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
