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.
-1
votes
1answer
12 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 ...
-1
votes
1answer
12 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
5 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
11 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
55 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.
0
votes
0answers
30 views
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
17 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
27 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
42 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
12 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
18 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
42 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
34 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
18 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
22 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
17 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
0answers
62 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
7 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
26 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
30 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
27 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
28 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
29 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
30 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
49 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
35 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
1answer
40 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
30 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
28 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 ...
0
votes
0answers
50 views
How to access folder & get StorageFile list in WinRT class library?
I am creating a class library. It contains several images. In WinRT app we can enumerate files from specific folder like this.
var folder = await ...
0
votes
0answers
21 views
Can a Metro App load resources from a static library?
I am porting my DirectX code from Win7 to Metro, but I am keeping the DirectX code in a library so it is usable by a Metro app or a Win7 app. This is all working fine, except for resources.
Is there ...
0
votes
1answer
25 views
Metro App StorageFile GetThumbnailAsync Background
In a Metro App, when retrieving the Thumbnail of a StorageFile using the GetThumbnailAsync() method, the Background Color is a Dark Blue/Navy Blue.
Is it possible to override this Color? I would like ...
1
vote
1answer
41 views
Custom SelectionMode for GridView. Select only on right click
I'm trying to implement a bit complicated selection behavior for GridView in my Windows 8 app. I know that it is be possible as OneNote app from Windows Store implements exact same behavior as I want. ...
0
votes
1answer
40 views
Metro App ListView SelectedItem Selected VisualState
I have a Metro App with a ListView that contains this definition:
<ListView Grid.Row="0" x:Name="lv" CanDragItems="True" CanReorderItems="True" IsTabStop="True" SelectionMode="Extended" ...
1
vote
1answer
22 views
Metro App Permissions Settings Charm
My Metro App, uses Notifications and requires Lock Screen Access. All working great! Now, I notice that a Permissions settings charm is automatically created, with an option to turn On and Off these ...
1
vote
3answers
127 views
Horizontally center a DIV in page
I'm trying to center a div, which is the Microsoft pubCenter AdControl for Windows 8 apps in HTML5/JavaScript.
<div id="myAd" style="; top: 0%; width: 292px; height: 60px; z-index: 1"
...
1
vote
1answer
32 views
How do I set margins at runtime?
I have a custom control called MyListView that inherits ListView.
songlistMargin = new Thickness(2, 74, 2, Window.Current.Bounds.Height / 2 + 18);
playlistMargin = new Thickness(2, ...
0
votes
1answer
33 views
Convert a Windows Forms app to Metro UI app
Using Visual Studio 2012 Desktop I created a Windows Forms app in C#. It runs fine on Windows 8, and from the Win8 start menu, I can click it (I had to put a shortcut in the start menu) but switches ...
1
vote
1answer
39 views
How to get back button on a new page I added?
I am using navigation template and get a default home page. I add another page called home2, nothing changed yet everything what I get out of VS. From home, I can go to home2. Problem is from home2,I ...
2
votes
1answer
45 views
Differences between wpf xaml/programming and metro xaml/programming
I have some background with windows presentation foundation and now I am trying to move to metro.
I have some experience with wpf with custom markup extensions, resource dictionaries, various ...
0
votes
0answers
12 views
NTLM authentication with BackgroundDownloader in metro app
I want to use BackgroundDownloader class to download files from some external repository which uses NTLM authentication, So i need to pass NTLM authentication header in request from my ...
0
votes
2answers
36 views
Inserting large amount of records into Sqlite database
In my Windows 8 metro app I have a table in a SQLite database on occasion will have to be updated with a large amount of records (around 500 to 600). I get the records from a web service and I loop ...
0
votes
3answers
52 views
How do I start developing for Windows Phone?
I'm a software developer with 2 years of experience in web development using ASP.NET. I'm also a Microsoft Certified Technology Specialist for Web Development using .NET Framework 4.0.
My experience ...



