The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
154 views

VSTO: How to identify a drag n drop item as an email attachment?

I have a VSTO add-in which allows users to drag n drop emails to an item in a listbox and save it. When a user drags an email attachment I would like to be able to save the attachment only and not ...
2
votes
0answers
40 views

Java Lag when dragging

My problem is more annoying than it is critical to my next steps, but hopefully the fix is simple. I have a background map made up of many square tiles which can be dragged by the user to expose ...
2
votes
0answers
73 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 ...
2
votes
0answers
175 views

Setting drag mode over QGraphicsScene with QGraphicsWebView() in it

I have: self.setScene(QtGui.QGraphicsScene(self)) self.setTransformationAnchor(QtGui.QGraphicsView.AnchorUnderMouse) self.setDragMode(QtGui.QGraphicsView.ScrollHandDrag) where self is ...
2
votes
0answers
152 views

Is there any method forwarding event from UIButton to UIScrollView?

I want to forward event from button which in the scrollview to scrollview when the button touched down and dragged inside. by Using button's "addTarget: action: forControlEvent" function, I can ...
1
vote
0answers
81 views

jQuery UI drag drop swap elements

I cant handle with one thing - swap elements betweens two divs. Here is my code $(function () { $('#container').sortable({ tolerance: "pointer" }); $('#box1').sortable({ ...
1
vote
0answers
345 views

jQuery horizontal scroll div with drag

I use jquery dragdealer (http://code.ovidiu.ch/dragdealer/) to scroll horizontally a div container. It works great, however it's not smooth on touch device and a little buggy on pc. To scroll ...
1
vote
0answers
81 views

HTML5 Native Drag instead of jQuery Draggable

Is it possible to use the HTML5 drag feature as a replacement to jQuery Draggable? The only examples I have seen of the HTML5 version is transporting data around the DOM. Links to examples will ...
1
vote
0answers
106 views

dragging a image in boundary

I want that image only be dragged in its parent view. when user tries to drag it outside the view it will return its original position. basically i'm implementing android unlock type feature. please ...
1
vote
0answers
160 views

Is there a simple way to add “easing” to a parallax?

I've created a fairly robust parallax. It uses a "timeline" concept to show items within a given frame/scene. Clicking on a trigger (date or text) will "zip" the user to that given scene. The user can ...
1
vote
0answers
96 views

Touch and Drag with Flash Builder

I'm working on a not very complex project in Flash Builder that requires a touch and drag events using some images. Everything is working as aspected except a issue i can't get fixed: When dragging ...
1
vote
0answers
78 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 ...
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. ...
1
vote
0answers
84 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 ...
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
0answers
119 views

Zoom, pan and drag a Symbol in Flash

I am trying to modify this script http://www.flashandmath.com/howtos/zoom/ to use a Symbol instead of an Bitmap image. Loading a .swf file is also accepted. Please advice, how can this be achieved. I ...
1
vote
0answers
85 views

MouseEnter equivalent in android

I want to port my windows phone game to android. I used the MouseEnter-event but didnt find anything in android. The workflow is, you touch on area1 and "drag" it on a other area2. Drag means in this ...
1
vote
0answers
142 views

Drag/drop/scroll on mobiles between/within div blocks w/jQuery, and also block overall page scroll

Situation: Mobile phone equipped with jquery, jquery mobile, jquery-ui.touch and jquery.ui.touch-punch, the latter to make quite some things like drag/drop etc available for touch screens. Two div ...
1
vote
0answers
89 views

ios element drag direction

How to find the direction of a dragged element? I want a uibutton to be draggable in either left or right directions. I could move the object but I want to recognize in which direction the element is ...
1
vote
0answers
108 views

Drag and Drop controls and overlapping between

I'm developing a small tool where you can drag and drop controls with the mouse, such as buttons, comboboxes, groupboxes, etc... As the mouse moves, the control moves too, so the user can get a ...
1
vote
0answers
95 views

How to use onTouchEvent in Arraylist of bitmap?

I create a class 'Element' to get bitmap.And ... ArrayList<Element> mElements = new ArrayList<Element>(); ... In surfaceview to draw synchronized (mElements) { for (Element ...
1
vote
0answers
164 views

ios vertical swipe between views

I'm basically trying to achieve this effect. link: http://i.stack.imgur.com/BauJ8.jpg I'm not interested in the folding effect as I have something similar but in how to drag the navigation ...
1
vote
0answers
185 views

NSTableView steals -mouseUp: from mouse drag sequence started inside an NSView sibling

NSView A contains an NSTableView (in an NSScrollView), a child NSView B, and listens to mouse events by implementing -mouseDown/Dragged/Up:. NSView B implements neither of these methods, so the ...
1
vote
0answers
94 views

Highlight letter individually else revert

In my word game I have got a style that shows the user which word to drag and drop the letters on to in order to complete. It then allows the user to drop letters into that area but doesn't restrict ...
1
vote
0answers
198 views

jQuery UI sortable/draggable problems on chrome browsers

Hello stackoverflow members! I would like to ask you, have you seen this issue before? http://www.worldofcoldblooded.eu/jpg.jpg as my mouse is there doing nothing ...
1
vote
0answers
82 views

Prevent window from being dragged between spaces

There is a feature in Lion MacOS allowing a window to be dragged into other spaces. I would like to disable this opportunity for my NSWindow. I have basic window with collectionBehavior set up to ...
1
vote
0answers
81 views

Jquery Drag interface like on http://filippasmedhagensund.com/

we are in the process of building a websites with the characteristics of this: http://filippasmedhagensund.com/ We would like to have 100% width and 100% height responsive "screens" and a drag/slide ...
1
vote
0answers
122 views

Disable links during drag events Javascript

I'm having issues handeling some drag events... What I'm working on is a draggable control panel, and I want to disable click events during the drag. Is there a way to globally disable click events ...
1
vote
0answers
708 views

PageX and PageY with Javascript drag event

I have an browser app that puts a set of crop marks over an image. The crop marks are 100px x 100px and are black forming a corner in the upper right and lower left. The crop marks start at the upper ...
1
vote
0answers
96 views

Restricting connected sortable options

i have a tabbed sortable list system. However i am having trouble restricting what can be dragged into which tab. My javascript as it stands now is like this <script> $(function() { ...
1
vote
0answers
188 views

I can't use the control drag function to hook up a button to action in .h when using storyboard with more than one view controller

Why can't I use the control drag function to hook up a button to action in .h when using storyboard with more than one view controller? Is there another way to do this? Thanks a lot on beforehand! ...
1
vote
0answers
335 views

SmartGwt drag and drop on tree component

I'm trying to move nodes form a tree to another and be able to reparent nodes and so on. In order to get the track the drop event on a node in a tree I have registered a FolderDropHandler pn the tree: ...
1
vote
0answers
293 views

drag, sort and seriliaze from different listi with jquery

I have different list, i can drag an element from a list to an other list, and when i serialize one of these, i get each element .. the one i dragged from an other list to. Problem is when i drag ...
1
vote
0answers
909 views

use dragstart preventDefault to disable browser default image drag , but it disable my drag event also

I try to prevent the browser default image drag in dragstart, but somehow it disable the drag and dragend event also. Anyway i can disable the browser default image drag , but it will still run the ...
1
vote
0answers
129 views

Drag&Drop on a Gallery View

I'm trying to implement a simple Drag&Drop from a Gallery in a ImageView via a touch event.The problem is now i can't slide through gallery to select an image because the event is interpreted as ...
1
vote
0answers
107 views

How to avoid a page in an iframe “bouncing” when pull down from the top?

I have a iframe that display a webpage (eg. apple.com) in my HTML5 page on the touch device like this <div> <iframe class="full_screen" src="http://www.apple.com" /> </div> So ...
1
vote
0answers
128 views

jQuery Resize - having problems

If you look at my site here, when you try to post a tag (button on right), you can move it around and everything and the info part (with the form) goes with it. These two parts (the selection and the ...
1
vote
0answers
448 views

Dragging a popup modal extender inside an usercontrol

I'm trying to use a modal popup extender. But I have a problem when using it inside an userControl. I put the drag property true, and PopupDragHandleControlID but I can't drag the popup. It seams ...
1
vote
0answers
441 views

Draggable transparent windows/forms in c sharp

I have used a png with transparent background in a C# form. I followed the question at Transparent images with C# WinForms and its accepted answer does excatly what I want except the dragging part. I ...
1
vote
0answers
248 views

datalist drag drop items (DataSource server-side)

I'm looking for a datalist control with drag and drop option. I tested Ajaxdatacontrols, it works fine but I can't setup datasource from server-side. Somebody can help me? Best regards,
1
vote
0answers
686 views

Does Android browser lock DOM on touchStart?

I'm trying to build a menu with 5 blocks that the user can spin around. You can see a demo here: http://m.iijax.com/menu.php Works fine on iPhone, (if a little sluggish sometimes, but that is beside ...
1
vote
0answers
146 views

Is there an Event after reordering the TreeGrid of smartclient?

I'm using isomophics smartclient. I have a DataBound TreeGird with drag and drop functionality. If I reorder my nodes the changes are send to the Server. Where do I have to hook into to do something ...
1
vote
0answers
372 views

image drag using javascript

I have an image which i don't want to drag but i want to get that effect. for example :- I clicked on the image and without leaving the mouse if I moved the mouse over the whole screen. I don't want ...
1
vote
0answers
312 views

Only allow drag scrolling while keyboard key is pressed

I'm working on a project where I want to allow users to explore the site by dragging in order to scroll the page. I'm using the jquery plugin Dragscrollable for the dragging and scrolling effect: ...
1
vote
0answers
48 views

(iphone) restrict draggable object's movement in a view?

I'm dragging a view object in it's superview. I'd like to confine it's movement within the superview. How can I achieve this? Thanks.
1
vote
0answers
112 views

How to drag an object from point A to B in DirectX with less frustration

I have to drag an object from point A to B like the scroll bar does it in Windows, the problem here is that the A and B does not have neither X or Y the same, so the movement is horizontal and ...
1
vote
0answers
381 views

WPF RichTextBox: Disable Dragging Text within , Allow Dragging Text outside

I have a UserControl with a RichTextBox in it. It must be disallowed to drag/drop Text within the RichTextBox so the user can not change the visible sort order of the strings in the RichTextBox. ...
1
vote
0answers
92 views

Javascript: Make Rows Draggable Through Input Field Handles

I have created a table with draggable rows. Unfortunately, most of the rows are covered with a large textbox input element. In order to drag the rows, you have to grab the row on the very edge just ...
0
votes
0answers
19 views

Unable to drag and drop element using Selenium Web driver ( Python )

On trying to perform drag and drop using selenium webdriver, the following traceback is thrown . File ...
0
votes
0answers
18 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?

1 2 3 4 5 8