Tagged Questions
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
...
-1
votes
0answers
20 views
How make text drag and drop
I'm working to make a banner generator and fail to make this text drag like this example:
http://darktl.com/ucbg/
Thank you in advance!
9
votes
4answers
365 views
Java 7: How to implement drag & drop in Java?
I am currently experimenting with drag&drop using Java 7 Update 21.
My target operating systems are:
Windows 7
Ubuntu 12.04
Mac OSX 10.6 / 10.8
The requirements are:
drag files from the ...
0
votes
1answer
48 views
Relative layout, mispositioning of images on on different phones
I am developing an android project of dragging and dropping images, using Relative Layout.
The problem here is, the images are sitting in position as expected when I test it on my Galaxy Grand phone, ...