12-16-2010 07:10 AM
Hi All,
I have an requirement of adding a Table to my interface. Since it is not currently supported. I thought of including the 2D Array of strings. But the scroll bars are not available.
Is there a way of adding scroll bars to the Array?
Thanks,
Alagar
12-16-2010 11:30 PM
Hello Alagar,
All you have to do is right click on the array indicator (as a whole) on the front panel then go to visible items and then you can see the vertical and horizontal scrollbar option.
Sahil
12-16-2010 11:35 PM
Hi Sahil,
Sorry for ur misconception. I am not talking about LabVIEW, its about LabVIEW Web UI Builder.
In LabVIEW Web UI Builder, right click option is not allowed.
Thanks,
Alagar
12-21-2010 03:02 AM
Hi All,
I am trying to develop a interface in Web UI Builder similar to the image that i have attached with this post.
I have developed this interface in LabVIEW. Please suggest me a way to develop that in Web UI Builder.
Thanks,
Alagar
12-22-2010 09:24 AM - edited 12-22-2010 09:28 AM
There isn't a way to do this currently in Web UI Builder.
It seems like you could have accomplished this by
a) array natively having a scrollbar -- it doesn't
b) replacing index with a scrollbar component -- unsupported
c) having a scrollbar compoent and wiring it to the FirstIndex property. -- Web UI Builder doesn't have a scrollbar and FirstIndex isn't accessible from the diagram.
I will make note of the following feature requests
1. Add scrollbar support for array
2. Add a scrollbar component
3. Add support for changing the index from the diagram
Jeff P
LabVIEW R & D
12-22-2010 11:42 PM
Hi Jeff P,
Thanks for ur reply.
Also, i would be helpful if you include the Table and Listbox controls in the Web UI Builder.
Thanks,
Alagar