Tagged Questions
0
votes
2answers
67 views
Pairing a Javascript drag event with a scroll event
I'm trying to build a Javascript UI for speeches that mimics the right-hand miniview of the Sublime text editor. After loading some text into a main div, I'm cloning that text in a much narrower div ...
0
votes
0answers
29 views
Create element on mousedown and immediately be able to drag it
Im trying to create an element (a div for example) when I do on mousedown. Up to that, no problem. But what I want is to be able to drag that element while I'm with the mouse down.
Any one?
17
votes
5answers
459 views
Update available drop targets after dragstart fires in jquery.event.drag
Overview:
I have a page which uses jquery.event.drag and jquery.event.drop.
I need to be able to drag and drop onto elements which are constantly being added to the dom, even after the drag has ...
0
votes
1answer
82 views
Sencha Touch 2.x clicking on button but moving pointer before releasing mouse button doesn't work
I hadn't really seen this as a problem until my client mentioned that the majority of his clicks on buttons on the app I'm developing do nothing. I enquired a little about what exactly he was doing ...
0
votes
1answer
162 views
bind(“dragenter dragover drop”) doesn't work in jQuery 1.7.1?
I have this function. It works great with jQuery 1.3.2.
When I change to jQuery 1.6.4 it still works.
But since jQuery 1.7.1, it doesn't work anymore.
I don't understand why. Help please.
...
0
votes
0answers
24 views
How to drag the div inside iframe and how can i get the webpage without event in iframe?
I put the website inside iframe.
I want to get this webpage without click event inside iframe. How can I get?
And then I want to drag the div inside this iframe?
Please give me some sugesstion....
1
vote
1answer
125 views
Java - Dragging a Drawn Object
I have an application having five buttons:
i) Square ii) Rectangle iii) Circle iv) Triangle v) Clear
Clicking on any of the first four buttons will draw a shape on a drawing canvas (which is a ...
0
votes
0answers
43 views
Preventing click while dragging
I'm use Google Maps API v3 to output map. Then I'm draw a layer with svg polygons and set some events by clicking on the element.
But I have a problem: while dragging a map click event is working. ...
0
votes
0answers
83 views
jquery on drag, disregard overlayed (absolute) positioned element
Please check this FIDDLE
This is the html
<div id="wrapper">
<div class="button_area"></div>
<div class="icon"></div>
<div>
The icon is positioned atop ...
0
votes
2answers
98 views
MKMapView on iOS 5 inhibits timers when user do drag and/or zoom
I wrote an application that use MKMapView. This application use a timer to update some information on screen. Actually, when user touch the map and start the drag, the timer isn't fired anymore until ...
0
votes
1answer
269 views
WP7 slider drag end event
I'm developing a WP7 music player. I use the slider to track the playing progress.
I want to allow user to drag the slider to seek a certain posion within the track, but find no drag end event?
The ...
0
votes
3answers
198 views
onmousemove = null doesn't work in IE
I'm trying to find out how dragging works in native javascript. I made a simple javascript functions after researching it.
http://jsfiddle.net/FKM5S/1/
It works fine on all the browsers, except IEs!
...
0
votes
3answers
1k views
flash as3 - event listener for startDrag, stopDrag?
I want to be able to differentiate whether a movie clip was dragged or clicked, and execute different functions accordingly. The problem is that startDrag is initiated by the MOUSE_DOWN and stopDrag ...
0
votes
1answer
329 views
How to Raise DragDelta event on Thumb
As you can see below, I want to start moving when the component visibility changes.
because otherwise I need the user to click again to start the movement, and that is bad in terms of usability for my ...
0
votes
1answer
203 views
Can you tell me if this is broken ? Jquery UI .soretable() “sortout' not firing until ”sortreceive" fires
I'm expecting "sortout' event to fire when the dragging portal leaves the column. The 'sortover' event fires as expected.. I'm not sure if this is the way it should work or jquery UI is broken.
Here ...
0
votes
1answer
160 views
Losing grip when dragging NSView
I have a basic drawing view worked up, currently I'm working on a size frame, which is a view that's overlaid on top of custom views that populate the drawing view. One of its' features is to allow ...
0
votes
1answer
125 views
When I get a mouseDragged event, how can I find out if it is dragging a window or just a file?
I want to respond to the drag event when it is dragging a file but not a window.
I got the mouseDragged event like this:
[NSEvent addGlobalMonitorForEventsMatchingMask:NSLeftMouseDraggedMask
...
0
votes
1answer
680 views
How do I go about implementing drag delta on shapes
How do I go about implementing the drag delta on a Shape, I have the following code:
void Connector_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
if ...
2
votes
1answer
223 views
How to implement mouse dragging in javascript
How to implement mouse dragging in javascript. Should i write a separate function or is any built in method like 'click, mousedown,...' available
1
vote
2answers
435 views
Java Application : mouseDragged Event isn't Executed Often Enough
Is there a way to make the mouseDragged Event be called more Often ( In my Case, Drawing a Color? I need it for Smooth Drawing, because right now, if you move too fast, it doesn't Draw All my Path. ...
0
votes
1answer
101 views
Draggable not working in jQuery for current selected Div
A simple thing but not working i don't know what is the problem.
jQuery(topbar).mousedown(function(event){
var sel_to=jQuery(event.target).parent().attr("id");
...
4
votes
1answer
4k views
Dragging a Div in jQuery - fine when mouse is slow, but fails on fast mouse movement
I want to drag a div around using my own jQuery code.
This example on jsfiddle works fine when the mouse movements are slow
http://jsfiddle.net/craic/kr7Un/
But any fast movement pulls the mouse ...
2
votes
3answers
2k views
WPF C# Drag & Drop Events
Hey all - Looking for some guidance here. I have a canvas that I drop some tools onto to create a diagram (this resides in tabitem2).
What I'm looking to do is when a tool is dropped on the canvas ...
0
votes
1answer
770 views
ActionScript - Serious Performance Problem Using TweenLite & Mouse Move Event
i'm receiving a very noticeable performance hit when using TweenLite to tween a filter while dragging.
private function mouseMoveEventHandler(evt:MouseEvent):void
{
...
2
votes
3answers
3k views
Dragging JPanel
I've got a problem when trying to drag a JPanel. If I implement it purely in MouseDragged as:
public void mouseDragged(MouseEvent me) {
me.getSource().setLocation(me.getX(), me.getY());
}
I get ...
0
votes
2answers
292 views
WinForms window drag event
Is there an event in WinForms that get's fired when a window is dragged?
Or is there a better way of doing what I want: to drop the window opacity to 80% when the window is being dragged around?
...
1
vote
1answer
116 views
iPhone events handling
does anybody know how can I handle the events(touch, drag) in UIApplicationDelegate instead of UIView?
1
vote
2answers
315 views
How could I click in a control and drag (not Drag and Drop) out of it but still follow the event as long as the button is clicked?
I would like to allow the user to click within my UserControl and drag left/right to zoom in/out but I'd like the dragging not to be restricted to the actual control's boundaries.
What sort of event ...