Hi all. I have a little dialog which pops up on top of an another form. When I enter the popup two times in a row and exit, I get an error initializing the original form on the second exit. I repeat the same steps without doing anything between the two entries to the popup. FormPtr formP; formP = FrmGetActiveForm(); FrmDrawForm(form); <-- errro occurrs on this line Does anyone know how the above line causes a "read directly from an unlocked memory chunk" error on the emulator? My guess was that I have done something to the original form, but cannot find it. Thanks for reading this! Ken Glover Palm Programming Group Eclipse Inc. www.eclipseinc.com
