The problem was incorrect rerource file was refered.

How *stupid* I am ! :-(


----- Original Message ----- 
From: "Vu Pham" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 9:01 AM
Subject: object missing


> 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/
>
>



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

Reply via email to