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

WPF Listbox change container at runtime

For my project i need a scatterview but let's call it a listbox for people who don't work with the surface sdk :) , and it's bound to an observablecollection of objects in my viewmodel. Depending the kind of object, i use a different datatemplate…
0
votes
2 answers

WPF Height Animation - Direction of Height

I am creating an app for the Microsoft Surface. I have a WPF control rotated 180 degrees using rendertransform so that people on the other side can use it. There are two of them, one rotated, one not. When a user selects a tab on the control, the…
Andrew Madonna
  • 155
  • 5
  • 12
0
votes
1 answer

Using WPF controls in a Surface application

I'm needing a TreeView control in our surface application. Situation is ive already created a TreeView implementation using infragistics XamlDataTree. Im wondering whether this control set can be used in a Surface application (being that it is a WPF…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

Showing the keyboard in a Microsoft Surface application

I am creating an application that has multipile browsers open. Each browser has its own keyboard to type with but I don't know how to show the keyboard in this application. When the user wants to type any URL, I have to show keyword for each user.
Dharmeshsharma
  • 683
  • 1
  • 11
  • 28
0
votes
2 answers

How to disable inertia with Surface SDK?

I'm using the Surface SDK for the multitouch support. I needed to move 2 sliders at the same time... I've created some SurfaceSlider, works well, except that the control do some inertia after the movement... Is there a way to disable inertia? I've…
mlemay
  • 1,622
  • 2
  • 32
  • 53
-1
votes
1 answer

Windows Surface app installation

I've following instructions to install this custom cordova app that I downloaded. After you build the app, download the .zip file and extract it. To test the app, you use the Add-AppDevPackage.ps1 script. Unzip the file you downloaded from the Apps…
Developer
  • 924
  • 3
  • 14
  • 30
-1
votes
1 answer

Why AppBar behaviors differently in windows surface pro 1 and windows surface pro 4?

I have my app bar defined as below: private void MyBottomBar_Closed(object sender, object e) { if…
spspli
  • 3,128
  • 11
  • 48
  • 75
-1
votes
1 answer

Worklight for Samsung Pixelsense

Does anybody know if you can put Worklight generated content into Samsung Pixelsense (http://multitouch-hardware.eu/microsoft-surface-sur40/?lang=en), or if there can be any possible Worklight integration for this system/device? Thank you
-2
votes
1 answer

Multi touch water ripple WPF

I want to create Multi touch water ripple effect in Surface Application. I am using shader library to create ripple. But It create only one ripple at a time. I Want to make it multi Ripples/ Water simulation type Animation in my Application.
1 2 3
26
27