Hi,

Thank you for mail.
Sorry for this kind basic question again.

   if(event.data.lstSelect.selection)
     {
        // to do
     }
}

What should be inside of { } .  I just can see popuptrigger and when I click it, the 
list is not showing up.

thank you your help
jaeha

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:bounce-palm-dev-
> [EMAIL PROTECTED]]On Behalf Of NarsimhapPrasad
> Sent: Friday, February 18, 2000 2:01 PM
> To: Palm Developer Forum
> Subject: Re: Looking for example of PopupTrigger
> 
> 
> Hi
>   Popup trigger can be added in the following fashion
> First drag a list contol from catalog on to your form. fill 
> the atributes.
> Then Drag the popup trigger contol from the catalog on to 
> your form. give
> the fill the atributes. For list id atribute give the id of the above
> created list.
> save the resource file.
> If you want to write the code for an item selection in popup list
> switch(event->eType)
> {
>   case popselectevent:
>      if(event.data.lstSelect.selection)
>     {
>        // to do
>     }
> }
> 
> thank U
> [EMAIL PROTECTED]
> ----- Original Message -----
> From: Jaeha Lee <[EMAIL PROTECTED]>
> To: Palm Developer Forum <[EMAIL PROTECTED]>
> Sent: Friday, February 18, 2000 6:07 AM
> Subject: Looking for example of PopupTrigger
> 
> 
> > Hi,
> >
> > I'm writting the first program for Palm and sending the 
> first question to
> this Forum.
> > I'd like to create PopupTrigger with list.
> > Does anyone knows where I can get simple example for it ?
> >
> > regards,
> > jaeha
> > ��?��z�Ȃ�=�떊�Z�k?�˱�m?���? ��r�u�w���x�ˆ�
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
> 
��h�)ߢ���*'�{��x-��ږ`޽�h��Ţ����+������r��{�ey��硶����0��Z�oܢo�z����j)b� b����٥

Reply via email to