I want to know how to access to the text in a list.
I just want to have the text corresponding to a selection in a list.
I wrote this:

1:    ListPtr lst = FrmGetObjectPtr(frm, FrmGetObjectIndex(frm,
AccueilListe_collaboList));
...
2:      LstSetSelection(lst, i);
3:      nom=LstGetSelectionText(lst, i);
 ...

But my application bugs a the line 3.
What can I do?

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