> From: Timothy Astle
>
> I'm looking at adding popup tiggers and lists to an app I've been working
> on.  I've done it in constructor with no problem, but I know I'm going to
> have to dynamically create the list for what I want it to do.

Take a look at chapter 5 of the O'Reilly book online
(http://www.palmos.com/dev/tech/docs/devguide/ch05.htm). It has a section on
"List Objects" which describes how to use SysFormPointerArrayToStrings and
LstSetListChoices to dynamically set up a list.  It also describes how to
use a ListDrawFunc to dynamically draw the list elements, which is more
appropriate in some circumstances.


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