The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 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
0answers
76 views

Getting the value of clicked buttons and append them

I'm newbie in android development and going to create simple drag'n'Drop calculator. My goal is to make buttons from 0 to 9 and create numbers by clicking them. For example: 0 1 2 3 4 5 6 7 8 9 and ...
0
votes
1answer
46 views

How to recolor multiple widgets by dragging in Tkinter

I'm trying to make a script where there are for example 9 widgets (Buttons, Labels...) and I want when I click and hold on any widget and I drag over another widget, both of widgets to be recolored ...
1
vote
1answer
100 views

Mouse Move Too Fast To Check Collision

I'm having a problem with a sliding block game as when I try to ram two blocks at a fast speed, the collision code messes up. It works if the mouse speed is slower though. Is there a way to put a ...
3
votes
1answer
184 views

Dragging on force layout prevents other mouseup listeners

I want to enable dragging in a d3.js force layout. When dragging a circle and release the mouse button, I want to call a specific function via callback, like this: this.force = d3.layout.force() ...
1
vote
1answer
32 views

getIntersectedShapes in safari ipad

I have the latest kineticjs(4.3.1) and i use hammerjs for touch events initiated within the kineticjs wrapper (div element). I need to call getIntersectedShapes on the 'onDrag' event. After doing that ...
0
votes
0answers
131 views

Asp.net Ajax Draggable Clear Items On Drop

I have a drag and drop area on the left hand of a website. On the right side a list of documents. The user can drag a document from the right and drop it in the left side. I'm using jquery and ajax ...
0
votes
1answer
316 views

How can I get mouse coordinates in real time when dragging an element in QML?

I have a program written in Qt, who uses QML. I'd like to know if it is possible to know the coordinates in real time during the drag of an element. Actually, I use a custom image that replaces the ...
0
votes
0answers
49 views

How to recreate animation as in “PATH android app ” in their user profile page?

In path application the user can drag the profile info down to reveal the image of the user . I need same animation in our app . Can anyone guide me how to create this animation in android ? I am ...
1
vote
2answers
187 views

XNA Game does not update while “dragging” window, any event handlers?

I'm new with XNA and C#, and I've come to the point in my XNA project where I need event handlers to predict when the game loses focus so that I can sync music and visuals once it gains focus again. ...
0
votes
1answer
165 views

[WPF]: How to expand treeviewitem while performing drag and drop operation

When performing dragging over TreeView I want items to expand automatically when mouse cursor is over them for some time (eg. 2 seconds). What would be the approach to solve this problem? Ideally ...
1
vote
0answers
50 views

Java swt drag object into “dead space” to create a new window

I'm looking to emulate window dragging with my software. I currently have canvases that act like its own window in a view. I've created a drag and drop between them and this works all very solid. ...
0
votes
1answer
168 views

Pinch zoom and drag of a imageview goes away from screen?

I need to drag and pinch zoom the image view. I surfed the internet and got code from here. It works well, but when I zoom more, it exceeds the screen. I want to keep the zoom and drag within the ...
0
votes
0answers
146 views

How to drag and drop column values in a table/grid?

I have an existing Silverlight application that allows one to click on a column cell and drag to the left or right in the row. When this is done the value from the original cell is copied into the ...
0
votes
2answers
143 views

reorder list elements with mouse jquery

I have floating list elements and I want to make them draggable with mouse and move them to reorder. The structure is as follows: <ul> <li>item1</li> ...
0
votes
1answer
70 views

Drag and Drop of Special Shell Objects To WPF

I'm implementing a drag and drop operation, which works perfectly fine for files, folders, links, URIs, etc. The only thing left is windows special shortcuts, such as the "Programs and Features" ...
0
votes
1answer
75 views

Drag and Drop with clone produces circle-slash

The code in question is written in straight javascript under Visual Studio 2010 asp.net. I'm dragging graphic parts onto a diagram. I use drag clones. When I click on one of these graphics, the ...
0
votes
0answers
129 views

Android: zoom/drag after picture taken

I want to create a simple app that uses camera, offers "zoom" and "take picture" options. After taking the picture I want to zoom it and drag it. I looked for some implementation and find ...
0
votes
1answer
73 views

Use a Rubber Band like the one displayed at Windows Desktop

Is there a class that lets me use the same rubber band used on Windows Desktop? It's something like this: If you see closely it's when you keep the mouse pressed and drag it over the Windows ...
2
votes
2answers
315 views

jquery html 5 dragstart .on('dragstart',function(e){}) e.dataTransfer.setData() doesn't work

chrome throw err: Cannot call method 'setData' of undefined, I find the e is not equal to window.event(it havn't propert dataTransfer);both has very big different I find both almost equal in the ...
2
votes
0answers
72 views

.droppable doens't give visual feedback on second drop

I've got multiple drag and drops (jquery-ui). In separated div's. When I drag the draggable and drop it outside the droppable and then drag it again and drop it on the droppable it doesn't give ...
0
votes
0answers
171 views

android OnDragListener ACTION_DRAG_LOCATION called only a few times

I implemented an OnDragListener and notice that DragEvent.ACTION_DRAG_LOCATION is called only a few times (2-4) when I drag my shadow around on top of a view (a view with this listener). After that, ...
2
votes
1answer
195 views

Using Raphaël with ZPD (Zoom-Panning-Drag) plugin - Zooming doesn't go with cursor

I use Raphäel and the Raphäel Sketchpad library to create a sketchpad in the browser, which works fine. I have implemented Rapäel ZPD (https://github.com/andrewseddon/raphael-zpd) to do ...
-1
votes
1answer
247 views

Horizontal Paging/Swipe views

I have a quiz app which loads questions into a textview, answers in radiobuttons which is wrapped in a scrollview. Currently I'm using next and previous buttons which work but I'd rather use swiping ...
1
vote
2answers
174 views

'Adapt' my current UISwipeGestureRecognizer code for flicking through images to an iPhoto style utilising UIPanGestureRecognizer

I use the following code to swipe left and right with a UISwipeGestureRecognizer to show photos in my app in a similar way to iPhoto. CATransition *animation = [CATransition animation]; ...
0
votes
0answers
91 views

WP7 how to make custom slider that enlarge its thumb when pressed

I want to make a custom slider, that allows user to pressed on the thumb. When the thumb is pressed, it is bigger. I follow the tutorial here. The thumb theme is changed. But it uses Rectangle as its ...
0
votes
2answers
197 views

WP7 how to handle Flick and DragDelta event

I want to make a sliding panel in Windows Phone 7, like the status panel in Android, that supports Tap, Drag and Flick gesture. I'm using toolkit GestureListener for my StackPanel. It works for the ...
0
votes
0answers
207 views

Drag and zoom on canvas

I'm developing a turn based strategy/rpg game. The player will use the UI to give commands. While the canvas will be used to show the game board. The UI is stored in a XML file (shipcombatui). I have ...
1
vote
2answers
212 views

jQuery UI draggable divs break on scroll

I have a setup for dragging divs on one of my sites, though rather than post my exact code I'll post a site with examples, there are many different examples but they all share the problem: ...
1
vote
2answers
49 views

DnD - Why is dragged label displayed below other components?

I've written a basic DnD program that has four JLabels in a row. I've noticed that when I drag a label to the left, it is displayed below the next label. However, when I drag the label to the right, ...
0
votes
0answers
127 views

jScrollPane arrows not showing and drag size not adjustable

I am using jScrollPane (jScrollPane - v2.0.0beta12 - 2012-09-27) in JQuery Mobile application for horizontal scrolling gallery of thumbnails. I have 2 problems: 1. I am not able to control the size ...
0
votes
2answers
73 views

Is there a way to make an absolute positioned div draggable to a wider width using jQuery?

Here I have an example of a div that is animated on click to expand its width. Is there anyway I can achieve this with a drag instead of a click? What I'd really like to have is a draggable item ...
1
vote
0answers
83 views

Overriding the default drag behaviour in IE<9

EDIT: JSFiddle --> http://jsfiddle.net/mcD3h/2/ I've written some javascript to allow a user to pan around an image on the screen. This works fine in Chrome, Firefox and IE9 but in IE7 and IE8 ...
0
votes
0answers
152 views

Openlayers select doesn't work in vector layer with Path drawfeature

My goal is to create two layers where user can draw polygon in one and line features in the other. Components in both layers should be draggable/selectable even when the draw control for a certain ...
0
votes
1answer
120 views

Qt + Necessitas + Android - drag and drop preventing display re-paint

The current ALPHA 4 version of Necessitas (Qt port for Android) has a bug with drag and drop. The drag in drop works fine except it blocks the event loop preventing the GUI getting re-paint events. I ...
1
vote
1answer
252 views

Javascript drag and drop code works on div but doesn't work on img

I'm fairly new to JavaScript, so any help would be awesome! I created this small block of code that let's me grab a div and drag it around. I assign the "dragme" id to the div and all is fine and ...
0
votes
2answers
55 views

Draggable UIImageViews copies

I need some help... I need to make an exact copy of subclassed UIImageView that has drag and drop enabled, so I can drag it but leave a copy to replace it or simply making a copy that I can drag to ...
1
vote
1answer
130 views

DragMove prevent preview mouse up

I have an application that I want to move the window the problem is that all images that had a preview mouse up now are not working. This is the windo event: private void Window_MouseDown(object ...
0
votes
1answer
95 views

control-drag from view controller in ipad storyboard to toolbar not auto-scrolling storyboard

I just saw a video demo of control-dragging from the view controller icon for an ipad storyboard at the bottom of a view controller to the toolbar within that view controller. While the view ...
0
votes
1answer
603 views

Projectile Motion with Drag Force Matlab

I'm trying to model projectile motion with air resistance. This is my code: function [ time , x , y ] = shellflightsimulator(m,D,Ve,Cd,ElAng) % input parameters are: % m mass of shell, kg % D ...
0
votes
1answer
53 views

How do I stop List Items from jumping when dragging in chrome?

I'm using two UL's and scrolling them horizontally using javascript, but they jump about 10-20 px when the list items are dragged between the lists. This happens in chrome, but not in firefox. Problem ...
2
votes
2answers
675 views

ipad storyboard in xcode cannot drag button

I'm running xcode 4.5.2 to write an iOS app for both iphone & ipad ("universal" app). I'm able to use the iphone storyboard to drag & drop buttons, labels, etc onto it. In fact I have ...
0
votes
3answers
1k views

Zoom event overrides Drag behavior in d3js

I'm trying to implement both dragging and zooming event handlers for a circle item using d3js. I've added behaviors for both events as given below var circle = svg.append("circle") .attr("fill", ...
4
votes
2answers
378 views

Disable links when clicking and dragging to scroll (jQuery)

See fiddle: http://jsfiddle.net/mrcarllister/Z2GjN/ Basically, I've got the click-drag-scroll working EXCEPT when you click and drag on an anchor/link. It only seems to be when the mouse cursor ...
0
votes
0answers
71 views

jquery drag direction control

We want to stop drag of an element if its out of the parent offsets so that it doesn't overscroll, but it should be able to scroll in any other direction. I tried: function init_drag(){ ...
1
vote
0answers
33 views

center a item vertical on drag touch detect overlap

I need to position the center of each column each item after a few seconds in the red rectangle touch and detect which item is more inside the red rectangle, to move to the center. link here <div ...
1
vote
2answers
88 views

Prevent Image Drag Selection

I have looked all over the internet, but have found nothing that works. I want my image not to be selected, like a div with a background image (<div style = "background-image : 'moo.png';"> ...
0
votes
0answers
204 views

Android-Multitouch-Controller, ability to rotate/drag/pinch TextEdit together with its background image required

I've implemented this android-multitouch-controller for simple images that I wanted to be able to rotate and drag and pinch, but now I need to do the same for an EditText with a background image to ...
0
votes
3answers
75 views

Make one form move another one at the same time (C#)

I have a main form Form1, and a secondary one, LogForm. When LogForm first appears, it should have its upper left corner touching Form1's upper right. I can do that part. However, I would also like ...
0
votes
0answers
102 views

rotate (tween) FLV with as3

I've got a FLV. It plays nice. Now. I've got a draggable object (a flying sheep). When you drag it to the left, the globe beneath it turns right (and the other way around), so you get the feeling you ...

1 2 3 4 5 18