Open ghost opened 10 years ago
edit.exe's (I assume that's the major inspiration) dialogs don't move, but it's possible and could be neat working with the blocky mouse cursor and constrained to the character grid.
(Reminds me of Borland's turbovision. (screenshot) Which is cool too. Perhaps bootstra.386 could use some inspiration from tvision's widgets where edit.exe falls short.)
I plan to make them static. If I can get an acceptable algorithm down that locks the position during the move then I can entertain that.
@kristopolous IMHO they should be static
@JTxt take a look here:
https://stackoverflow.com/questions/12571922/make-bootstrap-twitter-dialog-modal-draggable
$(".modal-dialog").draggable({
handle: ".modal-header"
});
should make all modals dragable ...
perhaps there is something to be learned from how the guys at http://asciiflow.com did their box dragging JS
hate to tell you but it's a giant canvas layer. they are doing it the "easier" way ...
Hey,
are there any plans to implement an movable dialog? It would be great if you will support this!
Regards, Jan