Questions tagged [microsoft-metro]

Unless you have design questions - you should more likely tag your question as windows-store-apps or windows-runtime or winrt-xaml or winjs. 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.

Metro 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.

On August 3rd, 2012, the "Metro" codename was dropped in favor of the term "Windows 8 Style UI" (see this article on Ars Technica). While "Metro" was said to be a code name, several reports suggest the name was dropped to avoid a potential trademark dispute. No new marketing terminology has been announced to represent the "Windows 8 Style UI" interface.

It was later reported that from about September/October 2012 Microsoft started to replace earlier references to "Metro Design Language" with "Microsoft Design Language" and "Metro Style Apps" with "Windows Store Apps".

Note that "Metro" was mostly the name of the design language originally used in products such as Windows Media Center, Zune, Windows Phone and later in Windows 8 and all other Microsoft properties. Many people familiar with the term even at Microsoft continue using it today when talking about the design style, while seems to be gaining acceptance as the term for what was previously called "Metro Style Apps".

Find our guideline:

Related tags: , , , ,

3874 questions
1
vote
0 answers

Start Metro App without Explorer.exe running

I am developing a Kiosk Terminal application for Windows 8/8.1/10. I am encountering a problem that I cannot launch any metro apps with explorer.exe turned off. For instance: Windows 10 (Preview Build : 10130) I tried launching bingnews with the…
1
vote
2 answers

How to group apps in Metro in a similar way to a web app?

As a web developer, when I have multiple sites that are related by a common theme or common department, I have a home page that has links to the different sites. For example, there may be a site for reports (output to pdf or excel), another for…
dotnetN00b
  • 5,021
  • 13
  • 62
  • 95
1
vote
1 answer

Merge two sqlite database in Windows Metro Apps C#

I have two sqlite databases and want to merge all the contents of multiple tables. I followed this article: Merging two SQLite database files (C# .NET) But this doesn't work in C# Metro apps/ Windows 8.1/ Windows Phone 8.1 apps. I tried the…
Kishor Bikram Oli
  • 1,748
  • 1
  • 22
  • 40
1
vote
0 answers

Webview causes crash of WinRT App

I am having a webivew in my app. In some cases app crashes and not even caught in App_UnhandledException. I tried unchecking in visual studio Debug->Option and settings-> Just in Time-> Uncheck script but still its causing the issue when user clicks…
vinod8812
  • 645
  • 10
  • 27
1
vote
1 answer

Store slider value before button click

On button_click I have to mute or unmute the sound. It works fine, but I would like to set slider value after unmuting to the value it was before muting and not to a fixed 0.7. private void btnMute_Click(object sender, RoutedEventArgs e) { if…
Toni0123
  • 107
  • 1
  • 11
1
vote
0 answers

ms touch action allows zoom

I'm creating a cordova app for windows 8/8.1 I'm testing it on windows surface. I have the following css: * { -ms-touch-action:pan-x; touch-action:pan-x; } This is working, mostly, but if I start to pan with one finger…
Martin Cassidy
  • 686
  • 1
  • 9
  • 28
1
vote
0 answers

Win8 Metro app Settings Flyout/Charm not showing up

I've tried to create a new/custom settings option for my WinJS Windows 8 Metro application and it just won't seem to show up. I tried following the suggestions here and didn't get anywhere. Here is the JS I am using to intialize everything, and I am…
Ethan
  • 67
  • 1
  • 2
  • 8
1
vote
1 answer

changing webview agent in c#-metro

hi guys im creating a metro app for my lumia 930 (windows 8.1) that it has a webview . Questions : 1. how to change webview agent, i mean how to show desktop version of website? 2. how to allow download and upload in webview? TNX
user3475113
  • 77
  • 3
  • 14
1
vote
0 answers

Image Capture in Windows 8.1 C# Application

I have a Desktop Based piece of Touch Screen Software. As part of the process you capture a photo of the user to store later on. The Application works perfectly fine in all versions of Windows other than Windows 8.1 on a Surface Pro 3 (seems to be…
Paul Stringer
  • 90
  • 2
  • 10
1
vote
1 answer

Can't save PdfPage as a BitmapImage to disk

I'm trying to save the pages of a PdfDocument into the disk as a set of BitmapImage's, for which I'm using the extensions provided by WinRTXamlToolkit. PdfPage page = pdfd.GetPage(0); // pdfd is a loaded PdfDocument InMemoryRandomAccessStream…
1
vote
1 answer

Setting video height/width to actual size

When a new MediaElement is made and inserted into a Grid, it is auto-sized to fit the entire Grid size. How can you adjust the proportions of the MediaElement to mimic the video's original size ? Grid gDim = new Grid(); MediaElement plr = new…
Arctic Vowel
  • 1,492
  • 1
  • 22
  • 34
1
vote
1 answer

Windows Metro App Terminated by OS

I'm developing a Windows 8.1 App with Html/JavaScript. The app is for my company and I can't say what it does, but the app is bussiness critical. In some scenario our machines can reach 90% of RAM usage and the App is terminated by the OS. I've…
1
vote
1 answer

Programatically adding an application to Windows 8 Loopback exceptions

I am finding myself out of my depth when trying to programatically add a Windows 8 'Metro' application to the Loopback exceptions list using the code provided by Microsoft below: // Call this API to enumerate all of the AppContainers on the system…
1
vote
0 answers

Setting Image source to BitmapImage throws exception

I have a simple metro app that allows the user to take a picture and then display that picture in a small thumbnail off to the side, the code block that does this is: ImageEncodingProperties imageProp = ImageEncodingProperties.CreateJpeg(); var…
Giardino
  • 1,367
  • 3
  • 10
  • 30
1
vote
2 answers

How to pass data between Different Pages in Windows Phone 8.1

Passing Data from Page to Page for Windows Phone 8.1 i found this great article : http://www.windowsapptutorials.com/windows-phone/how-to-pass-data-between-different-pages-in-windows-phone-application/ and i understood it very well, there are few…
vir
  • 55
  • 1
  • 6