LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set column width of a multicolumn listbox in LV touch panel module

Hello,

 

I am trying to build an application using LV Touch panel module 8.6 and I am having a problem with multicolumn listboxes. I am setting the the width of the columns by clicking and dragging the separator between the headers, but when I transfer and run my application to a winCE controller the width of the columns is the same for all columns (and very narrow actually).

 

Does anyone know something about it?

 

I also noticed the following two problems. When I transfer my application in the winCE controller, the line and column separators are disappeared and the column headers are also disappeared, although I have set them to be visible in my vi.

 

Thanks in advance.

0 Kudos
Message 1 of 3
(2,896 Views)

The issues that you are having are because the LV touch
panel Module does not support "Moveable column separators" and
"Row and column headers". The limitations of using a touch panel are available
in the LabVIEW help file.



 

 

untitled.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

A possible workaround may be to use a series of arrays with a string data
type then using a single scrollbar control multiple property nodes.

 

I have attached an example.


I hope this has helped.

 

Philip



 


Philip
Applications Engineer
National Instruments
UK Branch

===If this fixes your problem, mark as solution!===
0 Kudos
Message 2 of 3
(2,871 Views)
Here is the image I tried to uploadHelpfile.JPG

Philip
Applications Engineer
National Instruments
UK Branch

===If this fixes your problem, mark as solution!===
0 Kudos
Message 3 of 3
(2,869 Views)