Why do you want the callback invoked when the form is open?  With a popup
list, the list itself is not supposed to be visible until the user taps the
trigger.  The draw function only gets called when the system needs to draw
the popped up list.

Mark Peters


"Vidya Amar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Rodolphe,
>              Yes, I tried the following to set the no. of items in the
list.
> Still the callback function  is not being called when the form opens.
> LstSetListChoices(List, NULL, n);//n is set from the no. of records in the
> database
> LstSetDrawFunction(List, MainListDraw);
> The callback function however gets called when the popup trigger is
selected
> after the form opens. Can you please help me to get the callback function
> working on the form open?
> Vidya.
>




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

Reply via email to