Re: [ANN]: TkDND 2.0 alpha...
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: [ANN]: TkDND 2.0 alpha...

From: <vince.darley@gmail.com>
Date: Mon Apr 03 2006 - 17:06:44 CEST

Georgios Petasis wrote:
> <vince.darley@gmail.com> wrote in message
> > Certainly for many common cases it is easy to provide the data up front
> > (and that should be supported), but equally for many other common cases
> > it is quite hopeless to provide all the data up front.
>
> What are these cases? The only one I know of is under windows, when
> dragging files from compressed folders (or from winzip). It would be
> interested
> to know more cases.

Here are a few other examples:

With 'tclvfs', one can easily create a listing in Tcl of remote
resources of all sorts of kinds (webdav, contents of zip, ftp, etc).
One wants to be able to drag those out of Tcl into the native
filesystem, and not just on Windows.

With an image browser, one would want to be able to drag a thumbnail of
an image which refers to a multi-megabyte RAW image on disk (which
would be what is actually dropped on success.

With a database browser, again one wants to be able to drag things out
into the filesystem, with the actual database query on happening on
drop success.

etc.

In all of the above cases it would be helpful to see a progress bar as
part of the successful drop, just as you would typically see with a
non-Tk application which implemented the above kinds of operations.

cheers,

Vince.
Received on Sun Apr 30 02:57:38 2006