Tagged Questions
1
vote
0answers
39 views
Record Windows Store app with Simulator on Visual Studio 2012
I need to record a video tutorial for my Windows Store app. I know that there is many software for screen recording but I want to record app experience with different resolutions, using touch mode and ...
0
votes
2answers
80 views
What's the best way to perform a task not more than once every second?
I'm writing a Windows Store app that will rely on a JSON api. The provider of the API asks that no more than 1 api request is made per second.
So I created a class that would allow me to queue ...
0
votes
0answers
29 views
LiveConnectSession, WCF service and maintaining a valid token
I have a currently working implementation of a service model where I have an Azure Mobile Service running that uses SSO to authenticate in WinRT and it works splendidly. Furthermore I have a WCF ...
-1
votes
1answer
43 views
Is there a multi-devices mobile prototyping software? [closed]
Almost everything is in the title.
Is there a multi devices mobile prototyping, layout, templating software for Windows ?
I found many softwares for prototyping, designing UI, but i didn't find ...
0
votes
0answers
40 views
Detect keyboard language change in a Windows Store App?
Is there any way to detect keyboard language changes in a Windows Store App? Other than polling using Windows.Globalization.Language.currentInputMethodLanguageTag of course...
On Desktop it to listen ...
1
vote
2answers
76 views
How to declare and link to RoInitialize,RoUninitialize,RoGetActivationFactory and HSTRING Functions in Mingw Gcc
UPDATED: Added what RoInitialize looks like in roapi.h
I am in the process of writing a pure C++11 WinRT library. I do not use WRL or C++/CX(Obviously if I want pure C++11).
I got my code to compile ...
1
vote
1answer
93 views
Automatic conversion of winmd to DLL
I'd like to create a tool that accepts a .winmd file (Windows Runtime Component) and generates a C# DLL out of it (containing all the public types defined in the component).
As far as I've learned, ...
0
votes
0answers
49 views
Windows store app:What are the .pdb folders
In my project folder i see that there is a lot of .pdb folders as shown in the picture below:
What are these folders? and is there anyway i can remove or hide them?
0
votes
2answers
135 views
Why is PayPal not working inside a WinRT WebView control
I am writing a Windows 8 app where the user is able to do in-app purchases. Our Client provides us with a REST API. Basically I get product information from this REST API and if the user chooses to ...
0
votes
0answers
37 views
All folders in Storage.Knownfolders are suddenly returning null on all our systems
All the Known Folders on all our systems are suddenly returning null.
Windows.Storage.KnownFolders.MusicLibrary.Path
Windows.Storage.KnownFolders.PictureLibrary.Path
...
1
vote
1answer
31 views
API to adjust screen color temperature Win RT
I see f.lux (desktop app) change the screen color temperature on Win 7.So I wonder if there is a way to do this in Win RT (just Metro style app)?
I've tried searching on google but I couldn't find ...
0
votes
1answer
214 views
Running storyboard animations in windows 8 datatemplate
I'm trying to create a to do list in Windows 8 XAML. when I complete an item, I want a storyboard to erase the completed items. How can I get a storyboard to run on items inside a datatemplate? ...
1
vote
0answers
45 views
Create a new WinRT Projection?
I am wondering if anyone knows of any resources for, or has any experience with the creation of a WinRT language projection. I am doing some research on what it would take to create the projection for ...
1
vote
3answers
557 views
Windows 8 App Local Storage
I am trying to develop Windows 8 apps using C# and I need to store two list's (string and DateTime) in local settings
List<string> names = new List<string>();
List<DateTime> dates = ...
0
votes
0answers
37 views
Using the WinRT search in a Windows Service
I am a C# sharp developer and have a need to do some searching in Windows 8 from a Windows Service. Is it possible to search apps, settings and files and other search contract registered providers ...
0
votes
0answers
32 views
How to avoid BackgroundTransfer in WinRT automatically decompress gzip?
The DownloadOperation in Windows Store Apps API always decompress gz content when I specify an http URI. Is there a way to avoid that, like setting the DecompressionMethods of the underlying ...
2
votes
2answers
149 views
Launching WinRT app from PowerShell
I have a Windows RT app that I need to launch with a script. I've already installed the app on the device with PowerShell, but I need to launch the app with PowerShell or the command prompt. Is there ...
1
vote
0answers
57 views
Using WinRT from Node.js
WinRT makes its full API available to Windows 8 & Windows Server 2012 JavaScript apps.
Is it possible for a node.js app running on Windows Server 2012 to get access to this API?
I am asking ...
1
vote
2answers
92 views
Windows 8 - How to get nested folder properly?
I have a GridView that's bound to a collection of objects which load images from the disk.
The objects are put onto a stack when they become visible, and the images are loaded off the stack ...
0
votes
1answer
237 views
What is the meaning of the folder names in Winsxs folder (windows run time assemblies directory)
Background:
Windows shared run-time libraries located at C:\windows\Winsxs folder
Inside Winsxs, there are two important sub folders also located as policies and Manifests
Other than that, there are ...
1
vote
1answer
37 views
how to show a zoomable image in a windows 8 (WinRT) app?
Is it possible to put a image into a control in WinRT and then let the user zoom in and out etc?
0
votes
2answers
123 views
How To Print Glyph Elements in WinRT
I am trying to print a Canvas with Path, TextBlock and Glyph elements on it, however the Glyphs are excluded in the printed content. This is eerily similar to the exact same problem with Silverlight 5 ...
1
vote
1answer
186 views
Windows 8 application deployment without uploading to windows store?
i have developed a windows 8 application using visual studio express edition 2012, i want to install that application on a windows 8 tablet
i dont want to upload the application to windows store, it ...
0
votes
0answers
75 views
How to play BackgroundCapableMedia with PlayTo on Windows 8?
I have in StandardStyles.xaml next code:
<Style x:Key="RootFrameStyle" TargetType="Frame">
<Setter Property="Template">
<Setter.Value>
...
1
vote
1answer
103 views
How do I make a GIF repeat in loop when generating with BitmapEncoder
I am able to use BitmapEncoder (C#, WinRT) to create an animated gif. However, I haven't been able to figure out how to make the GIF loop back and start from scratch?
Didn't try much because I am not ...
0
votes
1answer
192 views
Windows 8: How to disable touch in Flipview control?
Is it possible to disable the touch scrolling of a flipview?
For example you can disable a scrollviewers scroll mode by setting the HorizontalScrollMode to False
I just need to disable it ...
1
vote
1answer
121 views
Sharing code between a silverlight and WinRT application
I'm in the process of creating a silverlight app which will run in the browser and uses some data visualization stuff provided by ComponentArt. At some point I'd also like to create a a WinRT xaml/c# ...
0
votes
0answers
127 views
In WinRT can the EasClientDeviceInformation.Id be used as a unique identifer for a specific user on a specific device?
In our WinRT application, we need a unique identifier for a logged in user that 100% consistent between app launches on the same device and persists between app uninstallations and re-installations on ...
1
vote
0answers
152 views
WinRT Extract frame from video as image
I'm building a Windows 8 application involving some video processing. Right now I'm stuck on extracting a frame from a .mp4 video clip as a BitmapImage. The two examples I've been looking at online ...
0
votes
1answer
78 views
Getting a list of all the Environment.SpecialFolder.MyMusic folders [duplicate]
Windows will allow you to have more than one music folder. How do I query the path for all the folders. I know that the following will get the current set folder but I want the others.
...
0
votes
0answers
74 views
Error Cannot resolve Assembly MediaCapture
I've made this Microsoft example. The C++ library successfully compiled. The problems start when I compile the application Windows RunTime. I have next error:
Error 1 Cannot resolve Assembly or ...
1
vote
0answers
58 views
Share target Contract chrash after ReportCompleted
I am facing a problem with implementing a share target contract in a Windows 8 store application.
I am doing a file upload in the share target. After clicking on my share button I start with:
...
0
votes
0answers
117 views
Installing certificates from .pfx file in appcontainer
I have a certificate I have exported as a .pfx file. I found a way to install this using the manifest (http://msdn.microsoft.com/en-us/library/windows/apps/hh465019.aspx).
But I wanted to do it ...
2
votes
1answer
107 views
Ways to associate an App Store App and a Desktop App
I am working on a product for Windows 8 that needs to perform some low-level tasks, display some UI, and communicate with an external server. I definitely need a Windows service to accomplish the ...
1
vote
1answer
64 views
Acquiring audio samples Windows 8/RT
I need to build an app that acquires audio from microphone and elaborates it "realtime"(as soon as they are ready).
I ask to you how to get audio samples from microphone on Windows 8/ Win RT, without ...
0
votes
0answers
64 views
The breakpoint is not hit while debug of a windows javascript metro app referencing windows runtime component in C#
I've changed the debug type from "script only" to "managed only" in the startup project. But I attached the debug to the javascript app, the breakpoint in the referenced WinRT component was not hit ...
4
votes
1answer
212 views
WinRT, Javascript and the random “Access denied” exception
Some background
During last days I've been developing some Windows 8 HTML5/WinJS application. This application does some job using a WinRT component.
The JavaScript part starts an asynchronous ...
0
votes
1answer
106 views
Why does my TextBox get focused when clicking inside of ScrollViewer?
In my Windows Store app, I've created a ScrollViewer (with a Grid inside) with a few TextBoxes inside. Whenever the user clicks anywhere within the ScrollViewer, the first TextBox is focused. I have ...
1
vote
2answers
391 views
httpClient.PostAsync - Windows store application - mvc webapi
it's my first question on this page.
I have application in mvc webapi and Windows Store application and I want to request my object with W8 app to web api:
my object:
var objobj = new ...
3
votes
1answer
423 views
Powershell commands in Windows RT
I am developing an application in Windows RT.I do have an requirement to run/invoke PowerShell or CMD Commands in Windows RT(C#).Please help me to figure out.
Thanks in advance
0
votes
0answers
70 views
How to implement table service in Windows Store app development
I wonder if I could use table storage service for Windows Store Application development.
I found this code needs to be used to make a table in table storage. I replaced data with X, Y, Z.
...
0
votes
0answers
37 views
How do I to rotate a circle by dragging it?
I'm trying to rotate an ellipse by dragging it with the mouse pointer.
Look at it as a dial that has to rotate along with the mouse or the touch event.
I have tried using the delta event and setting ...
1
vote
2answers
1k views
Windows RT .NET compatability
I just need to know if I need the same framework to develop an app for Windows 8 for Tablets (Windows RT) and PCs or the tablet one still uses .NET compact framework.
1
vote
2answers
447 views
Can I run my winRT application as a screensaver?
Is there a way to make my winRT application as a screen saver in xaml?
0
votes
1answer
146 views
RequestProductPurchaseAsync throws Platform::InvalidArgumentException^
I am trying the in app purchase API (C++/CX) and RequestProductPurchaseAsync throws an Platform::InvalidArgumentException^
I have the following code:
// loading store
...
0
votes
1answer
174 views
Create World matrix for augmented reality application in windows 8 tablet
Can anyone please suggest how to create 'World Matrix' for augmented reality application in a Windows 8 tablet. The following code already exists for windows phone:
Matrix world = ...
2
votes
0answers
67 views
Any other Ad SDK for WinRT (Windows 8) other than AdCenter?
Any other Ad SDK for WinRT (Windows 8) other than AdCenter?
This is with C# and XAML.
Anyone?
Thank you.
1
vote
1answer
211 views
How to Test A Javascript WinRT/Metro Client/Server Application?
I am developing a client/server Javascript Windows 8 Metro application and I used Microsoft's StreamSocket sample to make the communication between server and client happen. Now that I am almost done ...
3
votes
5answers
3k views
Is it possible to program on Windows RT
Is there any way to install a C++ compiler or Ruby/Python interpreter on WinRT. (or is there any other way to program in a language beside JavaScript and beside online compilers and IDEs)
To be more ...
2
votes
1answer
271 views
How can I run background task in Windows 8?
I need some your helps :(
I tried to activate background task for Windows 8 to update tile regularly.
And I could find the heplful link 'http://css.dzone.com/articles/how-create-debug-background'
...



