Hi,

I have managed to sort out the workings for MY needs, but, I need to generalize it for reusability. I haven't messed with the drag and drop of files ONTO the treeview, as of yet, but that would most likely require drag and drop support for the window itself, with a positive HitTest on the treeview. (unless this is another of those 5.6 to 5.8 bugs from activestate).

The drag drop of files onto the tree view should be easy enough - it should be a case of doing a hit-test as said above.

The built in Drag/Drop doesnt seem to do any good.

Did you see the post by Rob for drag drop for the list view? Windows expects a lot of 'helper' code to do a lot of the work. Saying that, it looks like the BeginDrag for the tree view is missing.

my simulation of a drag and drop I can post for you
after I've done some tweaking, as I am flipping between
DropHilight/Target (why is this misspelled anyways?) and InsertMark (why is there no
Get? it would be SO useful)

Give me a day to get you my sample, in the event no
one else has one, as it looks like a busy night for me.

If you guys end up communicating off list and you find missing functions/events let me know and I'll add them (including misspelled functions). If we're quick we should be able to get them in before the next release.

Cheers,

jez.



Reply via email to