in reply to Tcl DND working but can't get original Tcl::Tk GUI code to work

Hi,

Use  $Tcl::Tk::DEBUG=99; to learn more about how perl calls translate to tcl calls

Those "GUI" things can be called mainwindows, they are a toplevel widget

To have a listbox show up on a mainwindow you just have to make a child/parent relationship

The synopsis/docs shows how to translate between tcl and perl calls ... also and here Re: Tcl::Tk GUI working - Help with TkDnD through perl?

Also examples http://grokbase.com/p/perl/tcltk/112qcfc125/tkdnd and Re: Tcl::Tk GUI working - Help with TkDnD through perl? and Perl is able to deal with Drag-n-Drop within Tk and another applications

  • Comment on Re: Tcl DND working but can't get original Tcl::Tk GUI code to work
  • Download Code