09-18-2012 04:20 PM
Hi all,
I want to use the drag/drop function of labview to drag item and drop them in a graph displayed in the XTAB. See the Labview code.
It seems that the drag event of XTAB doesnt work. The main idea is to detect that something was dropped in the graph of the XTAB and to get the dropped data (string and array).
any suggestions?
Regards,
Cedric
09-19-2012 02:39 AM
Hello Cedric,
I didn't have time to look at your code. Anyway as far as I understand you are trying to use Xtab drag events instead of the graph drag event. Xtab do not manage this, it only display a VI in a subpanel.
Manage your D&D action in the VI containing the source object (drag start event) and in the VI displaying your graph (drag enter and drop event).
We are doing this (and a bit more ) in our application Topaze.
09-19-2012 02:28 PM
Ok, I find why it didnt work. I forgot to run the subVI.
Cédric