08-04-2020 10:49 PM
In the attached LabVIEW 2018 SP1 application, if I double click an item in "Default Tree Control", its data is plotted in a graph. How do I double click multiple items in "Default Tree Control" so that their data are plotted in the graph?
08-05-2020 05:58 AM
You can't double-click multiple items. But you can select multiple items, then right-click to get a context menu (which you can customize) and select a 'plot' function.
08-05-2020 07:38 AM
Hello Paul,
I can't use Shift or Ctrl key to select multiple items. Can you elaborate in detail ?
Thanks,
08-05-2020 11:43 AM
cha@bellflight.com wrote:
Hello Paul,
I can't use Shift or Ctrl key to select multiple items. Can you elaborate in detail ?
Thanks,
08-06-2020 01:58 PM
Hello Paul,
The attached LabVIEW 2018 SP1 application (version 01) works! However, I can't use Double Click as an Event Case for selecting multiple items for graphical display. Is "Value Change" the answer ?
08-06-2020 03:27 PM
cha@bellflight.com wrote:
Hello Paul,
The attached LabVIEW 2018 SP1 application (version 01) works! However, I can't use Double Click as an Event Case for selecting multiple items for graphical display. Is "Value Change" the answer ?
No. As I already told you:
You can't double-click multiple items. But you can select multiple items, then right-click to get a context menu (which you can customize) and select a 'plot' function.
08-14-2020 08:57 AM
Hello Paul,
Sorry for this delay. I was busy with another task. Attached is the latest version 02 that works!
Thanks,