Thanks to many of you kind souls, I now have a list created
at run time. With these statements I can see my list:
LstNewList (&frmP, MyNewList, 94, 129, 20, 20, stdFont, 5, 0);
popupList = UtilGetObjectPtr( MyNewList );
LstSetListChoices(popupList, items, 5);
LstDrawList ( popupList );
However, I want to use the list with a popup trigger. When I
do this:
LstNewList (&frmP, MyNewList, 94, 129, 20, 20, stdFont, 5,
ExistingPopupTrigger);
I get a bus error upon tapping the trigger. If I set visible items to 0
in the call, I get no bus error, but an empty list pops up. Any
suggestions?
Steve
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html