LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV2016 32bit Drag Drop in EXE

Hello

 

Drag drop event does not work in an applicaiton built in LV2016 32bit. It works in the development environment.

 

The idea is to drag file name from tree control onto an XY graph. the Drop event is registered on the XY Graph, where the file name is processed and the file contents are plotted on the graph.

 

the problem looks similar to the one in the post below:

https://lavag.org/topic/2600-listbox-drag-drop-row-reordering-doesnt-work-in-built-exe/

 

I have used Drag and Drop feature before, in an application built in LV2015 32-bit. I have not seen this problem then.

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 1 of 2
(2,754 Views)

Well, it was a bug in my code. I had to remove whitespaces before searching for the file and processing it.

 

I am surprised that it worked in development environment yesterday.

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 2 of 2
(2,733 Views)