Microsoft Surface is a series of tablets designed and marketed by Microsoft.

learn more… | top users | synonyms

0
votes
0answers
5 views

JScrollPane touch scrolling doesn't work in IE10/Surface

I've tried searching for this but it doesn't appear to be a known issue. Finger scrolling doesn't appear to work in IE10, even on the main jscrollpane site: http://jscrollpane.kelvinluck.com/ Demos: ...
0
votes
0answers
9 views

TouchUp Events on Sur40 vs. InputSimulator

Are TouchUp Events different handled in SUR40 and on the Microsoft Surface Input Simulator? actualNode.TextContainer.TouchUp += delegate(object sender, TouchEventArgs args) { ...
0
votes
0answers
32 views

add line segments showing the error between points of scatter plot and grid of surface3d

I'm very new to R, and I'm having trouble adding line segments showing the error between points of scatter plot and grid of surface3d. Surface Data x <- ...
0
votes
0answers
7 views

SurfaceScrollView with custom control as content no scroll or no touch

Here is my setup: SurfaceScrollView->StackPanel->*Controls where Controls may be a SurfaceButton, SurfaceTextBox or my own custom controls. Problems: 1) SurfaceTextBox will prevent any scroll ...
0
votes
0answers
13 views

emulate touch drag windows 7

I just recently bought a Surface Pro and love it! The touch and pen combination with the super thin type keyboard and solid Intel processor make it the best machine I have ever had the pleasure to ...
-1
votes
1answer
24 views

Cross platform development on the Surface, SUR40 [closed]

Is it possible to write a Cross platform program for Microsoft Surface pro and SUR40 (win 7). If so what would be the best common langue and how would scaling work? Touch issues? Best software ...
0
votes
1answer
27 views

display a text using a SDL_Surface converted in a texture

As said, I'm trying to display a text using a SDL_Surface converted in a texture here's my code : if (SDL_Init(SDL_INIT_VIDEO) == 0) { //Create a surface switch (method) { case 2: // ...
1
vote
1answer
32 views

How to deploy windows form applications on a winRT tablet (Surface)?

Is it possible to deploy a windows form application to a winRT tablet? Say surface. The target platform for a win form application is either x86 or x64 and not ARM. Hence I am not able to build a win ...
0
votes
1answer
32 views

In Microsoft.DirectX, Converting surface to bitmap

I'm only using DirectX(DirectX for managed Code) in C# (not slimdx) I want to get screenshot of which data type is bitmap. So i want to know how can i convert surface to bitmap. However i can't ...
0
votes
0answers
10 views

Can't move Scatterviewitem on maximum zoom level

i have a problem with the ScatterView. When on max zoom, or even nearly max zoom i cant move the Scatterviewitem in some directions. I am able to zoom in higher at some locations, but on other ...
1
vote
1answer
14 views

Sliding ScatterViewItems from table to close

currently I'm developing a project for the Pixelsense/Surface 2.0/Sur40. I'm wondering if it is possible to slide ScatterViewItems from the table. For me it is the most intuitive way to close an item. ...
1
vote
1answer
57 views

Estimate the gradient of an undefined surface

I want to estimate the gradient (slope and aspect) of an undefined surface (i.e., the function is unknown). To test my methods, here is the test data: require(raster); require(rasterVis) ...
0
votes
0answers
23 views

Surface Mode and SQL Server 2008 Express

We have developed a surface application that uses SQL Server 2008 Express to manage database operations and queries. The test processes in Input Simulator, Windows Mode and Shell Mode on Samsung SUR40 ...
2
votes
3answers
166 views

How to plot a surface with a texture map

I want to plot a surface with a texture map on it, but the conditions are not the "ideal" ones. first lets explain what I have. I have a set of points (~7000) that are image coordinates, in a grid. ...
0
votes
0answers
40 views

Matlab-like isosurface library for c++

Is there any c++ library which has function like isosurface for matlab ? here is the example of what i need here is the example of what i need clc clear n = 30; x = linspace(-125,125,n); ...
1
vote
1answer
48 views

Surface offline maps

I'm developing Surface application, but I came across a problem. I need to develop a control with next abilities: World map on background (should display only continents). I need a way to find out ...
1
vote
1answer
68 views

Is it possible to hide the application tile of a metro app

Is it possible to hide a live tile of a metro app?. After the metro app is installed in a machine the tile for the app is displayed in the start screen by default. Is it possible to not display the ...
0
votes
1answer
28 views

C# Wpf surfaceusercontrol Contact Events not firing

I have a SurfaceWindow. In it is a Scatterview with a ScatterViewItem and in the Scatterviewitem is a viewbox which contains the SurfaceUserControl. I added some ContactEvents to the control like ...
1
vote
1answer
29 views

Qt SDL blit(?) issue

I'm using Qt and SDL to display surfaces on my application, I initialize the widget like said on this page, I blit 2 or 3 surfaces on the window but the only result is a black screen. And when I close ...
0
votes
0answers
11 views

Pixelsense list panning inertia lost when using touchscreen display

This might be difficult for me to explain. I am using a 22" ELO touch device which uses their IntelliTouch Plus controller on a pure glass screen. Here is how that technology works. I've run into an ...
-1
votes
0answers
48 views

installing python packages Windows RT [closed]

my Surface Rt is jailbroken and I can run python on it. I Need to use numpy and other packages. Is it possible to install those? If so how? thanks
-1
votes
0answers
46 views

Get bézier data of a Parametrical surface [closed]

My Homework is to do a Seal in opengl. I want to use Bézier surface for this. I already wrote the algorithm what makes the surface from control patches. Tested with this: ...
0
votes
0answers
12 views

Surface 2.0 Print Tags

In Surface 1.0 SDK IdentityTagGenerator class provide appropriate methods for tags printing. But in surface 2.0 this class missed. How can i print custom tag using Surface 2.0 SDK?
0
votes
1answer
26 views

Changing the Orientation of an item displayed in a LibraryStack

For a project we are trying to implement a simple card stack using WPF and the surface SDK. Everything is going well so far. We use a LibraryStack for the card deck and a ScatterView for the cards ...
0
votes
1answer
24 views

Surface 2.0 SurfaceTextBox get text

I having a SurfaceTextBox with text from a database. The user can manipulate the text with the SurfaceKeyboard. But how do I get the new text the user entered? I looked and didn't finde any example. ...
0
votes
0answers
34 views

Python 3D Surface plots from DataFrame data.

I'm having issues with what I'm sure is a relatively simple task: I have 10yrs closing price of the first 10 3m Eurodollar contracts. Data in a pandas dataframe where the index is the date, the ...
0
votes
1answer
50 views

Surface Runtime Exception on Windows 8

we are experiencing a strange problem with a software we already developed few month ago, today we had to reopen the app for the customer to make some improvement. But a strange exception start to ...
-1
votes
0answers
25 views

How to set SurfaceListBox background to transparent

I have a SurfaceListBox, I want to set its background to transparent, unfortunately, it is not 100% transparent. Please see the attached capture, its container's background is purple, and there is a ...
0
votes
0answers
31 views

Surface at intersection of Clipping Plane and Geometry

I have a geometry with I am displaying using geometry shader in combination with vbo. I also have two clipping planes which are needed to display the portion of the object I want. Now I want to ...
2
votes
0answers
37 views

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 ...
1
vote
1answer
40 views

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 , ...
0
votes
1answer
53 views

Building Windows Store app programmatically

We have a requirement of creating several Windows 8 apps for tablets. There is a common solution and news apps are created by passing different resource to the same code. For Mobile it was a cakewalk ...
0
votes
0answers
92 views

Android Capture Surface Flinger

Many devices does not store final display data in framebuffer. Hence screen capture method will not work on those devices. I want to know how can get the final composition data from Surface Flinger? ...
0
votes
0answers
65 views

SDL_Surface not declared in this scope

I seem to be having an issue with the use of SDL_Surface(s). This is my header file (CApp.h): #ifndef _CAPP_H_ #define _CAPP_H_ #include <SDL.h> class CApp { private: bool ...
0
votes
2answers
60 views

PreviewTouchUp vs. previewTouchDown

I have a UserControl in a Canvas. If I use "PreviewTouchDown" like this: actualNode.TextContainer.PreviewTouchDown += delegate(object o, TouchEventArgs args) { ...
0
votes
1answer
30 views

WPF: Element Binding

I need to link librarybar item's name to sync in a seperate textbock to identify what am i dragging, etc. Is there anyway that i can bind the content text from here: <my:LibraryBar ...
0
votes
0answers
36 views

WPF: Library Container Selected Item

I have a library container that is in barview and binded to an textblock to identify the name of an item. But i can only identify item my selecting items by Index. I can't get item when i randomly ...
0
votes
1answer
64 views

Media player closes while being resumed from recent apps. surface is invalid

I have following case which doesn't work right: Start video player(fragment with media player in activity) Press android home button.(video is paused) Resume activity from recent apps. Expected ...
1
vote
1answer
35 views

Retrieving the data or function of the regression surface in R scatter3d package

Does anyone know if it is possible to view the data used for plotting the surface regression in the scatter3d package in R? What I want is to be able to somehow view the formula (or function) for the ...
0
votes
0answers
52 views

Microsoft Surface LibraryView/Librarybar with vertical scroll and one column (vertical bar)

i am developing Surface Application and stuck with surface LibraryView/LibraryBar control in LibraryContainer. what i want is simply vertcal scrolling instead of horizontal in LibraryView/LibraryBar. ...
4
votes
2answers
181 views

How can I create a triangulated sphere using 'isosurface' function of MATLAB

How can I create a Triangulated sphere with faces of triangles with the same area each one. I want something like this, http://imageshack.us/a/img198/5041/71183923.png and I searched and saw I ...
1
vote
1answer
59 views

SDL_Surface disappears after game runs for several minutes?

after running my asteroids game for several minutes the SDL_Surface representing my ship disappears. Somehow the surface that holds the rotated image (rot) of the ship is getting set to NULL. I can't ...
0
votes
0answers
54 views

Getting raw touch data from the Surface Pro

I'm interested in writing a program to edit the Surface Pro's pen calibration data. In order to do so, I need access to the raw sensor data so I can do a sort of live preview of how the changes made ...
1
vote
1answer
520 views

How to plot 4D contour lines (XYZ-V) in MATLAB?

I have dataset of XYZ as the coordinates and V as the value at each point (100x4 matrix). I plot the 3D surface using patch. (by faces & vertices) How can I plot the contour lines of V (NOT Z) ...
0
votes
1answer
73 views

Writing Text on a Sphere in FireMonkey

Is there a way to write text on the surface of a sphere component in FireMonkey, short of creating a bitmap with the text, and importing the text to a TextureMaterialSource?
0
votes
1answer
47 views

Alter text in normal TextBox with Surface-On-Screen-Keyboard

Is there a posibility to use the Surface-keyboard to alter text in a normal textbox? I'm creating a textbox and add the text in code behind. And now I want that the user can change the text if he ...
0
votes
0answers
9 views

Windows Surface 8 open application from URL

Is there a possibility that when i open a specific url is opened in a web browser my application is opened. I come from an android background, and its possible via an intent filter there. How can i do ...
1
vote
2answers
133 views

locked Windows 8 For POS

I've developped a win7 app using the surface SDK for a POS application ( ordering drink/food from your table using tactile screen ) I'd like to start migrating to using a Metro App, as I fear the ...
1
vote
0answers
22 views

Multitouch drag and drop without ScatterItem

Is there any other way to do a multitouch drag and drop operation in WPF other than using SurfaceDragDrop? I'm currently using this as reference: http://msdn.microsoft.com/en-us/library/ee957380.aspx ...
0
votes
1answer
51 views

Why does pygame.draw.shape return a Rect?

Although I understand that the purpose of the draw function is to draw to a certain surface, I don't understand why it doesn't simply return a pygame.Surface object that you can later blit to a ...

1 2 3 4 5 8