Questions tagged [pixelsense]

Microsoft PixelSense is a large-touchscreen computer platform released by Microsoft in 2008. Applications for PixelSense are developed in .NET using either WPF or XNA for the graphical interfaces.

PixelSense is a hardware and software specification for computers with large table or wall-mounted touchscreen interfaces.

PixelSense development is done using .NET and a special purpose SDK that contains controls and classes to make use of the hardware. Custom controls include SurfaceButton and SurfaceListBox that understands multitouch interaction.

Before 2012, PixelSense technology was branded "Surface", and many programming APIs still use the old terminology. The Microsoft Surface multitouch tablets are based on the unrelated Windows RT technology and, as of 2012, PixelSense hardware cannot run Windows RT apps, nor can the Surface tablets run PixelSense apps. For questions related to Surface tablets, use the tag .

399 questions
2
votes
4 answers

Surface SDK only for surface

This might be a stupid question, but I couldn't find the answer anywhere. Does the Microsoft Surface SDK 2.0 only work with Microsoft Surface products, or can I use it with other touchscreens? I really just like the way the SurfaceTextBox control…
AXG1010
  • 1,872
  • 3
  • 21
  • 35
2
votes
2 answers

ContactUp event not fired

In my surface application I have a SurfaceWindow with a SurfaceUserControl on. On the SurfaceUserControl I have a SurfaceButton but the ContactUp (and down) event is not fired. The ContactHoldGesture event is fired though. Any ideas?
thomasmartinsen
  • 1,983
  • 14
  • 21
2
votes
0 answers

Managing multi-touch events in WPF

I am writing a program using the Surface SDK and .NET 4.0. I have to distinguish between multi-touch events and I'm having trouble distinguishing between gestures. With two fingers I want to be able to zoom and rotate, but because generally the…
alex_and_ra
  • 219
  • 1
  • 16
2
votes
1 answer

Surface SDK TagVisualizationHostAdapter internal crash

We're working on a SUR40 application that supports tags. But sometimes we get a strange and hard to reproduce crash inside the TagVisualizationHostAdapter when moving a tag. We have a ScatterView that acts as TagVisualizationHost. Below the stack…
Maarten
  • 23
  • 3
2
votes
1 answer

deploy microsoft surface 2.0 application on windows 7 and 8 touch devices

I have made an application & created installer of it , which is deployed on Samsung Pixelsense 4.0 device & working great. Now I want to deploy same application on window 7/8 touch devices , is it possible if yes , please suggest me what…
Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63
2
votes
2 answers

MS Surface animating an SVI along a straight line

So I'm attempting to move a ScatterViewItem from 1 point to the another. I've tried using PointAnimation. However, after the animation completes I can't move the item from the To point. I can spin the item and scale it, but for some reason can…
Joe G
2
votes
1 answer

Enable user to edit CAD file in WPF application

The resources for AutoCAD programming are one in a million; I have a little trouble trying to figure out how to do this. What I actually need (the entire workflow), is to allow the user to import a .DWG/.DXF file, display it onscreen, allow the user…
matt
  • 2,857
  • 7
  • 33
  • 58
2
votes
1 answer

PixelSense Surface 2.0 - Drag and drop out of a UserControl onto a ScatterView and vice-versa

Previously I tried to Drag and Drop an object out of a LibraryContainer onto a ScatterView and vice-versa and it was rather simple being that the LibraryContainer, LibraryStack and LibraryBar support drag and drop events by default. That combined…
Schrödinger's Box
  • 3,218
  • 1
  • 30
  • 51
2
votes
2 answers

Which Design Pattern to use for MS Surface Apps (WPF)?

Background: I'm currently, for my University, creating some simple apps showcasing the possible educational potential of the Microsoft Surface. Their functionality falls somewhere between a basic demo app and a full-fledged production app. Our…
Dave M
  • 315
  • 2
  • 8
2
votes
2 answers

Is it possible to build a flash application with multitouch and tag recognition ability on Microsoft Surface (now PixelSense) table?

We need to do a presentation on a surface table in a very short time. We are buying a pixelsense table very soon. We want to know, is it possible to build a flash application with multitouch and tag recognition ability on Microsoft Surface (now…
mkto
  • 4,584
  • 5
  • 41
  • 65
2
votes
1 answer

Simulate touch input on Microsoft Surface Window

i am trying to use a Anoto-Pen as a TouchDevice with SurfaceInkCanvas. The pen uses a coordinate-system printed on a sheet of paper to derive its position and this positional data then is send to my application. There i try to transform it to…
me.
  • 21
  • 3
1
vote
3 answers

C# UIElement LostTouchCapture OnLostTouchCapture

I am building an application for the Samsung SUR40 in MS Surface 2.0. I cant let the LostTouchCapture work anymore. This is my XAML code:
Ron van der Heijden
  • 14,803
  • 7
  • 58
  • 82
1
vote
1 answer

Replacing the attract app in Surface v2

In Surface v1 it was possible (and fairly easy) to replace the attract app for the device, as per Microsoft's docs. These instructions don't work in Surface v2. The docs for Surface v2 attract only talk about changing the background image, which is…
John Rayner
  • 3,485
  • 21
  • 13
1
vote
1 answer

Convert C# SurfaceListBox into a JSON array

I'm working with the MS Surface table called Samsung SUR40 and use the language C# in MS Visual Studio 2010 Express. What do i want to develop? An API that records the Surface input and parses these to AS3 using sockets. How i want to do…
Ron van der Heijden
  • 14,803
  • 7
  • 58
  • 82
1
vote
1 answer

Drag&Drop Failure with Scatterview Items and Grid Layout

Link to the Image of my App I want to detect if the 2 Pictures on canvas are neary each other, an than make some compare operation with the data that is embedded in the pictures if both are touched an near each other. The brown Area is a ScatterView…
chingo
  • 281
  • 1
  • 3
  • 4