Tagged Questions
Snap is a web framework for the Haskell programming language.
26
votes
2answers
707 views
Maximize and Aero snap on DockableFloatingWindow
I have the following code to give a undocked floating AvalonDock window the ability to maximize:
class MaximizableDockableContent : AvalonDock.DockableContent
{
public ...
9
votes
1answer
1k views
WPF snapping controls
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 ...
6
votes
1answer
274 views
How to avoid converting among different 'string' types in haskell, using snapframework?
I want to produce the decoded result for POST data. Much code is 'wasted' in converting 'string'. That makes code ugly. Any better solutions?
import Codec.Binary.Url (decode')
import ...
4
votes
3answers
207 views
“snapping” polygons together
I have a set of polygons representing administrative districts. The districts were digitized by hand, and there are small spaces between polygons where the polygons should be touching. There are ...
3
votes
2answers
73 views
How do I work around Old packages that no longer exists in cabal repository?
For example, I want to build the snap-pastie project. But the required package snap-extension-mongodb is not available in the cabal repository.
The same for snap-extension-* packages.
3
votes
2answers
114 views
Heist: How do I insert a dynamic list of sub-templates into a template?
I am writing a site for online surveys. I have a list of questions that all go on one html page and the list is of unknown length. Each question has the form stored in template qu1.tpl and the page is ...
3
votes
1answer
438 views
How can I make a Slider control in WPF that has a single snap point?
For example the 'Zoom' control in Microsoft Word/PowerPoint 2010 has a snap point at value 100%.
I know that there is a possibility to make it snap to specific intervals by setting up ticks, and ...
3
votes
1answer
345 views
how to make a DIV snapping to a grid, via CSS?
I'm trying to figure out how to have a DIV column snapping to some fixed-size grid, via CSS.
Here's the test page I'm working on: http://mapofemergence.com/test/MoEv2/
What I'm trying to get, is the ...
3
votes
3answers
677 views
Algorithm for dragging objects on a fixed grid
I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to ...
3
votes
2answers
884 views
jQuery: snapped scrolling - possible?
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 ...
2
votes
0answers
78 views
Test Snap Web Framework Handler
I want to write little integration tests for my Snap web handlers but I am stuck. Here is the scenario. I have a Snap web handler that (run-of-the-mill style) CRUDs up a type and it looks something ...
2
votes
3answers
77 views
Building a drag and drop puzzle-type interface with snap alignment
I'm building an Android puzzle game where the user rotates and shifts pieces of a puzzle to form a final picture. It's a bit like a sliding block puzzle but the shape and size of pieces is not uniform ...
2
votes
1answer
55 views
Generate Html List in Snap
I want to integrate Snap's templating and Blaze HTML builder by building some HTML and binding it to a tag for use in a Heist template. Here is what I have attempted.
numbers :: Int -> Splice ...
2
votes
1answer
166 views
JQuery UI - draggable() - Snap on rotated pictures
this is my first question on Stack Overflow but have already found numerous answers to my problems in the past. Thank you all for the great work, I hope I'll be able to help back eventually ;-)
I am ...
2
votes
1answer
192 views
NuGet error “External packages cannot depend on packages that target projects” when installing SNAP 1.4
I get the following error when trying to install SNAP 1.4 into a fresh VS2010-project using Nuget 1.3:
"External packages cannot depend on packages that target projects"
Is this a problem with the ...
2
votes
1answer
254 views
Make resizing snap to certain widths of a Window
Background:
I have a window that starts out with a width of 240px, some visual elements can only be displayed a particular way at this width, however resizing is allowed and must be allowed.
If ...
2
votes
4answers
663 views
Adorners for C# Windows Forms
I have a canvas (Panel Control) in my WinForms app where users can drag things like textbox's, labels etc around. But I want to make it easier for them to more precisely align the objects. I've read ...
2
votes
1answer
277 views
MDI : How to create snappable internal jframes
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 ...
2
votes
1answer
357 views
Guidance on Snap to Edge Effect
I'm having trouble wrapping my head around how to code this, and would appreciate any assistance.
The picture above is something I googled quickly, but depicts a decent example. Imagine the ...
1
vote
1answer
75 views
Session is not shared between requests using Snaplet.Session
A simple example of Snaplet and Session here
$ curl http://localhost:8000/sessioin -d "key=k&value=v"
k
getter
$ curl http://localhost:8000/sessioin
getter
I cannot get session in the 2nd ...
1
vote
2answers
94 views
Type error using snaplet-session
The App type
data App = App
{ _heist :: Snaplet (Heist App)
, _session :: Snaplet SessionManager
}
The initializer
...
addRoutes [ ("/ss", companyHandler)
, ("", ...
1
vote
0answers
77 views
SNAP graph analyzer framework
Do anybody ever heard about SNAP ?
I don't mean the first thing come into your mind (framework to build web-application), but the C++ framework to analyze graph's properties. SNAP stands for Stanford ...
1
vote
1answer
215 views
How to Snap linestyle in Actionscript 3.0?
Hai, i am a newbie to actionscript.
i am trying to make a brush tool in actionscript 3, where kids can paint colors inside a circle using the brush. i have achieved this using linestyle. Now i want ...
1
vote
2answers
196 views
jquery drag and drop
I want to know how to clone and append an element to the droppable area with the following code:
$(function() {
$(".draggable").draggable();
$(".item").droppable({
drop: ...
1
vote
2answers
312 views
Getting SNAP(AOP), NInject and ASP.Net MVC 3 working together
Has anyone got the SNAP AOP framework working with MVC 3 and Ninject.
The samples given when adding Snap using NuGet to an MVC 3 project don't specifcally work well with a previously added NInject ...
1
vote
1answer
254 views
css3 simple animate with transform and transition, a sudden jump at conclusion?
I have a simple animation like this:
.elem:hover {
-webkit-transform: scale(1.3);
-webkit-transition: all .4s;
}
When I hover, it scales correctly. But just when it was about to finish, it suddenly ...
1
vote
2answers
195 views
Delphi/visual studio designer like snap-to
I would like an application that i'm working on to have snap-to functionality when moving controls around the designer similar to that seen in Delphi 2006 and higher.
Does anyone know if there are ...
1
vote
1answer
461 views
JQuery or canvas layout tool (snap to grid)
I'm trying to implement some kind of drag and drop snap to grid similar to something like this
http://wordsquared.com/. Was contemplating trying to use JQuery UI and somehow save the position of the ...
1
vote
1answer
402 views
How can I make a Slider (trackbar) to snap only to allowed values using WTL or WinApi
I need to make a custom control using WTL (or WinApi) that contains a slider that snaps only to some of the values. Let's say the range is 1 to 50, and i want to snap only to 0, 10, 20, and any value ...
1
vote
1answer
111 views
Is it possible to detect external applications' window movements on desktop?
Background:
In Windows 7 it is possible to maximize and "semi-maximize" application windows by dragging them to the top/top-left/top-right corner of the screen (the latter two will make your ...
1
vote
1answer
211 views
Grabbing a picture from within an App?
I want my Android app to take a picture, as part of something larger it is doing.
Ideally, I would like to just send out an Intent saying "snap a picture" and get back an image file.
Is there an ...
1
vote
2answers
458 views
Snap-To lines when aligning controls at Runtime
I have an app where users can drag controls around on a Form. But they
re asking me for Snap-To lines to make the alignment of controls easier. I have no idea about the snep-to lines and how to ...
1
vote
4answers
354 views
Script to open executables and snap to top left hand corner of desktop
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 ?
Cheers
1
vote
1answer
505 views
Snap to nearest marker
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 ?
Can someone give me pointers .. how i ...
1
vote
1answer
797 views
Make Vertical Scrollbar in DataGridView not Snap to Cell Top
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. ...
1
vote
4answers
885 views
Snap point to a line - Java
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 ...
0
votes
1answer
114 views
ScrollView/Gallery. Snaps in place. Auto-rotates
Here's what I'm trying to accomplish. And I'm sure I've seen it somewhere so I'm pretty sure it's possible. All the research I've done for rotating banners/marquees/etc haven't addressed this aspect.
...
0
votes
1answer
100 views
JQuery resizable snap to other resizable objects' borders?
I wonder why they didn't develope JQuery resizable with option to snap the resizing object to others (instead of snapping to grid) like draggable ? Does anyone know such a plugin to achieve this ?
...
0
votes
0answers
56 views
Scrollerview snap to nested scrollview
I want to make the parent scrollview to snap when its close to the child scrollview.
The best example of what I want to do is the app store app.
If you check this out you will see that 2 things ...
0
votes
0answers
86 views
How a Slider control in WPF can snap on specific values?
I want to create a slider, with values from 0 to 100 that I can slide like any other slider... but at position 30, 42 and 55 (for example) I want to snap to these values, to make easy to the user to ...
0
votes
0answers
53 views
winforms: draggable items that can snap to the nearest grid cell
I'm just doinkin around learning how to play with draggable controls in winforms and I'm able to make it work. What I'm trying to accomplish here is; if i where to draw a grid on the form, then make a ...
0
votes
1answer
231 views
Snapping to grid in JavaScript
I'm looking for a javascript function that calculates a snap to grid value using a uniformly spaced grid.
Now I have the following code, which works fine as a basic solution, but now I need it to ...
0
votes
1answer
66 views
Stepping over AOP method interceptors in VS 2010
I am using AOP framework SNAP to intercept my methods.
Every time i am in debug and stepping through code it enters the interceptor.
How can I surpass (ignore) this interceptor so when I do F11 (step ...
0
votes
1answer
208 views
Snap draggable cloned element to <div> section
Can anyone check this sample code and can help me in fixing the clone for the dragged element and it should snap to the nearest white block when interchanging the positions
as without cloning it is ...
0
votes
0answers
295 views
JQuery drag and drop problem with snap and drop on top
i am making a draggable shop list and they shouldnt be put on each other. But as i searvh around internet, i couldn't find any solution to prevent putting two elements on each other. Maybe someone has ...
0
votes
0answers
229 views
Drag and Drop Snap to Center of Rectangle
I have a stage with a thin movieclip called finger1 and another movieclip called ringProxy.
I have a drag and drop set up for the ringProxy to snap to the finger1 movieclip based off of finger1.x ...
0
votes
0answers
147 views
Android: Sidebar snap like Dolphin and Firefox
I have a sidebar in my app and I want that it behaves like the ones in Dolphin and Firefox. I tried to use onTouch, but it's not working very well. How can I realize the snapping of the sidebar?
...
0
votes
1answer
472 views
Android antialiasing and pixel snapping
I have a simple ListView with 1 dip border around cells. But depending on position they renders as 1 оr 2 pixel height. As I understand it is due to antialiasing - 1 dip line renders as 1 pixel only ...
0
votes
3answers
66 views
How to take snap shot of a <form> in jQuery?
There are multiple <input /> and <textarea> in the <form>,but none have their id or name.
Is it possible to take a snap shot of every thing inside the <form> and render it ...
0
votes
3answers
1k views
What is wrong with my snap to grid code?
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.
Here's the ...