microsoft-metro Questions

8

Solved

After updating to React Native v73.1, I'm getting the below error when trying to run the app in Windows: error Cannot start server in new window because no terminal app was specified. How c...
Bidding asked 19/12, 2023 at 9:52

6

Solved

How do I convert the contents of a Platform::String to be used by functions that expect a char* based string? I'm assuming WinRT provides helper functions for this but I just can't find them. Than...
Marisamariscal asked 31/7, 2012 at 17:54

3

Solved

In a Windows Store App, is there any way to apply a StrikeThrough effect on a TextBlock's content? If there isn't, a RichTextBlock or any similar controls would do. It doesn't matter if it's throug...
Isaacson asked 7/10, 2012 at 19:51

2

I need to take some resources from SOURCE.PRI file, modify certain values, then create TARGET.PRI file, which has the exact same content as SOURCE.PRI, except the modified values mentioned above. ...
Henigman asked 5/2, 2013 at 16:22

4

Solved

I tried InkScape & XPS method, but it doesn't give me correct XAML. Can anyone please convert this SVG to WinRT compatible XAML ?
Windowlight asked 4/9, 2013 at 21:25

11

Solved

In my C#/XAML metro app, there's a button which kicks off a long-running process. So, as recommended, I'm using async/await to make sure the UI thread doesn't get blocked: private async void Butto...
Description asked 12/10, 2012 at 11:53

4

Solved

I have the following main.xaml and usercontrol. I need to place several times the user control on the 2nd row, 2nd column of the grid, By using visual studio it wont allow to drag and drop the use...
Bourse asked 10/6, 2012 at 22:8

4

As I said in my previous question I'm migrating my app to windows Metro app. I'm getting an output like this I don't understand this output, if anybody knows then this please say!
Mannered asked 23/11, 2012 at 12:13

6

Solved

Does anyone know what framework microsoft used to develop the metro like web management portal on windows azure. If so. Is it available to developers?
Specialty asked 20/6, 2012 at 10:54

5

I need a way to open a file in a Metro app from command line. So far I've figured out how to start the app from command line without any third-party scripts explorer shell:AppsFolder\Microsoft.Re...

3

Solved

I'm using a listView based on itemTemplate. So i need in my template to alternate the background color : - fist row: white - second row:gray - third row: white - forth: gray this is my templa...
Hypophysis asked 9/10, 2012 at 8:59

4

Solved

I have searched this up rather a lot, but come up with no helpful results. I am currently trying to program simple DirextX game for Windows 8 Metro, and have come across _In_ rather a lot. I'm jus...
Misunderstood asked 12/7, 2012 at 17:29

5

Solved

I have a StackPanel in my WinRT C# Metro app that I want to use as container for a label/value pair (TextBlock and TextBox) like this: <StackPanel Orientation="Horizontal" Width="400"> <...

6

Consider the following to be extracts from a Windows 8 Metro / WinRT app, which have been reduced to the bare minimum required to show the anomaly: public class App : Application { public App() ...
Lotetgaronne asked 10/9, 2012 at 1:18

1

Solved

Currently in UWP apps multiple windows for an app are running in different UI threads, which makes development difficult (to run in the current dispatcher), In MSBuild 18 microsoft announced that n...
Hilaire asked 1/6, 2018 at 8:58

3

Solved

How can I get the type of pressed pointer (left mouse down or right mouse down) in a Metro style C# app? I didn't find a MouseLeftButtonDown event handler in any Metro style UI element. I should us...
Retentive asked 16/12, 2012 at 18:50

4

Solved

I am trying to write a piece of code in C# to find all installed Metro Applications on a machine. I came across the following post Get a list of metro apps and launch them in Windows 8 using PowerS...
Synovitis asked 12/8, 2013 at 3:0

6

Solved

I'm starting learning XAML and I add some code to my BlankPage application. And suddenly a constructor which is initializing a component: public BlankPage() { this.InitializeComponent(); } S...
Chapland asked 22/4, 2012 at 8:53

4

Solved

I'm porting my published app in Windows Phone, to Win 8. While trying to write to the IsolatedStorage equivalent, ApplicationDataContainer, I get an exception. The exception says Error : The si...
Camboose asked 20/6, 2012 at 7:39

6

Solved

I have some existing code which I am porting to Windows 8 WinRT. The code fetches data from URL, asynchronously invoking a passed delegate: private void RequestData(string uri, Action<string&gt...
Araiza asked 5/11, 2012 at 21:45

6

Solved

I like the window chrome on the new Office Suite and Visual Studio: I'm still developing applications for Windows 7 of course, but I'm wondering if there's a quick and easy way (read: WPF style ...
Eliaseliason asked 27/11, 2012 at 20:17

10

I'm trying to get a search contract working on my Win 8 app but after adding a search contract to my project I get the following namespace error: LayoutAwarePage does not exist in namespace App1.C...
Ballet asked 13/9, 2012 at 7:29

4

Solved

Creating Metro (Microsoft UI) app for Windows 8 on WPF+C#, I met difficulty with PointerPressed event on a button. Event doesn't happen when i perform left-click (by mouse), but it happens in case ...
Cymose asked 8/2, 2013 at 6:34

6

Solved

I am developing a metro application and I want to create some async operations whose my own classes would implement. I have found just examples of async using WinRT operations (e.g. CreateFileAsyn...
Charlatan asked 17/10, 2011 at 19:46

3

I am using an image hosted on a server in my C#/XAML WinRT app. When that image is downloaded, I want it to fade in. I noticed the FadeInThemeAnimation which is what I was hoping to use. But, I wan...
Allomorph asked 30/6, 2012 at 11:33

© 2022 - 2024 — McMap. All rights reserved.