I'm writing a simple directory explorer utility, because I can use it, and just to give me some more experience writing LV apps. The explorer is event driven, and everything seems to work just fine EXCEPT if I double-click a directory entry in the multicolumn listbox. The event fires correctly, but the Get DblClk Row property returns -2 (indicating no row was double-clicked) regardless of where I double-click in the listbox.
I've tried creating a property node from the terminal and placing it inside the event case - didn't work. Next I tried using the event data structure control reference and creating a property node from that - didn't work. Finally, I've created a control reference from the terminal and created the property node from this reference - still doesn't work.
I'm attaching the .llb in question. The top-level .vi is called Directory Event Explorer... Any ideas?
Oh, LV7.1 and WinXP Pro.
Thanks.