06-30-2010 09:03 AM
Hello,
I want to alter the NI example "Drag and Drop - Multiple Data Types to Start Drag" to use multiple image Targets. The current VI only allows for dropping image into a single Target. I want to duplicate the target window a few times, in order to drop different images into each different Target. I can't seem to figure out how the VI recognizes and differentiates the Targets.
Thanks,
-------------
Labview 2009 SP1
06-30-2010 10:38 AM
Hello,
Please see attached... That's a simple way to perform what you need : each target is handled in the same event case (the target is differentiated by using control refnum).
Hope this helps,
J.
06-30-2010 11:26 AM
Thanks a bunch. That is a very eligant solution. The only issue now is that when I hover over the new Target Destination, it doesn't show the arrow and the plus folder; it shows the circle with the line through it (the NO, or DO NOT circle). Not a huge issue, but could confuse the end user.
Thanks,