07-23-2009 07:28 AM
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.
07-24-2009 09:55 AM
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.
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
07-24-2009 09:57 AM