Unfortunately, this question will be very vague, because the problem is
very vague.
I have two projects doing the same job, one works doing drag and drop
and the other doesnt. Have followed the program flow, and variables were
showing in the debugger as having a text value, but the logical test of
text resulted in false.
In sheer frustration I copied all the code from the working project to
the other and still the same result!
Checked the events and all concur between projects and events are
working correctly.
What the problem is that when I start a drag in treeview the move shows
as a invalid drop icon (and drop is impossible). Whereas the other
program correctly displays the box icon, or in cases where a program
icon, the icon, and drops correctly.
Anyone suggest any tips that might help me figure out what the heck is
going wrong?
Thank you.
Alistair.
very vague.
I have two projects doing the same job, one works doing drag and drop
and the other doesnt. Have followed the program flow, and variables were
showing in the debugger as having a text value, but the logical test of
text resulted in false.
In sheer frustration I copied all the code from the working project to
the other and still the same result!
Checked the events and all concur between projects and events are
working correctly.
What the problem is that when I start a drag in treeview the move shows
as a invalid drop icon (and drop is impossible). Whereas the other
program correctly displays the box icon, or in cases where a program
icon, the icon, and drops correctly.
Anyone suggest any tips that might help me figure out what the heck is
going wrong?
Thank you.
Alistair.
Comment