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
3
votes
2 answers

Shockwave Flash Object into C# Surface 2.0 Application, toolbox item hidden

I am developing an application for the SUR40 Surface 2.0 table. I am developing in MS Visual C# 2010 Express .Net Framework 4 Client Profile. Now I need to embed a Flash file (*.swf) into the Surface Window. I followed these steps and I am stuck at…
Ron van der Heijden
  • 14,803
  • 7
  • 58
  • 82
2
votes
2 answers

Is there a SurfacePopup control in Surface 2?

We've been working on an application for the last few months that's aimed at Windows 7 tablet PCs. So we've used the Surface 2 SDK for most controls and it's all touch-happy. I have noticed recently, though, that one of our custom controls isn't…
Matt Winward
  • 1,255
  • 2
  • 15
  • 43
2
votes
2 answers

Why do mouse events get promoted beside Touch events?

I would like to know please, how to prevent WPF promoting mouse events when the source of the event is a touch ? I read the article of JoshB here but, the mouse events keep getting triggered, although I did e.Handled = true; Here is what JoshB…
simo
  • 23,342
  • 38
  • 121
  • 218
2
votes
0 answers

Using ShowWithoutActivation

I am attempting to run a XNA app with ShowWithoutActivation so that it comes up without stealing focus. I'm attempting to do this for an open-source branch of SurfaceToTUIO, which runs on the Microsoft Surface SDK built on XNA. The app I'm…
JoeProgram
  • 168
  • 1
  • 10
2
votes
4 answers

Importing WMF (Windows Metafile) or any other vector file into a silverlight project

Is it possible to import WMF (Windows Metafile) or any other vector based file into a silverlight project?
Sel
  • 53
  • 5
2
votes
1 answer

Surfacelistbox Drag Drop (Stop Rotate!?)

I have implemented drag drop functionality to a surfacelistbox as explained here (http://msdn.microsoft.com/en-us/library/ff727837.aspx). It's the exact same code I have. I was wondering if it's possible to access a CanRotate property somewhere to…
user1017882
2
votes
2 answers

SurfaceScrollViewer: getting touch on nested children

I have the following piece of code, which is part of a WPF 4 UserControl:
Tilvia
  • 261
  • 1
  • 4
  • 14
2
votes
3 answers

How can I attach event handlers to items generated using databinding in WPF?

I am developing for a MS Surface unit and am using a ScatterView to display some data. The scenario below probably fits a normal ListBox (and ListBoxItems) too. When I databind the ScatterView, WPF automatically wraps the contents of the…
Bart Roozendaal
  • 815
  • 2
  • 9
  • 21
2
votes
0 answers

How to scroll an Surface LibraryBar item into view?

using WPF4 and Surface Toolkit 1.5 Beta I am adding items to a LibraryBar in a button click handler. I would like to have the LibraryBar scroll to the latest added item, like in this pseudo-code (Shortcut is a data class of my project): private…
HeBu
  • 125
  • 1
  • 8
2
votes
1 answer

Surface Table Project with Web Browsers

I'm working on a project that will use a Surface table to show web browsers that can be manipulated via the multitouch behaviors. I'd like to be able to show a browser at full screen and then resize, move, etc. I'd also like to be able to launch a…
Eric
  • 2,061
  • 8
  • 28
  • 37
2
votes
1 answer

SurfaceListBox Selected Item Template

I am using the Microsoft Surface SDK and I am having trouble styling the selected item. So far I have:
tcables
  • 1,231
  • 5
  • 16
  • 36
2
votes
1 answer

Global Uncaught Exception Handler in Microsoft Surface?

Is there a possibility to register a global uncaught exception handler in a Microsoft Surface application?
anon
2
votes
1 answer

How can I create simulated contacts in a surface table application without the simulator?

In a Microsoft Surface 1.0 SDK project based on WPF, I'd like to transform contacts captured in a small part of the screen to match the whole screen (like a virtual touchpad). After capturing a contact and transforming it's position and orientation…
HeBu
  • 125
  • 1
  • 8
2
votes
2 answers

WPF: how to bind lines to UI elements?

I use this method to bind a Line to the center of two ScatterViewItems: private void BindLineToScatterViewItems(Shape line, ScatterViewItem origin, ScatterViewItem destination) { // Bind line.(X1,Y1) to origin.ActualCenter …
anon
2
votes
1 answer

Current State of MS Surface

I saw this question and it got me interested as surface caused a big fuss when Microsoft first showcased it, I worked for Microsoft at the time and we had a few of them in the office but they were always surrounded by people. But snce then I have…
kyndigs
  • 3,074
  • 1
  • 18
  • 22