On Tue, 4 Jan 2000, Brian O'Grady wrote:
> Hello,
> 
>     I seem to be missing something with my pop-up trigger, I can not get a
> value from my list to appear in the pop-up label. The list is initialized
> with a draw function, I use LstSetSelection(list,0);
> LstMakeItemVisible(list,0); to make the first item in the list visible but
> nothing is shown.  The list does display properly when selecting the trigger
> arrow but after selecting an item from the list nothing appears next to the
> trigger. The PP guide says it should place the chosen item in the pop-up
> label automatically. I'm sure I must be missing something simply, does
> anyone have an idea as to what I may be leaving out? Thank you.
> 
> Brian O'Grady

I'm relatively new to Palm programming, but if the List is dynamically
generated, you need to use CtlSetLabel on the popup list.  This might help
if you aren't using a dynamic list as well.

-- 
Brian Mathis
Direct Edge
http://www.directedge.com

Reply via email to