LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox selection

Ok - forget what I said (at least for this project) ;).
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 11 of 17
(877 Views)
up ^
0 Kudos
Message 12 of 17
(869 Views)
no one knows any solution to this ?
0 Kudos
Message 13 of 17
(858 Views)

Hi Nallez

I think this is what you are looking for..

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 14 of 17
(855 Views)
problem solved.

value (signaling) did it for me.

Too many hours of work 😄
0 Kudos
Message 15 of 17
(854 Views)

Just in case you don't know it yet:

The property value simply changes the value of a control (without generating an event).

The property value (signaling) also changes the value of a control, but also generates an event. So if you have an event-structure with the event "Control": Value Change, this frame will be executed. As if you changed the value of the control via user interface.

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 16 of 17
(852 Views)
yep. i read the help-info about it and had an moment of light 😄
0 Kudos
Message 17 of 17
(849 Views)