Hi,

I have a dynamically generated list which is assigned to a popUp trigger .
This is the way how i display the list .

// The ListID is attached to the PopUpTrigger at Design time. 

case MyPopTrigger:
        InitMainForm();  // This func populated the list dynamically.
        frm = GetActiveFrom();
        list = FrmGetObjectPtr(frm,FrnGetObjectIndex(frm,DynamicList));
        LstPopUpList(lst);

break;

This draws the List when i click on the PopUpTrigger.  But I cant select it
again only once i can do it. Also I dont know how to get the the text of the
selected item fom the popup list (is it lstSelectEvent/PopSelectEvent with
some func() to retrieve the value). 

Can some one tell me which is the best way to dynamically load the list and
get the selected item text on to another variable.

Thanks in Advance

Dhanushka.


        

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

Reply via email to