active questions tagged snap - Stack Overflowmost recent 30 from stackoverflow.com2009-12-20T23:23:03Zhttp://stackoverflow.com/feeds/tag/snaphttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1930129/mdi-how-to-create-snappable-internal-jframes1MDI : How to create snappable internal jframesJeffrey2009-12-18T19:09:25Z2009-12-19T01:37:26Z
<p>I am interested in creating a work place consisting of multiple jframes. I would like to implement the functionality that google dashboard uses to dock their frames into a position. I would also like to be able to snap two frames together. Does anyone have any idea how google does this, how it might be done or perhaps code of an open source project that currently does this. I am currently using jinternal frames to implement my MDI. </p>
<p><strong>Edit</strong> : Also, if there is another way to do this that doesn't use MDI, I would not be adverse to switching to a more suitable API. I just really don't want to have to code this from the bottom up if at all possible.</p>
http://stackoverflow.com/questions/1872470/script-to-open-executables-and-snap-to-top-left-hand-corner-of-desktop1Script to open executables and snap to top left hand corner of desktopunknown (google)2009-12-09T08:48:04Z2009-12-09T10:30:11Z
<p>Hi guys
I was just wonderin' in a .bat file, if there was a way to call an external .bat file, or even an *.exe and make it open so it 'snaps' to the top left hand corner of the screen ?</p>
<p>Cheers</p>
http://stackoverflow.com/questions/1811034/jquery-snapped-scrolling-possible0jQuery: snapped scrolling - possible?Fuxi2009-11-27T23:48:31Z2009-11-27T23:54:35Z
<p>hi all,</p>
<p>i'm having a scrollable table with fixed header.
would it be possible to have "snapped scrolling" on the scrollbar - which means that the table rows won't scroll pixel by pixel but snap responding to its row height, for better viewing.</p>
<p>thx</p>
http://stackoverflow.com/questions/1461870/make-vertical-scrollbar-in-datagridview-not-snap-to-cell-top0Make Vertical Scrollbar in DataGridView not Snap to Cell TopFred Clown2009-09-22T18:41:32Z2009-11-10T08:38:02Z
<p>So, I have a DataGridView that has multi-line data. I set the default cell style to have wrap turned on for cells so that the multi-line data is displayed rather than it all being on one line. However, when the data is larger than the DataGridView height the vertical scroll doesn't really work well. It snaps to the top of the cells such that the stuff that is beyond the height of the DataGridView is never visible. When I scroll with the scroll bar it just snaps to the top of the next cell, so I never get to see all the contents of the multi-line cell. Is there a way to add a scroll bar to the cell, or preferably a way to make the DataGridView scrollbar not snap to cell tops?</p>
http://stackoverflow.com/questions/1484578/snap-to-nearest-marker1Snap to nearest markern00ki32009-09-27T21:51:38Z2009-10-03T22:35:53Z
<p>Hi there ,</p>
<p>i am using GoogleMaps and i have 2 or more markers and they are draggable.
I want to snap 2 markers if they are near and merge them into 1.
is this possible ?</p>
<p>Can someone give me pointers .. how i can realize that ?</p>
http://stackoverflow.com/questions/1495789/vs-splitcontainer-control-how-to-implement-snapping0VS: SplitContainer control. How to implement "snapping"?Vibo2009-09-30T02:01:28Z2009-09-30T02:01:28Z
<p>I use Visual Studio (C#) 2008</p>
<p>I've got a SplitContainer - each of its two panels contains one datagridview.
The user can resize the panels by dragging the splitter up and down.</p>
<p>I'd like to implement the "snap" effect - whenever the splitter gets close to the edge of one of the datagridviews, it would "get caught", so that the grid fits just fine and occupies precisely 100% of the resized panel.</p>
<p>How can I do that?</p>
<p>I easily managed to get it working in the way that the splitter "snaps" as soon as user RELEASES the mouse button (when SplitterMoved event occurs).</p>
<p>But I'd like this effect to be visible to the user when the mouse button is still down, so that the user can see in advance that it works that way, and doesn't worry about being precise.
Otherwise it kind of defeats the very purpose of it.</p>
<p>So, basically I'd like that "shadow" of the dragged splitter to snap already.</p>
<p>This should be done in the SplitterMoving event I guess.</p>
<p>But that event does not seem to allow for such functionality.</p>
<p>The SplitterCancelEventArgs do not exhibit any property which would let me re-position the "shadow".</p>
<p>Is it possible then??</p>
<p>It doesn't sound like some very fancy feature to me, so I'm a bit surprised that there's no obvious way to do it...</p>
http://stackoverflow.com/questions/1459368/snap-point-to-a-line-java0Snap point to a line - JavaMylo2009-09-22T10:49:36Z2009-09-22T11:20:10Z
<p>Hi,</p>
<p>I have two gps coordinates which link together to make a line. I also have a gps point which is near to, but never exactly on, the line. My question is how do I find the nearest point along the line to the given point?</p>
<p>Many thanks</p>
http://stackoverflow.com/questions/1229224/snap-com-customization-code0snap.com customization codeunknown (google)2009-08-04T18:46:43Z2009-08-04T18:46:43Z
<p>is there a way to adjust the hover time before snap popups up?</p>
http://stackoverflow.com/questions/1063338/wpf-snapping-controls6WPF snapping controlsoreon2009-06-30T12:19:37Z2009-07-02T15:38:37Z
<p>Hello everyone,</p>
<p>my current free-time project, in order to dive into WPF MVVM, is a "digital" copy of an old puzzle I used to play a lot in my childhood. It basically is a simple puzzle where one has to fill a given space with different kind of pieces so the whole space is filled. But with the extra twist of being in hexagonal space. </p>
<p>Just to illustrate, this is what it currently looks like in WPF:</p>
<p><img src="http://img190.imageshack.us/img190/2553/atomgridmolecule.png"></p>
<p>So basically there is a number of predefined pieces(like the orange one above) which can be "plugged" into the given grid(the gray stuff above). </p>
<p>So the result might look something like this:</p>
<p><img src="http://img30.imageshack.us/img30/2553/atomgridmolecule.png"></p>
<p>I want the user(probably only me^^) to be able to drag and drop the pieces into the grid. I want the dragging to look natural meaning having the correct offset while dragging depending on where the user clicked the piece.</p>
<p>Both grid and molecule are the same control, a custom hexagonal panel control derived from the WPF Panel class. </p>
<p>The problem is on how to do the "plugging in" and especially the "unplugging".</p>
<p>I have two ideas on how I might tackle this:</p>
<ol>
<li>Just color the cells in the grid and hiding the original piece
<ul>
<li>Pro:
<ul>
<li>Zero cost perfect alignment of the cells</li>
</ul></li>
<li>Cons:
<ul>
<li>Recreating the piece at the right spot with the correct mouse offset if dragging out, seems impossibly? hard to do</li>
</ul></li>
</ul></li>
<li>Snapping the piece to the grid and show it on top
<ul>
<li>Pro:
<ul>
<li>Dragging out is a simple dragging operation, just as dragging in</li>
</ul></li>
<li>Disadvantage:
<ul>
<li>Somehow have to align the piece with the underlying grid, some kind of snapping
<br/><br/></li>
</ul></li>
</ul></li>
</ol>
<p>So which approach should I take? Even more important how can I even implement this in WPF? Especially using a clean MVVM way.
<br/><br/><br/>
Thanks so much for your help! Any input is highly appreciated!</p>
<p>EDIT: <br/>
Thanks Aran, I thought so too.</p>
<p>But how do I actually implement this now?</p>
<ul>
<li>How can I actually get the coordinates?</li>
<li>All the orange circles are linked, so how can I "move" or better "plug" them in as one piece?</li>
</ul>
http://stackoverflow.com/questions/918073/guidance-on-snap-to-edge-effect2Guidance on Snap to Edge EffectBrainFart2009-05-27T21:21:57Z2009-06-01T06:27:23Z
<p>I'm having trouble wrapping my head around how to code this, and would appreciate any assistance.</p>
<p><img src="http://agutie.homestead.com/FiLEs/triangle%5Fsquare/triangle%5Fsquare%5F03.gif" alt="alt text" /></p>
<p>The picture above is something I googled quickly, but depicts a decent example. Imagine the squares and triangle are able to be moved around by the user. If the user drags and drops the BGFC square "near" the ABC triangle, I would like to automatically snap/move the square to line up with the triangles edge. The vertices do not have to match (and preferrably won't so the snapping isn't so restrictive), I just want move the square so that its closest edge lines up with the triangles closest edge.</p>
<p>Given access to all coordinates/vertices/angles, is there any reasonably straightforward method of accomplishing this snap to edge effect? </p>
<p>If this is too complex an example, how about simply two rectangles with all 90 degree angles in the same situation? Dragging one rectangle near another and automatically snapping the rectangle to the edge of the other. </p>
<p>I'm assuming there is a mathematical way to pull this off, which I would be happy to research given a push in the right direction. Thanks for your help!</p>
http://stackoverflow.com/questions/118540/what-is-wrong-with-my-snap-to-grid-code0What is wrong with my snap to grid code?travis2008-09-23T01:04:10Z2008-09-23T03:56:48Z
<p>First of all, I'm fairly sure snapping to grid is fairly easy, however I've run into some odd trouble in this situation and my maths are too weak to work out specifically what is wrong.</p>
<p>Here's the situation</p>
<p>I have an abstract concept of a grid, with Y steps exactly Y_STEP apart (the x steps are working fine so ignore them for now)</p>
<p>The grid is in an abstract coordinate space, and to get things to line up I've got a magic offset in there, let's call it Y_OFFSET</p>
<p>to snap to the grid I've got the following code (python)</p>
<pre><code>def snapToGrid(originalPos, offset, step):
index = int((originalPos - offset) / step) #truncates the remainder away
return index * gap + offset
</code></pre>
<p>so I pass the cursor position, Y_OFFSET and Y_STEP into that function and it returns me the nearest floored y position on the grid</p>
<p>That appears to work fine in the original scenario, however when I take into account the fact that the view is scrollable things get a little weird.</p>
<p>Scrolling is made as basic as I can get it, I've got a viewPort that keeps count of the distance scrolled along the Y Axis and just offsets everything that goes through it.</p>
<p>Here's a snippet of the cursor's mouseMotion code:</p>
<pre><code>def mouseMotion(self, event):
pixelPos = event.pos[Y]
odePos = Scroll.pixelPosToOdePos(pixelPos)
self.tool.positionChanged(odePos)
</code></pre>
<p>So there's two things to look at there, first the Scroll module's translation from pixel position to the abstract coordinate space, then the tool's positionChanged function which takes the abstract coordinate space value and snaps to the nearest Y step.</p>
<p>Here's the relevant Scroll code</p>
<pre><code>def pixelPosToOdePos(pixelPos):
offsetPixelPos = pixelPos - self.viewPortOffset
return pixelsToOde(offsetPixelPos)
def pixelsToOde(pixels):
return float(pixels) / float(pixels_in_an_ode_unit)
</code></pre>
<p>And the tools update code</p>
<pre><code>def positionChanged(self, newPos):
self.snappedPos = snapToGrid(originalPos, Y_OFFSET, Y_STEP)
</code></pre>
<p>The last relevant chunk is when the tool goes to render itself. It goes through the Scroll object, which transforms the tool's snapped coordinate space position into an onscreen pixel position, here's the code:</p>
<pre><code>#in Tool
def render(self, screen):
Scroll.render(screen, self.image, self.snappedPos)
#in Scroll
def render(self, screen, image, odePos):
pixelPos = self.odePosToPixelPos(odePos)
screen.blit(image, pixelPos) # screen is a surface from pygame for the curious
def odePosToPixelPos(self.odePos):
offsetPos = odePos + self.viewPortOffset
return odeToPixels(offsetPos)
def odeToPixels(odeUnits):
return int(odeUnits * pixels_in_an_ode_unit)
</code></pre>
<p>Whew, that was a long explanation. Hope you're still with me... </p>
<p>The problem I'm now getting is that when I scroll up the drawn image loses alignment with the cursor.<br />
It starts snapping to the Y step exactly 1 step below the cursor.
Additionally it appears to phase in and out of allignment.<br />
At some scrolls it is out by 1 and other scrolls it is spot on.<br />
It's never out by more than 1 and it's always snapping to a valid grid location.</p>
<p>Best guess I can come up with is that somewhere I'm truncating some data in the wrong spot, but no idea where or how it ends up with this behavior.</p>
<p>Anyone familiar with coordinate spaces, scrolling and snapping?</p>