[plt-scheme] drag & drop in MrEd
At Mon, 6 Jun 2005 09:11:05 -0400, Doug Orleans wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Robby Findler writes:
> > If you're talking about using the "metaphor" of drag-n-drop in
> > your own app, but not really doing what the built-in one does,
>
> Yeah-- for example, a chess game: to make a move, you could click on a
> piece, then click on a square, but it would be nicer to be able to
> drag the piece to the target square (and it would snap back if it's an
> illegal move).
>
> > there is some support, but mostly just in the form of a pasteboard%
> > -- I don't think that you can drag snips across windows, but there
> > may be support for it that I haven't run across yet.
>
> Can you drag snips from one pasteboard to another? Do both
> pasteboards have to be embedded in another pasteboard?
You can only drag snips inside a single pasteboard, but it would work
well for a chess game, I believe.
Robby