Hi,

Hope this help

case fTableEditPMorePopTrigger:
        LstSetTopItem(IDtoObject(fTableEditLMoreList),0);       // set up the list
        LstSetSelection(IDtoObject(fTableEditLMoreList),0);     // ..

        switch(event->data.popSelect.selection)
        {
                case 0:
                        FrmGotoForm(FTableRWForm);      // first item selected, go to 
this form
                break;
                case 1:
                        FrmGotoForm(FSaveLoadForm);     // second item selected, go to 
another form
                break;
                case 2:
                        FrmGotoForm(FSaveLoadForm);     // third item selected, go to 
the third form
                break;
        }
break;

Regards,
Jacky

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Dhillon, Dharm
Sent: Thursday, January 25, 2001 5:38 AM
To: Palm Developer Forum
Subject: Re: popup trigger


Thanx Brian. I am working first time with popup & list, so could you tell
me where should I look for the code and other stuff about it? If you have
something about it please email me.

Dharm

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


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