I must have done something wrong but I could not figure out.

The form A was working normally and I was adding stuff to other  form B.
When I FrmGotoForm( formA ) then it crashes. Debugging with CW, it shows
that the error is that the following command

case frmOpenEvent:
{
   handled = true;
   pForm = FrmGetActiveForm();
   FrmDrawForm(pForm);
   int index = FrmGetObjectIndex( pForm, HeightScrollBar);  // <<<<<<<<<
ERROR - CRASHED
  .......
  break;
}

and the following error is displayed :
    Object #1015 in form #1015 is missing.


Any idea is appreciated.

Thanks,

Vu



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to