Dynamic updating of PtList?

I am using a PtList Widget to display two columns, the first column contains
the item number and the next the value.

Is it possible to update the value field?
I’ve tried using PtListReplaceItemPos(), this doesn’t have the required
effect.

Simon,

I was facing the same problem - it can be done, but if the values are to be
updated in some higher rate, it will flicker.

The way I resolved this was to create array of PtLabels for the values and
link the array index with the list.

Joe

“Simon Platten” <simon.platten@brisco-eng.co.uk> wrote in message
news:9eashk$9vm$1@inn.qnx.com

I am using a PtList Widget to display two columns, the first column
contains
the item number and the next the value.

Is it possible to update the value field?
I’ve tried using PtListReplaceItemPos(), this doesn’t have the required
effect.