LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I remove key stroke acknowledgement from a tree control

The attached vi explains the problem and the desired result.
0 Kudos
Message 1 of 2
(2,406 Views)
Taking the items from the front panel of your VI:

Desired implementation:
- Only one of two values can be highlighted in the tree. (Panel 1 and Panel 2).
>> It does this because that is what you programmed it to do.
>> Try running the thing with execution highlighting on and you'll see
>> what I mean. Actually you get stuck at whatever was selected when
>> you start the VI.

- No key strokes recognized
>> No keys are recognized because the tree control has to have key focus.

- Options are only selected with mouse click (not double click)
>> You are using the Tree control "Value Change" event
>> not the "Double-Click" event.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 2
(2,398 Views)