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
1answer
6 views

Windows Store Frame Navigation: How to get the source page?

On windows store apps we usually use something like this: this.Frame.Navigate( typeof(ItemDetailPage), itemId); To navigate between the app's different pages. After the page I want to navigate to ...
0
votes
0answers
5 views

Windows 8 Background Downloader Issue

I'm having an issue with a Windows 8 metro application that I am building. I am using the JavaScript Windows 8 library for this application. My issue is that I have some code which downloads a file ...
0
votes
0answers
14 views

Windows 8 desktop application vs Metro app

I need to create applications on Windows 8 tablets. Selling the application is not an issue, it's mainly needed for my own work. I cannot decide if I should create a desktop application or a Metro ...
0
votes
1answer
27 views

Changing text color for selected ListViewItem in metro UI applicaiton

please help me to get things together. I'm working on Windows 8 metro application that contains ListView. My listview contains TextBlocks. Something like this: MyPage.xaml: <DataTemplate ...
0
votes
1answer
12 views

wp8 Package.Current.InstalledLocation.GetFolderAsync can't get the new folder under Assets

I created new folders under assets, and used the following code to get the new folder but failed by : The system cannot find the file specified. (Exception from HRESULT: 0x80070002) var folder = ...
0
votes
0answers
6 views

Windows 8 - UserControl Binding with C++

I have a C++ Metro project, I wanted to create a UserControl to create a composite ui element. Designed the control, adding some bindings. Sorted. Added the new control to the main form and the ...
0
votes
1answer
11 views

How to detect ALT (Menu) button keydown on global page level in a WinRT app

I use following code to detect all key events in a WinRT app page: Window.Current.CoreWindow.KeyDown += CoreWindow_KeyDown; ... private void CoreWindow_KeyDown(CoreWindow sender, KeyEventArgs args) ...
-1
votes
1answer
13 views

GridView Sample in windows 8?

I need GridView Sample to bind image and text data to item template.Anyone please tell me samples on that ,how to bind the data to gridview in windows 8?
0
votes
1answer
14 views

how to display form at windows 8 homescreen

How would I get a Windows form to show up on not only the desktop but also the Windows 8 metro start screen? I know it's possible because the on-screen keyboard does this: ...
0
votes
1answer
31 views

ListView displays certain images but won't display others

I'm trying to get certain images to display on the side of the scrolling item list created by ListView. Right now I'm using the data template from ...
0
votes
0answers
26 views

Implementing a Windows 8 app with nested navigation

I'm currently developing an app for Windows 8 which should provide nested navigation. The main view is split into 3 parts, a menu area on the left side, a Content area and a Header. Both the menu and ...
0
votes
1answer
12 views

Windows 8 - XAML - Conditional background for row in ListView

I have a data source with items in it. Each item has a boolean called "IsAvailable". I want to render the datasource in a ListView. The background of each row must be green if "IsAvailable" = true or ...
0
votes
0answers
13 views

Metro App check if a webserver/webpage is up and available

What javascript code can be used in developing a Windows 8 app to check if a webpage or webserver is up? Example localhost or 127.0.0.1 or stackoverflow.com Does simply using AJAX normal to use? How ...
0
votes
0answers
31 views

cannot access to userControl

I working on a metro style project and I have 2 user controls. when I run the project I get an error says that:"Page does not have any component with name "usercontrol"." I dont write the classes in ...
-1
votes
1answer
18 views

Scroll in design view for metro style app in Visual Studio 2012

I am working on a metro style app (XAML) in Visual Studio 2012. I am building a form that flows vertically on the screen that the user will have to scroll. I would like to be able to see the form in ...
0
votes
1answer
26 views

Using Gridview for metro apps

I am working on Windows Store application using C#, Right now I working on FileOpenPicker FileOpenPicker fileOpenPicker = new FileOpenPicker(); fileOpenPicker.ViewMode = PickerViewMode.List; ...
0
votes
0answers
11 views

MVVM How to implement Drag n Drop functionality using MVVMLight IOC (RelayCommand)

Can someone please help me implementing Drag and drop functionality in Windows Store App using MVVMLight IOC. I'm getting an error "WinRT information: Cannot add instance of type ...
0
votes
0answers
13 views

How to build a Metro app to custom folder

I'm trying to build my Blank App(XAML) for Windows store in custom folder via MSBuild. In documentation is written that I should add the following attribute to my build command: /p:OutputPath="path", ...
0
votes
1answer
73 views

C# Async serialization

Is there a way to to serialize class asynchronously? I'm asking becouse when my program is trying to do this: public static async void Serialize(List<Zajecia> xml_List) { using (var ...
-1
votes
0answers
10 views

Is there is any way to store the data using windows 8 metro style in database using c#?

i'm trying to develop a metro style application which deals with data's. Is there is any way to store the data in Database and retrieve it back using windows 8 metro style application.
2
votes
1answer
76 views
+50

Playing simple sounds in a Windows Store (Metro) application

I am building a Windows Store (Metro) application using XAML and C#. I would like to play a simple tone and be able to control the duration and pitch; the kind of thing we used to do with ...
0
votes
0answers
19 views

Profile winrt applications

I write a WinRT app and I have about 2 thoushand elements on canvas. It's textblocks, small images, hidden borders (for catching touch event) etc. So now it's perfectly works on my desktop machine, ...
2
votes
2answers
35 views

How to bind 2 CollectionViewSource to a GridView

We have two CollectionViewSource <CollectionViewSource x:Name="groupedItemsViewSource" Source="{Binding CategoryData}" IsSourceGrouped="true" ...
0
votes
1answer
48 views

C# Metro Unable to access object properties from List<Object>

Trying to build a Windows 8 App using C# and XAML. I've created a class: class Tile { public Tile(int ID, string Name, double Frequency, double Divider, int Value, int Turns, int StartLevel) ...
0
votes
1answer
18 views

Metro App HtmlAgilityPack construct well formatted Html

I have a Metro App that formats html from various sources and as such there isn't any consistency in the html structure. Fortunately, there's an HtmlAgilityPack build for Metro Apps which I think can ...
-1
votes
1answer
19 views

Metro style push button using html5 css3 and jquery [closed]

I wish to create a metro style push button using CSS3, HTML5 and Jquery. If there is any solution based on jquery library that could give me this feature it is well appreciated.
4
votes
1answer
52 views

How do I hide virtual keyboard for select element in Win8 JavaScript app?

I'm creating Windows 8 application in JavaScript. I have these html input elements in the markup: <input id="myField1" type="number"></input> <select id="myField2"> <option ...
0
votes
0answers
35 views

My serialization function crashes my app

public static void Serialize(List<Zajecia> xml_List) { XmlSerializer Xml = new XmlSerializer(typeof(List<Zajecia>)); MemoryStream file =new ...
0
votes
0answers
19 views

Create and write pdf file from base64 win8 metro app

I am pretty new at this (making a win8 metro app). I am sending a decoded base64 string to my function and trying to write a pdf file through a binary buffer, but the only thing i get is a blank pdf. ...
0
votes
2answers
23 views

Adding image on listview metro app

public class ImageChannel { public string ImagePath { get; set; } public ImageSource Image { get { return new BitmapImage(new ...
1
vote
0answers
18 views

Overlay an Image onto a video in windows 8 metro App using c#

I'm trying to figure out how to overlay an image over a video file in windows 8 metro app using c#,i can found link http://sourceforge.net/projects/directshownet/files/DirectShowSamples/2010-February/ ...
0
votes
1answer
98 views

C# Windows 8 Store (Metro, WinRT) Byte array to BitmapImage

Hey guys I am currently working on a Windows 8 Metro app that applies filters to images. I have a web version of the app and wanted to port it. But as we all know WinRT doesn't have all the good ...
-1
votes
0answers
3 views

how to call an event after Goback method in Metro style apps

I am developing apps in which I am calling Page in which LoadState event of datacontext is called but initially it doesnot get data because of signin was not done but after sign Function.after sign in ...
0
votes
0answers
9 views

Metro - XAML AppBar ZIndex (need frame to overlay appBar)

I am creating a GlobalPage/FrameHoster that will contain my AppBar and then a Frame control which will host all of my application pages. This all works great except that some of page navigation ...
0
votes
1answer
27 views

WinRT replace colour in BitmapImage with another

I've been looking to do the following: Replace a Colour in a Bitmap, with a Different Colour. After a bit of reading, i gather that this might be possible using WriteableBitmap. I haven't a clue ...
0
votes
0answers
31 views

Display Image in webview form local html Image with CSS in C#

In the local HTML page if I have image means, I am getting image "src" value & replacing with Base64 & getting that XmlDocument value and then loading in Webview. xmlDoc.GetXml(); string ...
0
votes
1answer
28 views

Can't add an event to a button

I am working on this Windows 8 test application and I'm using the grid app template. In the itemDetail.html I have the following HTML code (I removed all the other code in that div and added this ...
1
vote
1answer
29 views

Metro App ListView Binding Item Issue

I am experiencing a unique problem with my Metro App. The problem is as follows: I have a Custom Serializable ObservableCollection which is capable of Sorting and Filtering. This object is then bound ...
0
votes
0answers
17 views

Internet connection is making my phonegap application slower

I've just started developing application with phonegap, at present i'm doing that in windows 8 application ie metro application, i've tried running a simple hello world application but it takes ages ...
0
votes
0answers
14 views

Where is an accepted user data location in a ModernUI App?

I need to store what would probably be considered user data for a Windows 8 app. It consists of information about a set of college classes, each with several attributes, and several additional lists ...
0
votes
1answer
13 views

Notifications sound metro app

ToastTemplateType toastType = ToastTemplateType.ToastImageAndText02; XmlDocument toastXML = ToastNotificationManager.GetTemplateContent(toastType); XmlNodeList toastText = ...
0
votes
0answers
31 views

Metro C# StreamSocket DataReader InputStream await

I have a server running on my laptop and am trying to use StreamSocket to communicate with it. Everything is working fine. I can send and receive messages but I have one big question. var reader = ...
0
votes
1answer
17 views

TextRadioButtonStyle pointer over problems in Windows Store app

UPDATE 1 Here's my sample project I am using TextRadioButtonStyle in my app. When I move pointer over radio button it becomes white but when pointer is out from the button the original foreground ...
1
vote
0answers
34 views
+100

Metro App Print WebView Content

I have a Metro App and I am attempting to Print the Content of a WebView control. Using the MSDN Print Sample as my source reference. I simply change the XAML in the printableArea as follows: ...
2
votes
3answers
54 views

How to get single row from SQLite database in Windows Store apps?

If I want single primitive value like int, string, float etc I can do like this. using (var db = new SQLiteConnection(DbPath)) { double i = db.CreateCommand("select salary from PersonMaster where ...
-2
votes
0answers
36 views

Modern (metro) UI tutorial with SignalR [closed]

Does anyone have any experience on combining these 2 technologies together and tell me how they work together if there is any caveats / gotchas?
0
votes
2answers
47 views

How to implement a lazy load GridView on WinRT?

I need to implement a gridview of thumbs. But when my app hit 200 thumbs, it starts to get memory problems(of course). I need to implement a lazy load but I don't know how to detect where the ...
3
votes
0answers
31 views

How to get the name of a running HTML Windows 8 App (not WWHOST)

I'm trying to get the name of the Windows 8 App that is running with a given ProcessID. I can get to wwahost, that is the real name of the process that is running, but I want to get the name of the ...
0
votes
0answers
36 views

ListView in FlipView Windows 8 Metro App C#

i'm developing a currency app which takes currencies from 5 different sources. The problem is that i'd like to show them page to page in flipview. Here's my code to read currency xml to listview; ...
1
vote
0answers
27 views

How to restrict a xaml flipview to flipping in a single direction only?

I'm presently using a Windows.UI.Xaml.Controls.FlipView class to display a series of images in a Windows 8 Metro app. In the normal use case, the user can flip back and forth between the images, so a ...

1 2 3 4 5 69