Closed GoogleCodeExporter closed 9 years ago
Original comment by btatey...@gmail.com
on 20 Oct 2012 at 9:02
[deleted comment]
I checked the code for the 1.3 Branch, the Problem seems to be that
private void listView1_DoubleClick(object sender, EventArgs e)
Is called twice when double clicking an Entry in the File Transfer Window.
I think the reason is that the click event points to the same Method and that
Activation is set to "OneClick"
Everything seems to be ok when you single-click on the Entries.
Only thing i don't know is where the exception that sometimes pops up, comes
from.
Original comment by asga.anm...@gmail.com
on 7 Nov 2012 at 3:52
Removed the single click handler (thanks for the debugging)
Also handling ".." differently.
Original comment by btatey...@gmail.com
on 25 Nov 2012 at 9:19
Original issue reported on code.google.com by
asga.anm...@gmail.com
on 16 Oct 2012 at 10:08