Tagged Questions
The moving tag has no wiki summary.
5
votes
1answer
430 views
Points moving along a curve within MATLAB
I have managed to edit a piece of code that was given to me in order to show a point moving along a curve.
I am trying to find a way to edit this in order to create two independent points moving ...
4
votes
1answer
163 views
How to make a form float in a workarea as it is the screen (move, size, maximize, minimize)?
I try code published by Freddie Bell at What is the best way to make a Delphi Application completely full screen? question, as is what i needed.
I also set minimun size to be the original size.
...
4
votes
3answers
2k views
Android: Moving background image while navigating through Views
After searching for days to find a solution for my current problem, I'm addressing to you. :)
What I want to have is a background image, which behaves like the stock homescreen or the weather app ...
4
votes
3answers
358 views
visual studio 2008 toolbars keep moving inexplicably
While I'm working, at various times that don't seem terribly random, the windows keep moving around.! This is a picture of my Visual Studio layout. It's across two screens, so the Solution Explorer ...
2
votes
2answers
135 views
Calculate Exponential Moving Average on a Queue in C#
I have a simple class for calculating the moving average of values I add to it. I use it like this:
MovingAverage ma = new MovingAverage();
ma.push(value1);
ma.push(value2);
...
...
2
votes
2answers
157 views
How can i detect if the mouse is moving both within and out of the bounds of my window in WPF/C#?
I have a small video app that i would like to give vlc-like functionality. By that, I mean having a certain element disappear and appear on mouse move or mouse not moving. I have a rough concept of ...
2
votes
1answer
52 views
Moving NSPanel by background with some NSViews on it
I have a NSPanel. When the panel is empty, is moves well with holding and dragging it's background. However, If I put something on it, the area covered by new view won't be draggable anymore. As an ...
2
votes
1answer
73 views
Is there a cheat list/tutorial for Eclipse/NetBeans Dev moving to Visual Studio?
I'm a Java developer and I'm very familiar with Eclipse and Netbeans (I've memorized a bunch of shortcuts!). However, my advisor new research uses Windows and C#. So I need to learn C# and move to the ...
1
vote
1answer
57 views
Moving Background Using HTML or JavaScript
I'm trying to create a similar effect as the background shown in the website below. Would prefer HTML if possible, if not JavaScript should be fine. Thanks!
Example
1
vote
2answers
151 views
Why Frame by Frame animation is not working properly?
I want to show a jumping bird. I have different images of that bird in different positions. I am using Frame by Frame animation for this. It gives run time exception resource not found.
Here is my ...
1
vote
1answer
105 views
How can I make an image move positions in HTML?
I know, I am crazy, considering I am literally just learning HTML. But I am attempting to design a website for my brother, and he REALLY wants this. Please be very directional with your responses. I ...
1
vote
3answers
77 views
How to make a sprite bounce, with gravity?
Ok, so I've been following a tutorial about floats, and making a sprite move at a speed
lower than 1 pixel per frame. Pretty easy. Now, I get the following assignment:
Add a gravity influence to ...
1
vote
0answers
83 views
Image moving in Android [closed]
There are two images among them one is stable in center n the other images moves as per the movement of device means if we moves our handset from horizontal to vertical then the image should strike ...
1
vote
1answer
113 views
Moving image for android
<--------------------------- image direction ---------------------------------------
------------------------------> Image.PNG <---------------------------------------
...
1
vote
3answers
120 views
File moving according to substring derived from file name
Ihave started a simple script in order to move files of a certain prefix to a folder of the same name eg: W100_11.jpg W100_12.jpg in to folder W100.
Thanks to help from the answers below I have ...
1
vote
2answers
73 views
DataGridView Moving
I am trying to move selected rows from one DGV to another DGV at the click of a button.
I really don't know where to begin..
I have two seperate DGVs that are bound by a DataSource..
...
1
vote
2answers
355 views
Moving files/directories older than 7 days
I have this code to find files/directories older than 7 days, then execute a mv. However I realise I need a different command for directories and files. -type also does not support fd - a manual says ...
1
vote
1answer
179 views
TileMap with swing (Java)
i'm looking for this effect, but PulpCore doen't works with swing. Do you know what library use, or how to make a TileMap? Also, I'd like to move forever in it.
Thanks.
1
vote
2answers
170 views
c# how to create a teleprompter like application in winforms?
im developing a c# winforms application. i cant find a solution to this probably because im new.
i need to create a teleprompter like text that scrolls from bottom and goes up in a loop.
is there any ...
1
vote
1answer
392 views
Move NSView around until it hits a border
In a Cocoa-based App i'm having a canvas for drawing, inherited from NSView, as well as a rectangle, also inherited from NSView. Dragging the rectangle around inside of the canvas is no problem:
...
1
vote
1answer
204 views
Moving enemy in 2D?
Basically I want to move my enemy from one position to another.
There starting position is not a problem... neither is the place where they are suppose to go.
The problem lies with the how they get ...
1
vote
1answer
110 views
how can i do, a image has moving? user is going to take it and move it with the mouse raphael javascript
this is the idea..
i want to put a image... and the user is going to move it, in any part he wants, first i use the image
var R = Raphael("hello_world", 800, 800),
elipse = ...
1
vote
6answers
891 views
CSS: How do I stop hover effects from pushing my text?
I hope you understood the question, you can see an example here:
http://jsfiddle.net/nFbJY/
When you scroll over any of the links they move :(
Any advice on how to solve this issue?
HTML:
<div ...
1
vote
1answer
220 views
Prevent partial-caching of web resources
I have a web page with a resource at a constantly changing address. For example, the web page might be at http_://www.mysite.com/?page=page1 and it might contain an image ...
1
vote
1answer
177 views
Copying ASP.net project to another IIS
I had an ASP.net project and I've copied and pasted the source files to another computer, but when I try and run them on this computers localhost:
Error Summary
HTTP Error 500.19 - Internal ...
1
vote
1answer
238 views
moving multiple controls
Hi
I need to move a multiple textboxes with a mouse cursor.
I decided that I do it that way.
If a textbox is clicked (and Control button is pressed) textbox is added to list of selected items. Then ...
1
vote
2answers
365 views
Fixed gradient with a moving rectangle?
I have a WPF 'monitor widget' that displays CPU, RAM and disk performance as small percentage bars. I use the following gradient as a resource to divide the bars into 4 sections (ie. 0% - 25%, 25% - ...
1
vote
3answers
348 views
Moving Git Projects between computers
I have a project that i use at two places(i dont use git server).
When i copy the project at second place i have to check-in all the files(but they have not changed), git shows me for example
@@ ...
1
vote
2answers
164 views
Looking for a JS library to move text
I'm looking for a javascript library that will allow me to drag text over an image with some resize handles that will automatically wrap the text.
I've tried doing some searches but don't think I'm ...
0
votes
2answers
35 views
Scp as background job?
Here is the problem:
i must move some files from one host to another, ok i use scp for
it.
But i need use it without blocking console, so should use scp &. But my job will killed after ...
0
votes
1answer
20 views
Moving the svn repository along with trac from one server to another
I inherited the svn repository along with trac system. They were held on Ubuntu. The authorisation was held by subversion.
I have to make them run under VisualSVN with Windows authentication. What ...
0
votes
1answer
41 views
Slideshow moving, not appearing on page
I've got a slideshow that keeps moving (dropping down, out of view) on the page, the nav (dots) are displayed always in the correct place and never move. I've tried a couple different solutions but ...
0
votes
1answer
39 views
jQuery Galleria - thumbnails moving
This is my website: 3dKoncept
How to move list of thumbnails into yellow div section? Any idea?
0
votes
2answers
40 views
Are there javascript issues with IIS?
I am in the process of moving a good number of websites from a Linux based server to a Windows Server 2008 R2 with IIS7. I am testing some sites we have to make sure everything will work when we ...
0
votes
0answers
13 views
What can I do to keep my page from “changing” or “moving”?
The site does not move as long as the person viewing it has a resolution of at least 1280x960. It seems that everything under that screen resolution will cause the page to "move" if too many search ...
0
votes
0answers
14 views
Problems with moving Xcode Project
I'm having trouble while moving a Xcode project.
Since I localized the info.plist and main.xib I can't move the project into another location on my mac.
When I move the project, the files get red and ...
0
votes
1answer
79 views
AS3 moving/scrolling text up/down
I am trying to move up and down in AS3 with the code below:
It's not working because its moving the entire container up and down not just the text.
Up.addEventListener(MouseEvent.MOUSE_DOWN, ...
0
votes
1answer
37 views
moving 60 d correlation in R without for/while loop
I have a matrix with two columns. I want to calculate "running" 60-day correlation between the two columns. Is it possible to do this R way, ie without using for/while loop.
basically my t day calc ...
0
votes
1answer
208 views
jQuery and WebGL - moving a div on a mouse move
So, what's the problem? I've got a div with "position:absolute" property. Now - I was wondering - can I move this div with jQuery (or simple javascript), each time when the mouse moves? And it's about ...
0
votes
3answers
47 views
Div moves down on one page
My page links(nav_btns), inside of my nav div, move down only on the contact page. The problem occurs upon page load, in 3 different browsers (Chrome, Firefox, IE9) and is not dependent upon page ...
0
votes
1answer
48 views
Moving controls from one stackpanel to another
I have a bunch of buttons on a stackpanel which I want to programmatically move back and forth on demand. I'm struggling to get the visibility/alignment correct. It appears that the buttons seem to ...
0
votes
0answers
44 views
moving image between 2 div
Suppose I have 2 html div: divA and divB, that are absolute positioned.
divA contains an image that I want to smoothly animate from its divA location to a target known position from divB.
Of course ...
0
votes
0answers
65 views
IIS redirecting pages under the redirected subdomain virtual site?
In an effort to reduce administration we decided to make our content more dynamic to standardize, reuse code and reduce the number of sites and folders we have to maintain. As part of that, we moved ...
0
votes
2answers
137 views
Powershell, Mass moving files of a certain type
I want to make a script which will take a parent directory which has a number of child directories which have files in them. Using a listing I wish to move all of the files in the child directories in ...
0
votes
1answer
92 views
WPF : Move and resize window at once time
in Win32 API, a SetWindowPos provided a function easy to move and resize window at once.
but in WPF, WPF Window dosen't have a method like SetWindowPos. So I must coding like following style:
...
0
votes
1answer
174 views
circulating an image with jquery around a circle path
how i can circulate an image with jquery around a circle path ?
please check the picture. i want something like this.
http://i.stack.imgur.com/I74mZ.png
red is moving on path
tanks a lot
0
votes
1answer
53 views
JS/jQ - Move horizontally across containers
I have a series of DIV elements with more DIV elements inside of them, of variable lengths. As example code to simplify the matter...
<div class="container">
<div ...
0
votes
0answers
353 views
Android: Parallax Scrolling in an app?
I've been Googling for nearly 5 hours straight and haven't come up with an answer nor found any simple code snippets. How would you go about implementing parallax scrolling in an android app?
0
votes
2answers
39 views
Problem with certain code…?
I'm making a program (in java) that when you press a start button it makes a line (created by making a oval that moves but not cleaning the screen) that bounces off the JWindow walls. I have three ...
0
votes
0answers
52 views
how to detect wether the UIImage is moving
I am creating an UIImageView through timer which is called in touchesended and moving it. After completion of animation I am removing its object. If I touch the screen continuously 6 to 7 times, one ...