in reply to Re: Drag & Drop Problem
in thread Drag & Drop Problem

Well, 2 things.

1. Code is actually taken from the module. Meaning its not a seperate script I pasted using the module.

2. The idea with this was to add whatever per column. As it it in this example, I have a HList, but the idea later was to add any kind of widget into a column (frame). That is, we have the label at the top (so we have something to "drag"), and whatever Tk thing below as wanted... Not sure if those things mentined supports that...

Replies are listed 'Best First'.
Re^3: Drag & Drop Problem
by vkon (Curate) on May 20, 2006 at 16:08 UTC
    perlTk has DropSite, like you searched.

    As I looked into it, it is poorly documented (see perldoc Tk::DropSite) but perlTk source tree contain demos to start with.

    Sorry for not very much help specific to your question.

      That's ok. I was just hoping _anyone_ had some code to fix so I could drag the label (and also make the label viewable).