"PtListAddItems" problem?

Hi all ,

has anybody ever used PtListAddItems ?

int PtListAddItems( PtWidget_t *widget,
const char **items,
int item_count,
unsigned int position );

When i use the function, whatever i enter in position , the widget always

add the first one of items ? That made me confused, could someone give

me a hand ? thanks very much!

You probably want to show us the code. Specifically what did you pass in the 2nd parameter, and what value did item_count have?