RE: Popping up a list from a button

2001-01-09 Thread Craig Austin
If it's a list you are trying to popup, just use the API call: LstPopupList(ListPtr ListP); The return will be the item index that was selected from the list. Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Kozak Sent: Tuesday,

RE: Popping up a list from a button

2001-01-09 Thread Jacky Cheung
How about setting the usable field of the BUTTONs to false after selection? Jacky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Kozak Sent: Wednesday, January 10, 2001 10:44 AM To: Palm Developer Forum Subject: Popping up a list from a button

Re: Popping up a list from a button

2001-01-09 Thread Robert Kozak
Thanks. I thought there would be an easy answer. I saw this in the docs but I guess my brain didn't register it. I thought it brought up a new modal form with the list inside. -- Robert "Craig Austin" [EMAIL PROTECTED] wrote in message news:35304@palm-dev-forum... If it's a list you are