I'm trying to switch from doing all the editing work in a list myself
to letting category manager do the hard work of editing.  That
seems to be the easy part.

The hard part is that because I want to show some additional information
in the pop-up list, I've created my own list drawing function and I'd
like to continue to use it.

And that creates a problem.  I can't seem to find a way to be sure of
the category names in the list drawing function.  Or rather, I know
what they are, I just have no idea when to draw a particular name. 

I thought about using CategoryGetNext in conjunction with CategoryGetName,
and keeping an array of the category names in memory for when I draw
the list. However, the docs say that CategoryGetNext skips any category
with zero records, and for this particular need that seems to me to make
it useless.

Any ideas?

Sean.

---
Sean L. Gilley                  I'm the kid who has the habit of dreaming.
614-860-0247 (h)                Sometimes gets me in trouble too.
[EMAIL PROTECTED]          But the truth is I could no more stop dreaming
                                Then I could make them all come true.

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