• Drag and Drop
Replies:
1
Views:
64
Up one level
• Drag and Drop
Posted by
mimhof
at
2010-03-15 14:40:03
Drag and Drop (DnD) with NOA4e is working fine with Windows.
On Linux/GTK DnD does not work and I try to implement the drag and drop myself by using DnD functionality of AWT. The java.awt.Panel is my DropTarget and all seems to work fine, but I'm not able to drop the text at the mouse position! Does somebody know how I could insert text at the current mouse position? Regards, Michael |
mimhof
Member
Posts:
2
|
• Re: Drag and Drop
Posted by
Markus Krueger
at
2010-03-15 14:49:55
Hi Michael,
I remember somthing, that we couldn't implement the DnD for Linux for our product ubion.ORS either. This is why we imeplemented a "Doubleklick" action for our element to insert. If the user double clicks an element to insert, the we get the current view cursor position and insert the text at this position. This was a long time ago, maybe somthing changed, but as you are reporting this error, then it might not have changed. Regards, Markus |


