Re: TkDND: Tk and drag n' drop - Help in improving it...
- From: vince.darley@xxxxxxxxx
- Date: 30 Mar 2006 05:44:06 -0800
George wrote:
Unfortunatelly, this cannot be done. The XDND protocol (unix) specifies
that the drop target may request to see the data, in order to decide
if it is going to accept the drop.
But that's fine (i.e. I don't view it as incompatible with what I
wrote). If the drop target requests it, the drag site has promised it
can therefore provide it. The issue is to avoid being forced to provide
vast amounts of data just to initiate a drag. Most sensible, normal
drop targets should not request all of the data, but just request some
information about it ("what extension does that file have?", "how large
is that file?", perhaps "what's in the first few lines of the file?",
etc). But, if a drop target really wants all of the data, it should be
allowed to ask for it on any platform.
Vince.
.
- References:
- TkDND: Tk and drag n' drop - Help in improving it...
- From: Georgios Petasis
- Re: TkDND: Tk and drag n' drop - Help in improving it...
- From: vince . darley
- Re: TkDND: Tk and drag n' drop - Help in improving it...
- From: Georgios Petasis
- TkDND: Tk and drag n' drop - Help in improving it...
- Prev by Date: Re: TkDND: Tk and drag n' drop - Help in improving it...
- Next by Date: Re: using exec and pkzip
- Previous by thread: Re: TkDND: Tk and drag n' drop - Help in improving it...
- Next by thread: Re: TkDND: Tk and drag n' drop - Help in improving it...
- Index(es):
Relevant Pages
|