0
votes
3answers
102 views
Dojo DnD: how to access newly copied node on onDndDrop event?
Hi.
I am working on code like the following.
01: var c1 = new dojo.dnd.Source('container1', {copyOnly:true}); // container1 is a div
02: var c2 = new dojo.dnd.Source('container2' …
0
votes
2answers
41 views
UIScrollView only works if the child views aren’t hit
I have a scroll view that doesn't scroll right, I've simplified the code for below.
It draws the view and some horizontal buttons that i add more stuff to in the real code.
If yo …
0
votes
0answers
16 views
Flex Datagrid Drag and Drop into Cell
Hi all, I am creating an application that will allow users to model configuration information by allowing them to Drag and Drop objects from a Flex Tree into a DataGrid.
I know th …
0
votes
0answers
9 views
WPF textbox derived control override drag&drop OnPreviewDrop (C sharp)
Hi,
I have been working on my custom control derived from the TextBox and I have encountered a problem I can not solve right now. Brief description of the problem: my textbox conta …
0
votes
1answer
18 views
Link images/layers in Flash CS4 - making them move together
I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen together. I need them to stay exact …
2
votes
2answers
54 views
How do I handle dragging of a label in C#?
I'm trying to build a form where the user can drag a label and drop it on a text box. I can find an AllowDrop in the text box, but there is no property such as "AllowDrag" in the l …
0
votes
1answer
118 views
Drag/Size Handle implementation
I'm looking for drag/size handle implementations or explanations.
Perhaps I'm using the wrong nomenclature, but I mean the "handles" that appear around an object (mostly in drawin …
0
votes
0answers
7 views
Dragging a particularly large sprite up and down like scroll effect in COCOS2D
I am really stuck on this. My application is in landscape view and on one screen i wanted my instructions image to be scrollable. I have added this image as a sprite. First i tried …
0
votes
1answer
40 views
Actionscript 3 - detecting click to zoom or drag
Hi,
I'm using Actionscript 3, and am building an image viewer. So far, I have the following functionality, based around the "onClick" mouse event:
1) When viewing the normal siz …
1
vote
1answer
10 views
WPF DoDragDrop DragSource
Hi,
The WPF DragDrop.DoDragDrop
method has its firs paramter as DragSource.
Is it way you can obtain this DragSource object in the OnDrop or other drap Drp events?
Thanks
0
votes
1answer
26 views
how to drag in the animation in iphone application?
Hi,
Iphone application is using the static co-ordinates to reach at some points in the application,which is based on the button event.
But what i want is when i drag the item than …
0
votes
2answers
261 views
QT4 Drag Window Without Title Bar
The application I'm working on has a custom UI that required me to remove the title bar from the main window. Unfortunately, I can't figure out how to make it so I can move the ap …
0
votes
0answers
26 views
How can I detect that a user started to drag an item at windows global scope?
hello,
How can I detect that a user started to drag an item at windows global scope?
At the global scope, meaning outside of my .NET form
When the user starts to drag, not when …
0
votes
0answers
18 views
Customize Flex3 datagrid drag
Hello,
I have a flex data grid with multiple selection set to true. If I try to drag let say 10 rows, then all those 10 rows move along with the mouse cursor and it looks really an …
0
votes
0answers
21 views
XamDataGrid Treeview Copy
Hello,
I have two XamDataGrids setup as treeviews.
I am dragging and dropping from one to the other.
I am only allowing one to have records deleted.
But when you delete a recor …
