Hi!
Is there any method to simulate Window onDrag event? There is onMove but it's fired after window is moved. But I need to get window coordinates WHILE it is dragged. I tried to use Ext.dd.DragDrop but still can't figure out how to do it correctly.
Will appreciate any help...