08-20-2013 06:11 AM
Hello,
is it possible to detect an user action in XY-Graph "graph palette" with an event node?
Thanks a lot and best regards,
Michael
Solved! Go to Solution.
08-20-2013 07:57 AM
08-20-2013 09:01 AM
Hello GerdW,
thanks a lot. I tried it, and it works for the "cursor button" and the "hand button", but not for the "zoom buttons", because here I need two clicks.
Do you have any idea how to detect the zoom buttons?
Thanks a lot and best regrads,
Michael
08-20-2013 09:32 AM
Hi
in the event structure, you have an event for the XY graph corresponding to Range change or something (i dont have LV in english).
It will catch a zoom, which is basically changing the X and Y range of a graph
08-21-2013 01:35 AM
Hi,
thanks a lot. In German the event is called "Änderung des Skalierungsbereichs". The problem is, that you can only detect the zoom tool, when you click inside the grpah after you have selected a tool.
Only the selection itself does not result in an event.
Here ist my compelte problem:
I have a front panel with 6 xy-graphs and I want to use the functions of the graph palette. If I choose a tool of one graph palette, I will choose them for all other graphs too. So I need to detect a user action in the graph palette to set the other 5 graph palettes to the same tool.
Any ideas?
Thanks a lot.
Best regards,
Michael
08-21-2013 01:38 AM - edited 08-21-2013 01:38 AM
08-21-2013 01:53 AM
Hi GerdW,
thanks. The idea is so simple.
Best regards,
Michael