Questions tagged [movable]
52 questions
0
votes
0 answers
Editable List in SwiftUI does not work with Transferable
I wrote a short program to test Transferable with a List of objects for an easy implementation of drag and drop. My list already provided movable items (taking for granted from the SwiftUI List). After I added Transferable that functionality was…

enovatia
- 230
- 1
- 12
0
votes
1 answer
How to make the records movable?
In rails 3.1
I want to make the db records movables, with a Move up and a Move down link in ecah one. For example, if I have 4 records:
Title 1 [up] [down]
Title 2 [up] [down]
Title 3 [up] [down]
Title 4 [up] [down]
I could click in the Title 3's up…

Shruthi R
- 1,863
- 4
- 39
- 77
0
votes
1 answer
Moving verticle lines around in a Matplotlib plot?
I have been looking around for a while and cant seem to find much on moving elements around after they have been plotted. I have a series of vertical lines plotted and if they are to close together i would like to be able to space then out a bit…

Alan Manning
- 1
- 1
0
votes
0 answers
I need to create labels programmatically that the user can then move. I would then need to be able to capture the X and Ys of that new location
I have a VB.net windows form application that will be used for users(our inside people) to customize the locations of certain variable data fields for a particular customer's needs. Each product type has certain fields that are available to be used…

tromba99
- 1
- 1
0
votes
1 answer
Upgrading MovbableType to 4.32 creates a javascript error with custom fields and kills FCKeditor
Has anyone run into this issue before?
Uncaught ReferenceError: custom_fields is not defined
Then MT generates this in the…

Nic Aitch
- 628
- 8
- 14
0
votes
0 answers
How to create a movable panel in wx python
I would like to create a wx interface with connectable devices like in the music connection software "catia" or in blender nodes.
Sorry I don't have a code yet. I know how to create a wx panel, but I don't know how to make it moveable by clic and…

Raphaël Poli
- 74
- 10
0
votes
2 answers
Move constructor for a class
I have written two classes and I have a problem putting them in a vector:
#include
#include
#include
class A
{
public:
std::ofstream filestream;
int aa1;
int aa2;
int aa3;
int aa4;
int aa5;
…

ar2015
- 5,558
- 8
- 53
- 110
0
votes
1 answer
How to make a div draggable and come back to its original position on drag end
Is it possile using jquery to make a div draggable in such a way that it comes to its original position when the drag end.???

Shahid Karimi
- 4,096
- 17
- 62
- 104
0
votes
2 answers
DOJO Resizing a div
I have a div with id "panelContent", I want to resize the div, my current dojo program can move a div i also want to resize it, can anyone help me out.
Thanks in Advance.
Javascript code :
require(["dojo/dnd/Moveable", "dojo/dom", "dojo/on",…

Harsha
- 23
- 7
0
votes
0 answers
I want to make borderless HTA window move with mouse
I like batch-file programming, but it runs quiet, I dont want to expose the code, so I decided to make a HTA window to show its running..
Even if its showing, I want it borderless, but which can not move, so I need it to be movable or move with…

n0f3a6
- 9
- 2
0
votes
1 answer
move multiple image view don't work, jumps back to start position
SOVLED
See post below
I use UITouch to move two imageviews. When I move around the imageview1 and release the imageview1 it stay in that position but when I start to move imageview2, imageview1 jumps back to the start position. The same thing…

user3266053
- 175
- 1
- 1
- 10
0
votes
0 answers
move floating button with in the screen height and width
I want to move a button with in the screen I tried following code
it is working but moving out of screen. Is it possible to restrict its movement within the screen.
Also tried to get the screen height and width and set to layout height and width but…

Uma Achanta
- 3,669
- 4
- 22
- 49
0
votes
0 answers
Dojo gfx group - onMoved event & get by Id
I am working on a wireframe kind of project and I am using dojo gfx to create shapes. As of now, this is where I am stuck. I am creating a gfx group (after creating a surface) and add 2 small circles (like a point) to the group. The group is a…

Nesan Rajendran
- 1,653
- 2
- 12
- 7
0
votes
1 answer
Motion event of Touch is not working properly in android
I'm using this code to move a button. movement is happening but the button is sliding down a little bit when start moving.
I'm also changing the color of the button when touched.
public boolean onTouch(View view, MotionEvent event) {
float…

Sourav Roy
- 323
- 4
- 12
0
votes
1 answer
Weird black borders around JComponents in Swing Java
I created a UI with movable components. As I create one it looks like the top most picture. As soon as I start moving it, the space around the button becomes black as seen in the middle. When I go into another window (E.g. safari) the space around…

Josephus87
- 1,126
- 9
- 19