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
2 answers

Mahapps Metro Controls:Tile Background Image

I want to create with Mahapps.Metro a cool Windows 8 look. I used the elements. Here is my wpf Code:
Name
  • 564
  • 1
  • 8
  • 18
1
vote
1 answer

Trigger BackgroundTask either any of two conditions: PushNotification Received or using Geofence

I have as single BackGroundTask. Can we start this BackgroundTask using both PushNotification or using "Geofencing" technique in a same app? My requirement is that, BackgroundTask should start in either any of the following two cases: When push…
1
vote
1 answer

Windows 8.1 StreamSocketListener c#

So I'm fairly new to programming and decided to try some networking but I'm stuck. I tried to create a simple client and server just to establish a connection. Obviously, it doesnt work, and I've looked around but can't find any new information to…
1
vote
0 answers

Can't we use raw push notifications to trigger backgroundTask without adding LockScreen in Windows Phone

Is there any way to start BackgroundTask when the raw push notification is received. I don't want to add lock screen app feature. Please help me.
1
vote
0 answers

Touch doesn't work in Windows 10 file open picker

I've downloaded the file open picker sample from microsoft (https://code.msdn.microsoft.com/windowsapps/File-picker-app-extension-0cb95155) for testing the file open picker contract. I installed the sample app and then went through the file picker…
1
vote
0 answers

Bluetooth low energy application Metro style

I want to develop a windows 8 metro app (C# and XAML) which support the bluetooth low energy(BLE) feature. I found a sample Windows Phone app for this.I tried to convert to Windows 8 app, but some features are not supporting in Windows 8 like…
1
vote
2 answers

Get icon main color and select predefined color from list

I have the problem, that i need to figure out the main color of an icon, and selected the "nearest" color from a list in c#. At first i have a list with colors, for example: R: 176, G: 30, B: 0 R: 114, G: 0, B: 172 R: 25, G: 153, B: 0 R: 255, G:…
BendEg
  • 20,098
  • 17
  • 57
  • 131
1
vote
1 answer

Visual Studio 2015 Missing Features (Metro Development)

Anyone else using Visual Studio 2015 to develop Metro applications? I just upgrade this week - fresh install of VS2015 and Windows 10. When I try to create a project that targets Windows 8.1 I get a message that says the feature isn't installed. …
Quark Soup
  • 4,272
  • 3
  • 42
  • 74
1
vote
1 answer

How to resolve exception : The wait operation timed out. (Exception from HRESULT: 0x80070102)

I am getting this exception when calling PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(); method. It is working fine on Device, but fails on Local Machine. This is my code : private async void…
Akshay
  • 187
  • 1
  • 3
  • 13
1
vote
1 answer

WinJS AutoSuggestBox doesn't render properly

I am using the WinJS.UI.AutoSuggestBox from the first example on this link: http://try.buildwinjs.com/#searchbox:simplelist1 I copied the exact same code to make sure I was not making any mistakes on my part, but it still doesn't render correctly. I…
Marcelo Perrella
  • 127
  • 1
  • 2
  • 9
1
vote
2 answers

Canvas not suppported in WPF project?

I'm trying to animate a canvas in WPF using Storyboard and DoubleAnimationsUsingKeyFrames my code goes something like this:
Amol Borkar
  • 2,321
  • 7
  • 32
  • 63
1
vote
1 answer

RenderTransformOrigin vs CenterX and CenterY

When applying a transform on a control in Windows Store apps, to set the origin of the transform, I see from the documentation that you can either set RenderTransformOrigin on the control or set CenterX and CenterY on the transform itself. What is…
Arctic Vowel
  • 1,492
  • 1
  • 22
  • 34
1
vote
1 answer

2D Graphic in Windows Universal App

I was thinking about my upcoming school project focused on Windows 10 universal apps and I ran into very interesting experiment : https://www.chromeexperiments.com/experiment/stochasticity I want to work on something very similiar or achieve…
Oli Řeháček
  • 53
  • 1
  • 1
  • 10
1
vote
1 answer

How to launch a desktop application from windows store apps?

Please tell me how we can launch a desktop application or .exe file from a Windows store app using c#. Any help would be really appreciated. Thanks in Advance!
1
vote
1 answer

Linking of a data source with TListBox with headers by LiveBindings does not work

I was coding an FMX metropolis application in Delphi XE5 and met the error in synchronization of datasource and TListBox. It works properly until there is a group header that unites one or more items. The selection of the first item of ListBox…
asd-tm
  • 3,381
  • 2
  • 24
  • 41