Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Setting up a tag lists
Ref. No. QNX.000009925
Category(ies) Development
Issue When using a PtMultiText widget, is it possible to allign all tags in the list (e.g. short int type)?
We have tried to use the Pt_ARG_MULTITEXT_TABS but there wasn't any change whan displaying it.
We would like to display something like this:

x091x09x092x09x093x09x0910x09x0920x09x0940
100  200  201  1000  3000  3002

What can we use to setup a tag list (insert, remove and display tags)?




Solution There is a PtList that does this. Take a look at the docs for PtList and PtGenList (PtList inherits its resources). There is a Pt_ARG_LIST_COLUMN_ATTR resource that allows setup of a tag list.