Hi all,
I got a little problem :
*     I create a new list in MainFormInit and I fill a buffer (char**) with
some strings.
        Then I call LstSetHeight and LstDrawList.
        When I launch my program I can see the list, but I cannot pic an
item in it......->Why???

*    The solution I found was to put
        case penDownEvent :
        case lstEnterEvent :
         handled
=LstHandleEvent(FrmGetObjectPtr(FrmGetFormPtr(MainForm),FrmGetObjectIndex(Fr
mGetFormPtr(MainForm),MainListeSrcList)),eventP);
         break;
in my MainFormHandleEvent function.

And then, it works with my m505;o)). BUT if I try it on TT, I cannot choose
any item again....->Why???

*    More over if I got 2 items in my list, and if I set height to 1, I got
the correct picture on screen but I cannot switch between items. (neither in
OS4.0 nor 5.0)...->Why???

Actually, if there is no answer to those questions, can someone tell me how
to dynamically generate a list in which user can select an object?

I hope I well explained myself, if someone can help me, I would really
appreciate.
Thanks
Gilles



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

Reply via email to