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�y����� ��r�u�w���x�ˆ�
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html