At 18:06 2002-10-7 -0400, you wrote: >On Mon, 7 Oct 2002, Keith Rollin wrote: > > > Of course, you're in a better position than anyone to tell for sure. > > What do you find out when you click on the Debug button in the error > > dialog? What's making the access and why? > >I'll be able to provide a stack trace tomorrow (home from work for the >day), but one place I saw it was within the SysGetEvent API, where at some >point it calls a function to validate the form (or window) pointer. I'm >calling FldNewField from my frmOpenEvent handler, so perhaps there are >events that are in the queue containing the old form pointer? > >If the calls being in the frmOpenEvent handler are the cause, then is >there a better way to do this or do I just live with it?
Are you using FldInsert or the ilk to modify fields after you add them with FrmNewField()... if so, that would fire a fldChangedEvent which would have an embedded pointer. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
