Hi,
    If U want to show some items in a dropdown list, you need to add that
items in this way. Open the resource in th constructor , and goto the
properties window of your list control by tapping on the list. In that there
will be last parameter will be there. You can add items to that by hitting
Ctrl+K keys. Save this file . Execute the project again. Now u can see the
items in the list

Thank U
Prasad B.N
[EMAIL PROTECTED]
----- Original Message -----
From: Jaeha Lee <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Cc: 'Palm Developer Forum' <[EMAIL PROTECTED]>
Sent: Friday, February 18, 2000 1:18 PM
Subject: RE: Looking for example of PopupTrigger


> 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
> >
> �����=������my����ru�����



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to