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
5
votes
1 answer

Identifying mobile devices paired via bluetooth with PixelSense

I want to be able to pair Microsoft PixelSense hardware with multiple mobile devices via bluetooth and I want PixelSense to know which device is which. So if I place two phones on a table, PixelSense should be able to label them by device name. My…
CaseyB
  • 24,780
  • 14
  • 77
  • 112
4
votes
2 answers

Deleting files which have been used in a C# LibraryStack in a Scatterview

I'm new to C#/WPF/Surface programming. I'm using a LibraryStack in a ScatterViewItem in a ScatterView:
fabschu
  • 121
  • 2
  • 8
4
votes
1 answer

How to iterate over the elements in a LibraryStack?

I have the following definition of a LibraryStack:
anon
4
votes
1 answer

Surface Pen issues when dragging and dropping in Chrome and Edge

I'm testing a client's Surface 4 device. As the title suggests, in-page dragging and dropping isn't working when using touch (finger dragging) or the Surface Pen. After some testing it seems this is an issue in both Chrome and Edge, but not in…
4
votes
1 answer

How to disable WPF Tablet Support in Surface 4 Pro?

I've inherited an WPF application that targets Net 3.5, And I have to install it in a Surface Pro 4 (I5). The application is hanging in different points, and I have observed that animations sometimes never fire the completed event (maybe they end up…
SERWare
  • 392
  • 3
  • 15
4
votes
1 answer

Calling two different animations from the same click event

I'm currently working on a Surface application where I need to call two different animations when a button is tapped. How exactly should I be doing this? I'd like to do it declaratively if it's possible. Should I be using MultiTriggers for this,…
bomortensen
  • 3,346
  • 10
  • 53
  • 74
4
votes
1 answer

Surface ScatterViewItem background not transparent

I'm working on a Microsoft Surface and attaching a round image object to a ScatterViewItem. I'm having an issue hiding the background of the square ScatterViewItem. If I go in and set the background to transparent, it's not transparent, it's more…
Joe G
3
votes
3 answers

Interactive 3D object in Surface

How to create a interactive 3D object in WPF? For example it can be a 3D Cube which can be rotated and with "tap" gesture for each side triggering different action.
Sel
  • 53
  • 5
3
votes
2 answers

Inject/simulate WPF routed mouse click events

I have some straight WPF 3.5 controls handling left mouse clicks that I need to use within a Surface app (SDK 1.0). The problem I am facing is that do not work by default. I am thinking of wrapping each control in a SurfaceContentControl and…
wpfwannabe
  • 14,587
  • 16
  • 78
  • 129
3
votes
1 answer

Disable Ripple feedback on Microsoft Surface

I'm doing some WPF development on a Microsoft Surface, and I'd like to disable the ripples feedback (the visual animations you get for each contact down, up, move etc). I can't find a way to disable it, is it possible to do this?
3
votes
2 answers

Best way to test a Microsoft Surface application

Recently I was doing a lot of development in Microsoft Surface application's. I also read something about how these applications can be tested. Currently I'm using Unit tests (package Microsoft.VisualStudio.TestTools.UnitTesting) to test the low…
anon
3
votes
1 answer

Windows 7 Touch

I want to write a WPF-application with support of touch events. But, I have a problem. I installed Windows Surface toolkit for Windows Touch, but none of the Manipulation-events (ManipulationStarting, ManipulationDelta and other) for the Grid are…
Vitali Fokin
  • 203
  • 3
  • 13
3
votes
7 answers

Is there real value in multi-touch interface for a desktop?

I was lucky enough recently to be involved in a Surface project at Microsoft writing an educational game for an upcoming "trade show". I can really see how the collaborative nature and natural interaction of the Surface could be huge in the…
Steven Robbins
  • 26,441
  • 7
  • 76
  • 90
3
votes
1 answer

WPF: Reset the positions of scatterviewitems?

I have a scatterview with some items in it which I place with Orientation und Center. Now I want to have the possibility to reset the positions of the scatterviewitems after scaling, rotating and moving them, while the program is running. At the…
sofri
  • 285
  • 1
  • 3
  • 10
3
votes
2 answers

Ambient Occlusion Shader Effect in WPF?

I guess this is a multi-part question. I can import a 3D model into my WPF application but how do I apply an ambient occlusion shader effect to it? I know with .NET 3.5 SP1 you can do custom effects but that's limited to pixel shaders and doesn't…
cwching
  • 31
  • 2
1
2
3
26 27