pixelsense
Scale limit for matrix transform for a Microsoft Surface application
I\'ve developed a surface application in which users are able to pull from a menu a movie and drag it on the main canvas. I\'ve created a user control to host the movie and I implemented Affine2dManip[详细]
2023-02-05 16:50 分类:问答Hosting WPF/Surface application within WPF/Surface application
I am trying to create a parent WPF/surface application which will host multiple WPF/surface applications. I am looking for some pointers of how to implement such functionality. Was reading http://msdn[详细]
2023-02-05 14:17 分类:问答Is it possible to rotate a (Surface)UserControl by 180 degree?
Is there a simple method that allows to rotate a UI element like for example a UserContr开发者_如何学运维ol resp. a SurfaceUserControl by 180 degree?You can set RotateTransform.Apply a rotate Transfor[详细]
2023-02-05 12:56 分类:问答WPF vs XNA vs Surface for gesture based interface
I wonder which of these 3 frameworks / combination of them is most suitable for gesture-based interface (based on touch or motion recognition)?[详细]
2023-02-05 12:28 分类:问答How to bring on ScatterViewItem in a collection of ScatterViewItem to the foreground?
I have a lot of ScatterViewItems that I programatically add to a ScatterView. Now I have also a DropDown li开发者_C百科st. Every time I choose an item in the DropDown list, I\'d like to change the bac[详细]
2023-02-05 08:21 分类:问答How to check if 3 fingers are placed on a non-Surface control?
I already as开发者_如何学Pythonked a similar question. This works fine for Surface controls, but how can I check the number of contacts on non-Surface controls like for example a Canvas?Contacts.GetCo[详细]
2023-02-03 20:34 分类:问答Microsoft Surface: Where to define methods that have only be called during startup?
I have some methods, that should only be called during startup of the application. For now, I placed the methods in OnApplicationActivated:[详细]
2023-02-03 16:33 分类:问答Use relative Path in Microsoft Surface application?
I convert my wave file into a mp3 file by the following code: internal bool convertToMp3() { string lameEXE = @\"C:\\Users\\Roflcoptr\\Documents\\Visual Studio 2008\\Projects\\Prototype_Concept_2\\Pr[详细]
2023-02-01 20:51 分类:问答How do StyleTriggers work?
I defined the following resources: <DataTemplate x:Key=\"DragTemplate\"> <Grid> <Grid.RowDefinitions>[详细]
2023-01-30 05:20 分类:问答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[详细]
2023-01-30 02:52 分类:问答