You are a lifesaver, buddy ! Thank you very much ! 

Here's what I'll use : 

getMouseCoordinates: function(event) {
  var box = event.getTarget().getContainerLocation("box");
  return {x: event.getDocumentLeft() - box.left, y: event.getDocumentTop() -
box.top};
}

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Getting-mouse-coordinates-within-a-widget-tp7354861p7354946.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to