On Mon,  5 Jun 2000 15:19:12 -0300, burke_edgar wrote:

>
>> I know that Neil Rhodes, the author of 'Palm 
>Programming', had problems with
>> these dynamically created fields, too. But he knows 
>no solution.
>> But I don't know if this is the cause of the errors.
>
>I think that yours errors are when you remover dinamic 
>fields.
>Three points-key for removing dynamic form elements.
>1) Set the form focus to noFocus --> FrmSetFocus(frm, 
>noFocus).
>2) Hide the element --> frmHideObject(frm, index)
>3) Remove it --> frmRemoveObject(frm, index)
>
>Ed Burke.
>
>
You were perfectly right with your hint.
I didn't know that you have to remove the focus.
Now the program works allright in gremlin testing.

Thanks a lot!
And I hope, that the bugs in the dynamic API were
removed in OS 3.3 now.



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

Reply via email to