>From: Andrew Perron <[EMAIL PROTECTED]>
>Date: Wed, 20 Jun 2001 22:46:33 -0400
>Well, here I am with some more list problems/questions.
> .....
>Here's the scenario, I have a database on the palm that contains some
>information like so:
>
>    typedef struct {
>    FlpCompDouble MyFloat1;
>    FlpCompDouble MyFloat2;
>    Char* name;
>    } MyData;

>There are currently 28 entries and I have a list that I created manually
>with each of the name entries.  Currently I get access to MyFloat1 and
>MyFloat2 by using the indexes from the static list contents to database
>records.  I would prefer to also get the name from the database and thus
>create the list (that way I only have to update the pdb when data
>changes...)

My recommendation is the 'list' is the wrong UI object to use.
You can do better what you are trying to do by using the 'table' UI object.
That is certainly what I would do!

Roger Stringer
Marietta Systems, Inc.


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