LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll bar option for array in Web UI Builder

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

0 Kudos
Message 1 of 6
(7,434 Views)

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

0 Kudos
Message 2 of 6
(7,418 Views)

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

0 Kudos
Message 3 of 6
(7,416 Views)

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

0 Kudos
Message 4 of 6
(7,380 Views)

 

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

0 Kudos
Message 5 of 6
(7,363 Views)

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

0 Kudos
Message 6 of 6
(7,352 Views)