03-31-2010 07:26 AM
Hello all,
I attached a example program, where I did not see event for String Drag Starting?.
Is it normal.
I placed a break point and I tried to start draging, but I hvn't seen the event.
Please let me know, if this is normal.
Thanks,
03-31-2010 07:39 AM
Extract from the LV help for this event :
Generated when you start a drag from a listbox control.
Use this event to signal when a drag and drop operation begins from a specific control. This event is generated only when LabVIEW begins a drag and drop operation on a listbox control. You can use the Start Drag method to begin a drag from other controls.
03-31-2010 07:48 AM
If it is only for Listbox, why do they have the option for string control. If I use numeric control, I do not see the option. They can do same for string control too.