Hi,
after updating TkDND from 1.0a2 to the 2.0 release, I get the following exception when clicking into the roster:
invalid command name "_DoDragDrop"
invalid command name "_DoDragDrop"
while executing
"_DoDragDrop $source $actions $types $data"
(procedure "tkdnd::_init_drag" line 11)
invoked from within
"tkdnd::_init_drag $window "press" 0 0"
(procedure "dnd" line 27)
invoked from within
"dnd drag .jmain.f.ro.box.tree "
(command bound to event)
This only happens when the window is not active, when the window is active and I click into the roster, then the DND is working fine.
I'm on OpenBSD 4.6/i386 tcl/tk 8.5.7. windowmaker.
any idea what could be the problem?
cheers,
Sebastian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
after updating TkDND from 1.0a2 to the 2.0 release, I get the following exception when clicking into the roster:
invalid command name "_DoDragDrop"
invalid command name "_DoDragDrop"
while executing
"_DoDragDrop $source $actions $types $data"
(procedure "tkdnd::_init_drag" line 11)
invoked from within
"tkdnd::_init_drag $window "press" 0 0"
(procedure "dnd" line 27)
invoked from within
"dnd drag .jmain.f.ro.box.tree "
(command bound to event)
This only happens when the window is not active, when the window is active and I click into the roster, then the DND is working fine.
I'm on OpenBSD 4.6/i386 tcl/tk 8.5.7. windowmaker.
any idea what could be the problem?
cheers,
Sebastian
I just checked out tkdnd 2.1. Whatever you changed between 2.0 and 2.1, the problem vanished, everything is working fine now with 2.1.