Hello Everybody,

I am trying to dynmically program a popup list. The original PilRC format is as below:

1) POPUPTRIGGER "" ID myTrigger AT (4 41 152 AUTO)
2) LIST ID myList AT (PREVLEFT PREVTOP PREVWIDTH AUTO) VISIBLEITEMS 3 NONUSABLE
3) POPUPLIST ID myTrigger myList


However, I don't find the equivalent for the 3rd step. Can anybody please help me with that? Also, is there any direct/easier way to do this?

1) LstNewList ((void**)&frmP, myList, 4, 41, 152, 0, stdFont, 3, triggerId)
2) CtlNewControl ((void**)&frmP, myTrigger, popupTriggerCtl , NULL, 4, 41, 152, 0, stdFont, NULL, NULL)
3) ???


Thanks,
Jenni

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

Reply via email to