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...