Indeed this works!! I also found out that when you use
FrmPopupForm + FrmReturnToForm to display a message
when collecting the data to put in the list which is
on the main form, always call FrmReturnToForm *before*
you call LstEraseList + LstDrawList to display the
items!!
Thanx guys!!
> -----Original Message-----
> From: Eric VERGNAUD [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 12, 1999 17:48
> To: [EMAIL PROTECTED]
> Subject: Re : Updating a list with LstSetListChoices
>
>
> LstSetHeight is only necessary with popups. For plain lists
> you must call
> LstEraseList before LstDrawList.
>
> --
> Eric Vergnaud
>
> President of Street Soft
>
> ----------
> >De�: Michael McFarland <[EMAIL PROTECTED]>
> >� : "'Palm Development List'" <[EMAIL PROTECTED]>
> >Objet�: RE: Updating a list with LstSetListChoices
> >Date�: Mar 12 oct 1999 17:22
> >
>
> > You might want to try calling:
> >
> > LstSetHeight(messageList, numMessages);
> >
> > each time you adjust the list. I've found this to be
> necessary working w/
> > popup lists.
> >
> > Michael
> >
> >
> >
>