As this is part of a license code, I'm reluctant on pasting everything (it's quite a large function too). If you need more than that I'll post... But it's weird it crashes on the third line... This really looks like a bug in Sony simulator (because on a Sony device the program works fine)
Jonathan 2008/2/1, Jonathan Carse <[EMAIL PROTECTED]>: > > The crash occurs on the third line, before FrmInitForm(): > > Boolean bInsPtWasOn = InsPtEnabled(); > Boolean bGsiWasOn = GsiEnabled(); > GsiEnable(false); > InsPtEnable(false); > > bForceDialog = false; > > form = FrmInitForm(frmLicenseAlert); > > FrmSetEventHandler(form,MyHandleModalFormsMenu); > > FrmDrawForm(form); > CtlSetValue((ControlPtr)ctrlPtr(form,btnTitle),true); > > > 2008/2/1, Lionscribe <[EMAIL PROTECTED]>: > > > > We would need more code then that. > > Please post all the code from FrmInitForm. > > > > -- > > For information on using the ACCESS Developer Forums, or to unsubscribe, > > please see http://www.access-company.com/developers/forums/ > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
