Windows Store apps (formerly Metro-style applications) are built on the Windows Runtime (WinRT) and are available on the Windows Store. They target Windows 8 and Windows RT using .NET for Windows Store Apps and are immersive full-screen applications.

learn more… | top users | synonyms

0
votes
0answers
20 views

Azure Block Blob error - No mapping for the Unicode character exists in the target multi-byte code page

I'm reading data from an Azure Block Blob in a Windows 8 Store app. The data is XML and works fine when reading English data, but fails reading the Spanish version. The error I'm getting in the ...
0
votes
1answer
31 views

Create shortcut in a metro style app

Problem: I would like to have my app multiple icons on start screen, I saw such with some online camera program (I forgot the name). Question: Can a Windows 8 Store program create an own shortcut to ...
0
votes
0answers
7 views

3D-transformed grid-view not accepting touch input

In my windows store app, I have a grid view with horizontal scrolling. If I don' change any of the transform proberties (so everything is zero) I can easily scroll by swiping over my screen. But as ...
0
votes
1answer
26 views

System.Threading.Thread replacement in windows store apps

Is it right that 'System.Threading.Thread' douesn't exist in Windows Store Apps? And if it is, what is the replacement (I want to run a function in the background so the UI douesn't freez while ...
0
votes
0answers
13 views

Windows Store App and envinorment variables

I want to know the windows installation directory from a Win8Store app. I thought, through envinorment.getenvinormentvariable I can get that, but there is no such option for me. (I even tried to ...
0
votes
0answers
13 views

How to detect the context menu opening over a WebView (Windows Store App)

I am trying to detect a long press/right click that opens the context menu over a WebView. I tried detecting a right click by using JavaScript (WebView.InvokeScript) however by capturing this right ...
0
votes
0answers
6 views

Does VLD support windows store apps? If so how is it configured?

I am trying to get Visual Leak Detector working in my C++ Windows Store App using Visual Studio 2012 and I've got it compiling but when running the app I get the following exception on startup: ...
-1
votes
0answers
23 views

Splitpage Template for Windows 8 [closed]

I'm a basically a designer. So not that good when comes to coding. I am developing a Windows store app that makes use of the default Split app template in Visual Studio. I tried implementing the ...
-1
votes
0answers
10 views

Can we use VoIP for Windows 8 Surface (Windows Store app) [closed]

Need a library to use SIP for Windows 8 Surface (Windows Store app)
2
votes
0answers
54 views

Blurred textblocks when used in animations

I am simulating the semantic zoom effect in a Windows Store app using animations between two canvas'. However when I "zoom out" the TextBlock that appear on the canvas, appear as VERY blurry until the ...
0
votes
0answers
29 views

Detect how long a user has been inactive within a Windows 8 Store app or system wide?

I am trying to detect how long the user has a been inactive within the app or system wide with the Windows 8 Store apps API. I look into the system trigger User Away however that just tells you when ...
0
votes
1answer
41 views

How to use 'mailTo' for multiple email recipients?

Is the following syntax correct? var mailto = new Uri(String.Format("mailto:{0}&subject={1}&body={2}", "akiptev@gmail.com, fozzi@gmail.com" , subject, message)); apiResult.Result = ...
0
votes
1answer
18 views

the file is not a valid vsix package in vs 2012 express for windows 8?

While adding the sqlite runtime tool to my project in windows 8 then showing the error the file is not a valid vsix package.How to resolve this?any one please tell me. Thanks,
1
vote
1answer
42 views

Check file exist in current folder in isolated storage [duplicate]

In Windows Store App's(c#) I check if file exist in nested folder in isolated storage with using this method: public static async Task<bool> CheckIsFile(string fileName, StorageFolder folder) ...
0
votes
2answers
31 views

Error: BindingExpression path error:

I am using Win 8 Store Prism framework and have built a page and associated viewmodel. I am trying to get my first binding to work but have failed an uncovering the cause of this error. (I wish I ...
1
vote
1answer
45 views

Custom SelectionMode for GridView. Select only on right click

I'm trying to implement a bit complicated selection behavior for GridView in my Windows 8 app. I know that it is be possible as OneNote app from Windows Store implements exact same behavior as I want. ...
0
votes
1answer
53 views

WCF and Windows Store apps, ConfigurationErrorsException

I am getting a "ConfigurationErrorsException" when I try to create a new Instance of the service. Edit: My App and the WCF service are not on the same machine. The Wcf service is running on a ...
-4
votes
3answers
100 views

How to parse strings with c# in Windows 8? [closed]

I've a web page with this part of HTML code: <meta property="og:type" content="photo" /> <meta property="og:description" content="descrizione"> <meta property="og:site_name" ...
0
votes
1answer
39 views

Proxy settings in WebView for Windows 8 Store Apps

I am trying to set a proxy for a WebView for Windows 8 Store apps. It seems that the functionality is not built in yet. I could get the html through a proxy using IWebProxy and HTTP Client and load ...
-1
votes
1answer
27 views

make a custom frame in camera for win 8 store app [closed]

I want the user to capture a image in a predefined bounding rectangle which is displayed whrn the camera app opens in a win 8 tablet.. how can i do that using the camera capture class in Win 8 Store ...
0
votes
1answer
17 views

Dialog Popup doesn't rearrange when device rotated in windows store apps

I use dialog popups in my Windows Store app using a Popup object with the child set to a Page. However, the dialog doesn't resize when the device is rotated like other Page's do automatically. ...
1
vote
1answer
37 views

Sample Callisto Settings Flyout in VB

Does anyone have a sample for adding a Callisto settingsflyout in VB? There are several samples in CS but I can't seem to make sense of them in a VB mode. I want to add one toggle switch and save it ...
0
votes
1answer
34 views

Adding PointerDown/UpAnimation to Button control - Windows 8 XAML

I'm trying to add the animate the button control using XAML. Below is the style applied to the button. <Style x:Key="ContentButtonStyle" TargetType="Button"> <Setter Property="Width" ...
0
votes
0answers
18 views

Windows Store apps Xaml : how to get a Slide-In and Slide-out animation?

i have a following Grid, occupies the entire height of the screen and is docked to the left of the screen like this <Grid x:Name="myMainGrid" HorizontalAlignment="Left" > //There are other ...
1
vote
2answers
30 views

How to commit the multiple transactions from different users using concurrency in windows 8?

Any one give me idea behind for committing the multiple transactions at a time in windows 8. i.e by using concurrency need to commit all transactions at a time .is it possible ?if ok then please give ...
0
votes
1answer
35 views

Directly call click event in load event

protected override void LoadState(Object navigationParameter, Dictionary<String, Object> pageState) { // TODO: Assign a bindable collection of items to ...
0
votes
1answer
41 views

Is there an AppBar button style that means “Open in Web Browser”?

Is there an AppBar button style that means "Open in Web Browser"? This seems like a pretty common scenario, so maybe there's already a Microsoft style for it. Otherwise I guess I'll have to roll my ...
0
votes
3answers
53 views

Could I know if my app is running on Windows RT with C#?

I know that there is no way to get OS version in Windows Store app, please let me explain more. My app is a Windows Store app programming with C#. Some features of my app is depend on another desktop ...
1
vote
2answers
72 views

C# windows 8 app creating a file

I'm trying to create a file then write to the file and read from it as well... kind of like settings for my app to load every time it loads. Why is this not working for me? I'm running visual studio ...
0
votes
0answers
10 views

How to include Microsoft Player Framework components in check in/build process?

I'm using the Microsoft Player Framework in a Windows 8 Store app. To use this, you have to download and install a vsix file. I want to be able to check in the necessary dlls so that developers can ...
0
votes
1answer
24 views

Animating multiple objects in Expression blend

I created a game for windows 8 app where a box is on the screen and the when the user picks the mode they want to play on the clock starts and images will fly up from a box and the user must click on ...
1
vote
1answer
54 views

Instantiation of ViewModels and Service classes

I tried to understand the instantiation of ViewModels and Service classes and wrote it down for others. Please correct/add-on where needed. The instantiation of ViewModels and Services is not done in ...
4
votes
2answers
42 views

How to set <PrivilegedApplications> tag in device metadata?

Im working on a windows 8 store application so as to send an sms. I have the code running but the i get an error saying "Access Denied" and that my application does not have enough privileges. I am ...
0
votes
0answers
37 views

Delete multiple items in semantic zoom (zoom out view)

I have been developing an application containing a semantic zoom (Windows8 store app) where i have bind data in gridview. Binding for Zoom out grid is as follows <GridView x:Name="zoomOutGrid" ...
0
votes
0answers
9 views

global paperscript function, called by javascript win8 app

I have an paperscript and I need to call a function in this paperscript from my Javascript to change some values. I know that I can write it some way, that I dont need paperscript but only ...
0
votes
0answers
50 views

Display HTML with Horizontal navigation in c#

I am working with Webview using C# & XAML in windows 8. In the webview I am loading local HTML. Usually the HTML in webview navigate vertically, I am going to load HTML vertically. Using ...
0
votes
1answer
17 views

paperjs in win8 JAvaSCript-App

i want to use paperjs in a win8 javascript/html app. but i alreasy have an error when i just start the app and want to create a Raster("/image/test/mouse.jpg"); the error is: Exception in Line 5 ...
0
votes
1answer
38 views

Focus does not work in Windows Store apps

I am developing a Windows Store app in C#/XAML. I have couple of TextBoxes and one more button in my page. While clicking the button i start the progress indicator and moving to next page. In my ...
0
votes
1answer
36 views

Winrt xaml page takes times to load, show I want to show Loader

I am working on a winrt xaml application. I have a page that contains too many controls on it. When I click on a tile of main page that loads this big page application gets hang and after some time ...
0
votes
1answer
43 views

Windows Store Apps StorageFolder.GetFilesAsync() causes OOM Exception

I am new to Windows Store App development and I have an app written in C# that attempts to get the size of all files in a specified directory and its sub-directories. The ...
0
votes
0answers
15 views

Debug at design time for windows store apps?

Is it possible to debug the designer of a Windows Store app? In WPF I believe you can do this by setting the project to launch a second instance of VS as outlined here ...
0
votes
0answers
44 views

How to close the SettingsPane programmatically?

How can I programmatically close the SettingsPane? Background: The user changes some setting in a settings flyout and I have to immediately react in the UI when the user closes the flyout. But the ...
0
votes
0answers
17 views

Container class in Windows Store app

I am building my first Windows Store app. I use a container class like this: public class someData { string dataString; List<DateTime> dates = new List<DateTime>(); ...
0
votes
1answer
55 views

Windows Store Apps: Globalizing Grid View Item Template

I have an app that supports two languages: English and Arabic. In a page I have a GridView, and I have two Item Templates for the GridView; one for English and one for Arabic. how to handle the ...
0
votes
1answer
49 views

Implementing color change for selection changed in ListBox

I'm working on Telephone App, which have a situation like when a missed call or unanswered call was recorded that phone number should appear red in listbox and when that number is selection changed it ...
0
votes
1answer
67 views

WebApi Odata Windows Store App EndSaveChanges exception

I am trying to create a Windows Store App using a WebApi Odata controller. After some effort I have all the Get requests working, I am now moving onto the CRUD methods, and am getting the following ...
0
votes
0answers
28 views

WinRt. UnhandledException handler. StackTrace is null

I have a project on WinForms with this code: AppDomain.CurrentDomain.UnhandledException += CurrentDomainUnhandledException; private void CurrentDomainUnhandledException(object sender, ...
-1
votes
1answer
43 views

How to create Windows Phone 8 app package for windows store using VS Express 2012 for windows phone?

We have developed a windows phone 8 app using VS express 2012 for windows phone. Everything works fine until viewing the app in emulator. We want to package this app for the windows store. As from ...
0
votes
0answers
34 views

image not appearing on secondary tile

Hi i'm trying to resize an image to show it in a secondary tile.My code works fine but i don't know what i'm doing wrong because when the image is bigger than 1000*1000 the image is not shown in ...
0
votes
1answer
30 views

Handling PointerEntered and PointerReleased but passing Click/Tap to parent element

I have a Grid and inside the grid, I have Buttons. I need PointerEntered and PointerReleased events as I need to track which buttons are hovered. The problem is that, I need my Grid to handle the ...

1 2 3 4 5 38