Metro (now "Microsoft Design Language") was an internal code name for a typography-based user interface design language created by Microsoft. It is featured prominently in Windows Phone 7 and Windows 8.

learn more… | top users | synonyms (3)

0
votes
2answers
17 views

Winjs Promise Async test

I m developping a Winjs/HTML windows Store application . I have to do some tests every period of time so let's me explain my need. when i navigate to my specific page , I have to test (without a ...
0
votes
0answers
16 views

Is there free data-visualization map control available for Windows Store App?

I searched a lot, but didn't find like that. Do you know any free data-visualization map control control as SyncFusion.
0
votes
0answers
13 views

Combo box inside Data Template interchanged and vanished When i am scrolling down

I am developing an windows 8 Metro App using xaml and c# in which I have bind a combo box inside Dev Express windows 8 grid control. All these are working very well but when am scrolling down the data ...
-1
votes
0answers
15 views

What is the Maximum data which sqlite database(local database) can handle in windows phone app / windows 8 metro app?

i am using a sqlite as a local database in my windows phone app and windows 8 metro app , i want to know 1)What is the maximum size limitation sqlite database in windows phone app / windows 8 metro ...
0
votes
0answers
21 views

setting picture in image UI element using file picker

In my app user can set profile pic from local drive and upload it to server. I used file picker so that user can select one picture and set it as profile picture, but the problem is the picture is not ...
1
vote
0answers
21 views

Resize buttons styled with AppBarButtonStyle

I like the AppBarButtonStyle idea of using font character as button icon because of its scaling abilities, but it is of no use if i cannot resize them properly. Changing Width or Height of button ...
0
votes
1answer
44 views

Share selected text in listView item

I have a ListView with text items. How do I make Share (in the charms bar) available when a given item is selected, and then pass that selected item into the Share contract? I know how to share, but ...
0
votes
1answer
18 views

Winjs Application on Activated event

I have 2 pages - an authentication page and a content page. After authentification is successful, I save this data: Winjs.Application.SessioState.mydata. At the start (on launching) of the ...
-1
votes
2answers
24 views

Is there any method to programmatically switch focus out of metro mode?

If I have a program running in the background and it needs the user to see it (like a dialog box) when it pops up, can I take the user out of Metro Mode (in Windows 8) for him to be able to see this ...
0
votes
1answer
14 views

Metro App Customised ListView KeyDown event not firing

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
0
votes
0answers
10 views

Metro App Customised ListView Mouse Scroll

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
0
votes
0answers
23 views

WIndows App Store Semantic Zoom Issue

I have implemented a semantic zoom in my metro W8 app and it works fine except that in the ZoomedIn view I only get a max of 27 items in each group. The first group correctly has 27 items in the ...
1
vote
2answers
69 views

Conditional formatting on binding textblock WinRT-XAML

I started my application a month ago, and this is my first time building mobile apps and first time using XAML even though I had some previous experience with C#. This is the data format that i used ...
-1
votes
1answer
26 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 ...
-1
votes
3answers
57 views

Get element values from XML in C#

This is my XML data from file <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml" /> <item id="W000Title" href="000Title.html" media-type="application/xhtml+xml" /> ...
0
votes
1answer
45 views

how to create data fields in xml for windows8 (c#-xaml) metro app ? how to access and parse that data ? and how to import that xml data in xaml UI?

I'am programming a Windows 8 Store App (Metro Design) with C# and XAML using Visual Studio 2012. There is no need for a database server with multi user support etc.my application is like reminder and ...
0
votes
1answer
17 views

Substitute for CreateDirectory or Path.Combine in Windows 8 apps

CreateDirectory and Path.Combine doesn't seem to work on Windows 8 applications. How could I substitute it? My first intention was to create a folder inside %APPDATA%, but ...
0
votes
1answer
42 views

ReadText from file in ANSII encoding

I use Q42.Winrt library to download html file to cache. But when i use ReadTextAsync i have exception: No mapping for the Unicode character exists in the target multi-byte code page. (Exception from ...
0
votes
1answer
42 views

Cannot implicitly convert type 'System.EventHandler' to 'System.EventHandler<object>' for storyboard complete

I have read already a few threads about this, but I still don't know how to solve it in my case. I come from Java and mostly new to C# I want to attach listener when animation finishes: ...
0
votes
1answer
87 views

SkyDrive API access code sometime works sometime does not works

I am trying to access skydrive content from my code. the following code worked before but suddently it stopped executing the second result. Not sure what microsoft has done in behind! Please help. ...
0
votes
1answer
42 views

How to open URL having POST request method in WebView in Windows Store App

I need to open some URL in WebView from the source code of an another URL. I am getting source code of that URL via ScriptNotify event. That URL contains a <form /> with GET/POST request & ...
0
votes
1answer
40 views

Windows 8: Html markup not showing on page

I am new to Windows 8 development, and am going the Html/Javascript route. I have started out with the Grid template. Why when I add, Test Content.. to the content area html (not the item template ...
0
votes
0answers
37 views

Windows 8 C# Store App - Items overlapping on top of each other

I've an interesting problem. I followed a few instructions here on creating a variablesizedwrapgrid to display items. As a base, I used the Grid App and customized the ItemDetailsPage to include a ...
0
votes
1answer
65 views

Windows 8 Metro XAML. How to change background of grid on hover and/or click

I would like to change the background of my grid to white when you hover over or select it. I'd also like to change the color of the text inside at the same time to black. This is specific to one page ...
0
votes
1answer
22 views

Background-transfer(Up-loader) progress issue for metro apps

The Background-transfer(Up-loader) progress for metro apps is giving me a 100% for file greater then 1 MB within a second as shown below: *Running: c5593753-d155-425a-8e25-6b1f90bbff85 Progress: ...
0
votes
1answer
18 views

Background-transfer(Up-loader) for metro apps

The Background-transfer(Up-loader) for metro apps is not working when using https URI. The same code works with http connection but with HTTPs it keeps on failing. I get Exception from HRESULT: ...
0
votes
1answer
24 views

Metro Application Issue with BackgroundTask NOT triggered

Without going into too much detail, here's the basic scenario. I have a Metro App that downloads files off a server. Once the files are downloaded, a ListView is updated in the UI with it's basic ...
0
votes
0answers
31 views

how to open listbox upwards

I have listbox in a popup under a textbox in my project the text in textbox is searched and results are shown in listbox my problem is the textbox is nearly at the bottom of my page and when textbox ...
2
votes
1answer
170 views

Metro UI on an Android App

I am currently developing an app where my user interface would be similar to that of the METRO UI of windows app but not very similar. I made a relative layout where the "windows" would be places. ...
-1
votes
0answers
32 views

How to Capture PCM data from microphone in Windows Metro Apps Uinsg C#

Any one help me how to capture pcm data from microphone in windows metro app using C#.
-1
votes
0answers
26 views

How to Convert mp3 to pcm in windows 8 metro apps [closed]

i am new in windows 8 metro app C# development. i have a some question about windows 8 metro app media library.the question are fallowing 1. How to record video with audio sound by webcam . ...
0
votes
0answers
40 views

Is there a way to let a element to follow a path in Windows Store App (Metro App)?

Does anyone know how to allow a element to follow a path in the Metro App platform? Like using DoubleAnimationUsingPath? Unfortunately, Metro apps don't support this function anymore. Is there an ...
0
votes
1answer
71 views

Getting Access Violation stemming from Windows.UI.Xaml.dll in C# WinRT app

I have a WinRT app in which I have a page with a Button. The button opens up one of our Settings Flyouts. In order to do this, button's Click event is asynchronous. In the Flyout's class I have an ...
0
votes
0answers
25 views

what's the winRT equivalent of std::queue in a C++ Windows metro app?

I'm trying to implement a Shunting Yard Algorithm in a Windows Metro app I'm working on. Being new to Windows Metro apps, I'm having some difficulties adapting to C++/CX. I get a compiler error ...
-1
votes
0answers
31 views

Windows Store application free + premium test before deploy

I am creating new Windows Metro application. I would like to create free version of the application which can be downloaded for free with some limited functions. When the user will want to use the ...
0
votes
1answer
42 views

When does the touch keyboard popup?

I'm working on a non-touch device (regular PC...) with a keyboard. I've written a Windows 8 App, which includes TextBox. I want to launch the Touch Keyboard, when the user uses a device without a ...
0
votes
0answers
24 views

RichTextBlock is truncated (display only first column) after un-snap

I have a classic RichText Block with long long text. If i snap application and then goto fullscreen mode, then displayed only first column and right border of control is truncated. <Grid ...
0
votes
1answer
57 views

Cannot implicitly convert type IAsyncOperation<StorageFile> to StorageFile

What the hell is wrong with my code? private void BrowseButton_Click(object sender, RoutedEventArgs e) { FileOpenPicker FilePicker = new FileOpenPicker(); ...
0
votes
1answer
31 views

Visual studio tablet simulator problems

I'm developing an app wiht VS2012, but when try to test it on the simulator, it never allow me to actívate tactile interactive mode. Gestures never work on it. There is a special setting ? TKS:
0
votes
1answer
34 views

how to use WinRT C# Singleton in Javascript

I am new to Windows 8 development, my question is: how do I use C# Singleton in Javascript app? I am using the Static Initialization (http://msdn.microsoft.com/en-us/library/ff650316.aspx) in my C# ...
0
votes
0answers
30 views

Windows Metro app packaging for app store submission

I've developed an Metro application. Which is ready to be submitted on the Windows App Store. The app takes all the content from server during execution. The requirement is that another ...
0
votes
1answer
34 views

scrollviewer the property 'content' is set more than once

Here My Code <Grid Style="{StaticResource LayoutRootStyle}"> <Grid.RowDefinitions> <RowDefinition Height="140"/> <RowDefinition Height="*"/> ...
0
votes
2answers
36 views

Read excel file in Metro app (C#/XAML)

I want to find the way to read excel file in Metro app (use C#/XAML) but probably there is no solution. Anyone know if there is any reference support to do this (like Microsoft.Office.Interop.Excel in ...
0
votes
0answers
22 views

How do you indent and format an XML file in a Win 8 app?

I've got some code that generates an Windows::Data::Xml::Dom::XmlDocument^ in a win 8 app XmlDocument^ document = ref new XmlDocument(); auto A = document->CreateElement("elemA"); ...
0
votes
0answers
27 views

Using a digital camera instead of the Web camera in Windows store apps? [duplicate]

I am developing a Windows store (metro) photo application.Is there any way to access and use the digital camera (like Canon DSLR camera) to take photo instead of the default web camera?
-1
votes
0answers
29 views

Storing an object to a file in Windows 8 apps

(Windows 8 Apps,C#) Hi, I have a number of Images(.jpg) and Audio-files(.mp3) in each object. I would like to store these objects in separate files and retrieve the content later. I searched for ...
0
votes
1answer
53 views

How to load anchor tag link in webview in Store app

I am loading my XHTML page from my local folder in webview using C#. I have many files which I want to redirect from my first page using Anchor Tag to another pages.(like Content page to sub links) ...
0
votes
1answer
33 views

How to create two separate apps in the same solution

I have an application APP1 that must share a lot of code with another application APP0. Both application share all project dependency and the only thing that is different is the build configuration. ...
0
votes
2answers
52 views

Metro style: how to show filtering options for longlistbox in a proper way

I have a large collection of items with several parameters, so i'd like to give a user a possibility to have different filters: like order by time, by alphabet, or by categories. How should i ...
0
votes
1answer
76 views

WinRT app crashes in release build but not debug

I have an app that runs fine in debug but crashes when trying to launch in release. This is the exception that is thrown. Unhandled exception at 0x5D2F7717 (Windows.UI.Xaml.dll) in Napkin.exe: ...

1 2 3 4 5 67