UI: where to display a status result from a drag & drop?

Posted by Jason S on Stack Overflow See other posts from Stack Overflow or by Jason S
Published on 2010-03-30T21:50:32Z Indexed on 2010/03/30 21:53 UTC
Read the original article Hit count: 118

Filed under:
|

So I've got drag & drop working. When a drop occurs, I do some processing, and sometimes there is a result that I want to make the user aware of. Right now I am just outputting to the console which isn't very nice.

What's an appropriate way to display a status result from a drag & drop? Somehow a modal dialog box seems inappropriate, and a status bar is too space-constrained, I think.

© Stack Overflow or respective owner

Related posts about gui

Related posts about drag-and-drop