Hello,

I'm trying to display a list which is link with a popup trigger control. but
the list don't appear when I click on.

here the code of my popSelectEvent :

case popSelectEvent :
   if(eventB->data.popSelect.controlID == scannerTriggerPopTrigger)
    {
    LstDrawList(list) ;
    StrCopy(label, LstGetSelectionText(list, LstGetSelection(list))) ;

    CtlSetLabel(popTrig, label) ;
    }
   bHandled = false ;
  break ;

any ideas ??

thx

Fabrice



-- 
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