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

Unable to rotate image in windows store app

I'm attempting to take a photo with my device camera, but images taken with the device held in "portrait" mode come out sideways. I'd like to rotate them before saving them, but the solution that I keep coming across isn't working for…
Ben N.
  • 11
  • 2
1
vote
1 answer

WinRT Ellipse Stroke Thickness not consistent

I want to draw in WinRT (Windows 8.1) multiple circles with same size and stroke thickness. If I use Ellipse elements and set on all elements the same values (no fill color) I get circles with different stroke thickness. But they should all have the…
1
vote
2 answers

system tray in xaml windows phone 8

how can i hide this icons, ? problem is i always have same color background even if theme is black or light and it is not looking good, i know it is possible to hide it. in xaml but i dont know the best way ! i tried this one ! but not working…
patel
  • 635
  • 5
  • 22
  • 40
1
vote
0 answers

Interact with webpage via webview in Metro

Searched all night but can't find an answer, hoping someone can help me out. I need my VB Metro app to access a webpage and programatically fill in certain fields (e.g. navigate to yahoo mail, programatically fill in username, pwd and press…
ia3n
  • 36
  • 3
1
vote
0 answers

Metro App - Update mouse pointer position with pen pointers

I'm using vc2013 with wfp c#/c++, and target to win8.1 PC & win tablets. Is there a way to update the position of mouse pointer, which pointer id is 1, with the position of current moved pen pointers which pointer id is 100+ in the PointerMoved…
alagoon
  • 11
  • 1
1
vote
2 answers

C#/XAML Tapped event

When we have a situation like this: ...
arturdev
  • 10,884
  • 2
  • 39
  • 67
1
vote
1 answer

Restrict Control / UIElement within screen boundaries

I have a Canvas as the base of my app, and it has several controls which the user can move, rotate and scale using their respective ManipulationDelta's. The problem is that the user can accidentally carry the control out of the Canvas or screen…
Arctic Vowel
  • 1,492
  • 1
  • 22
  • 34
1
vote
1 answer

How to upload an image from a tablet running Windows 8.1 metro application?

I need to upload an image to a server, less then 20 lines of code please. and no questions about services. My boss expects it to work like ftp of old days...
Lyle
  • 419
  • 1
  • 6
  • 26
1
vote
1 answer

Windows Metro app and Angular route ui and dynamic content

I have an existing angular / phonegap app that I'm trying to port to a windows metro app for win8. I've replaced my jQuery with a metro specific version and I've wrapped each angular module in the MSAp.execUnsafeLocalFunction method and I'm getting…
Will Haley
  • 265
  • 1
  • 9
1
vote
1 answer

How do I achieve this razor concept (partial views) in Metro/Rt?

I'm pretty new to Wpf/Metro/RT (I've done some stuff, but not much), and I'm trying to achieve this effect where I can pass an object to page/partial view to have it render on the main page, and potentially have it render recursively based on the…
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
1
vote
1 answer

Access function of containing Canvas from contained children / User Control

I'm working on a C# metro (store) app which has a UI similar to the following code (as an example) : The containing canvas has a function "AddToLog(string…
Arctic Vowel
  • 1,492
  • 1
  • 22
  • 34
1
vote
1 answer

XAML / C# Extracting data from a group of TextBox in a ListView?

I am creating a Windows phone 8.1 application I have a generated a list of textboxes RepTb in a listview. But I cannot figure out a way to get the text in these textboxes.
1
vote
0 answers

How to check the app is running on Windows 8.1 OS in Winrt

In my windows metro style application i want to check whether it is running on windows 8 or windows 8.1. please help me.
Aneesh
  • 73
  • 1
  • 6
1
vote
0 answers

Access to webcam c# Windows 8.1 permission

How to get access to webcan in c# and Metro app(windows 8.1 store app). After start app i see somthing like that "This application need permission to use camera". I try to add permission in cam setting, but ther's no way to find my aplication. In…
Faron
  • 123
  • 14
1
vote
2 answers

C# Metro (Windows Store) Keeping ListView sorted

What is a good solution to keep an ObservableCollection that is bound to a ListView sorted alphabetically? It seems Windows 8.x does not offer sorting on the CollectionViewSource, so I will need to sort the ObservableCollection. The collection…
Rexfelis
  • 57
  • 3
  • 10
1 2 3
99
100