0
votes
0answers
15 views

Combo box inside Data Template interchanged and vanished When i am scrolling down

I am developing an windows 8 Metro App using xaml and c# in which I have bind a combo box inside Dev Express windows 8 grid control. All these are working very well but when am scrolling down the data ...
1
vote
0answers
21 views

Resize buttons styled with AppBarButtonStyle

I like the AppBarButtonStyle idea of using font character as button icon because of its scaling abilities, but it is of no use if i cannot resize them properly. Changing Width or Height of button ...
0
votes
1answer
44 views

Share selected text in listView item

I have a ListView with text items. How do I make Share (in the charms bar) available when a given item is selected, and then pass that selected item into the Share contract? I know how to share, but ...
0
votes
1answer
50 views

how to create data fields in xml for windows8 (c#-xaml) metro app ? how to access and parse that data ? and how to import that xml data in xaml UI?

I'am programming a Windows 8 Store App (Metro Design) with C# and XAML using Visual Studio 2012. There is no need for a database server with multi user support etc.my application is like reminder and ...
0
votes
1answer
17 views

Substitute for CreateDirectory or Path.Combine in Windows 8 apps

CreateDirectory and Path.Combine doesn't seem to work on Windows 8 applications. How could I substitute it? My first intention was to create a folder inside %APPDATA%, but ...
0
votes
1answer
42 views

ReadText from file in ANSII encoding

I use Q42.Winrt library to download html file to cache. But when i use ReadTextAsync i have exception: No mapping for the Unicode character exists in the target multi-byte code page. (Exception from ...
0
votes
1answer
72 views

Windows 8 Metro XAML. How to change background of grid on hover and/or click

I would like to change the background of my grid to white when you hover over or select it. I'd also like to change the color of the text inside at the same time to black. This is specific to one page ...
0
votes
0answers
31 views

how to open listbox upwards

I have listbox in a popup under a textbox in my project the text in textbox is searched and results are shown in listbox my problem is the textbox is nearly at the bottom of my page and when textbox ...
0
votes
0answers
25 views

RichTextBlock is truncated (display only first column) after un-snap

I have a classic RichText Block with long long text. If i snap application and then goto fullscreen mode, then displayed only first column and right border of control is truncated. <Grid ...
0
votes
1answer
34 views

scrollviewer the property 'content' is set more than once

Here My Code <Grid Style="{StaticResource LayoutRootStyle}"> <Grid.RowDefinitions> <RowDefinition Height="140"/> <RowDefinition Height="*"/> ...
0
votes
2answers
55 views

Metro style: how to show filtering options for longlistbox in a proper way

I have a large collection of items with several parameters, so i'd like to give a user a possibility to have different filters: like order by time, by alphabet, or by categories. How should i ...
0
votes
1answer
108 views

How to convert byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8

now I've had a problem that is how to convert byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8 ? This is my code, but It did't work, refer the following code internal ...
2
votes
1answer
100 views

Animation while changing background image (C# winrt)

I am working on windows 8 music app. I am changing background of page with image of current song/album. I want to add fadeIn/dafeOut animation while I am changing image but can't figure out how I can ...
0
votes
1answer
43 views

DataGridTemplateColumn Sorting capabilities Telerik RadDataGrid Windows 8

Normally the Sorting capabilty ( little triangle in the column header + functionality on header click ) comes out of the box if you are using some "typed" column, just by setting the PropertyName to ...
0
votes
1answer
41 views

ComboBox in Telerik.UI.Xaml.Controls.Grid.RadDataGrid

Windows 8 Visual Studio 2012 Express Simple XAML: <telerik:RadDataGrid ItemsSource="{Binding ProductsSource}" AutoGenerateColumns="False"> <telerik:RadDataGrid.Columns> ...
0
votes
1answer
103 views

Load Selected item of combobox from roaming settings

I have a combobox <ComboBox x:Name="cityPicker"> <ComboBoxItem IsSelected="True"> <x:String> city1 </x:String> </ComboBoxItem> ...
0
votes
3answers
69 views

Static method call in xaml

How can I use static method (with parameter) in xaml in metro style app? In wpf I could use ObjectDataProvider but there is no such a thing in WinRT. I need use it sth like this: <button ...
-1
votes
0answers
193 views

Imitating windows 8 live tiles [closed]

Okay I know there are tons of posts about win 8 live tiles but none of them help at all. I have made tile controls with animations but none of them look the way I want. I have looked at other ways to ...
0
votes
0answers
58 views

Metro/Windows Store App C++ TemplateBinding user controls to visiblity

I have a user controls with various elements inside the controltemplate. I am trying to set the visibility of the border element via TemplateBinding, but I am having difficulty doing this. Initially ...
0
votes
1answer
59 views

How to expand trimmed textBlock

I have a metro application on C#. And i have a big text. I need to display this text trimmed on textblock, but when user click on it, textblock is expanded and display full text.
0
votes
1answer
35 views

GotFocus event not firing

I have an image inside a datatemplate on which I want to call a method when it gets focus, but the gotfocus event is not firing. Here is the code: <DataTemplate> <Canvas ...
1
vote
0answers
43 views

GoBack performance

I'm wondering how to improve GoBack performance for metro app. If I have 2 pages (let say homepage and secondpage) and if I navigate to my secondepage then pressing back button it seems that my ...
0
votes
1answer
65 views

Deselect items in Listview (windows store app)

I have a ListView named _criteria, populated with 5 items. ListView SelectionMode="Multiple" When each item is selected, I want to increment the int count by 1, which I can do here in the _crit ...
0
votes
1answer
36 views

How to set property of control from another class

I have a progressBar control on page. All data getting by this.DefaultViewModel["Items"] = feedAllCinemas.Cinemas; where feeAllCinemas placed in another class. I need to control visibility of ...
0
votes
1answer
49 views

Metro UI not update

I'm just start working on metro app and i'm facing a problem that is dispatcher not updating the UI. My code is below please let me know what was the issue ? public class Test : DependencyObject { ...
0
votes
2answers
110 views

ListView spacing in XAML

So, I am having issues with spacing in a listview, Here is my code: <ListView Width="300" ItemsSource="{Binding ChosenDepartment.HoursList}" Grid.Row="1" Grid.Column="1" ...
-1
votes
3answers
51 views

Can't access child element in UserControl

I created a UserControl with a TextBlock in it and the problem is I am not able to change the text of this UserControl from the MainPage where I have used this Usercontrol. Plz help am new to Metro ...
0
votes
1answer
30 views

How to remove EntranceThemeTransition from a single object in a Windows 8 App?

It seems like every object that has been added to a page in a Windows 8 App gets this "slide from right to left"-entrance-transition which begins whenever someone navigates to the page. Is there a ...
0
votes
1answer
58 views

Toggleswitch size in xaml

How do I change the size of the actual switch in ToggleSwitch in xaml? I can change the text size for the OnContent and OffContent, but the sliding switch never changes size. None of these change ...
0
votes
1answer
139 views

Running storyboard animations in windows 8 datatemplate

I'm trying to create a to do list in Windows 8 XAML. when I complete an item, I want a storyboard to erase the completed items. How can I get a storyboard to run on items inside a datatemplate? ...
0
votes
0answers
50 views

Sliding effect on buttons

I have a user control which looks like this: I want to achieve the effect in which when a user clicks on a button, every other button slides side ways and some content according to the clicked ...
0
votes
0answers
39 views

Animation height of ItemsControl in windows 8 trough code

In win8 app I am trying animation height of ItemsControl it worked through xaml with the help of this post but when i tried through code it not happening, am I missing something... private ...
0
votes
1answer
66 views

MVVM Light, Metro App, Inheriting ViewModelBase breaks design mode

I'm having a strange issue, and I can't seem to find any answers on. I'm building a Metro Store App with Visual Studio 2012 using MVVM Light through NuGet. When designing and adding the data context ...
0
votes
0answers
11 views

MP3 music is always cut off for a little while between early 0 to 5 seconds. [Windows8]

I made a sample project which you can repro. Make sure internet access. Run a sample app, And click "Play" button below the WebFile header to play remote mp3 file. You may hear that the music is ...
0
votes
1answer
156 views

Creating an image with rounded corners in a windows 8 metro application

I'm trying to create an animated playing card in a windows 8 metro application. I found that by using 2 rectangles in xaml and with a transform and setting the z order I can get a decent looking ...
0
votes
0answers
18 views

Fetch data from mail app in your metro application

Is it possible to fetch data from 3rd party metro application into my application? e.g. I am trying to find out if my metro application can fetch email data from a specific user. Is it really possible ...
0
votes
1answer
61 views

Why the WebView is always on top and can't handle focus etc.?

Suppose you have in your Metro application the WebView component taking all the "page" height (except the "title bar" of course). At the left side from the WebView you have some other elements. You ...
0
votes
1answer
22 views

How to disable Auto Locking when our metro app is running?

i am developing a metro app in which i fetching some data from service at that moment the device will go to auto lock since it is un - responsive for long time. so , how can i avoid this auto ...
1
vote
2answers
151 views

Metro App Change ListView Selected Item Content Foreground

I have a ListView and modified it's DataTemplate with 2 TextBlocks. The first TextBlock contains a Heading, the second a Sub-Heading. I style the 2 TextBlocks with different colours. Here's an ...
0
votes
0answers
26 views

Title On Grid's XAML

I am developing metro style application in which I have one grid in which I have two rows the grid's width is long. in first row title is there and in second row the data. when I do scrolling title ...
2
votes
1answer
174 views

WPF MahApps.Metro - Where to put ResourceDictionaries?

I'm using MahApps.Metro, version 0.11.0.9-ALPHA for .NET 4.5. and want to know the best way to reference their resource dictionaries. I was told that I shouldn't reference them as merged ...
6
votes
3answers
135 views

TextBlock binding displays class name instead of empty string

I have the following Windows RT app. I bind a List of Strings to an ItemsControl of TextBlocks. This will display the empty strings as "System.Collections.Generic.List'1[System.String]" instead of ...
0
votes
1answer
62 views

GridView crashes on touchscreen works with mouse

I'm working on a Windows Store app (C#/XAML). I have a default GridView control inside a UserControl. Here is the entire code: <GridView Grid.Column="1" Grid.Row="2" SelectedIndex="{Binding ...
1
vote
1answer
27 views

How to catch binded data updated event?

I am writing an app for windows 8 and I have a UI class called GroupedItemsPage which inherits from LayoutAwarePage that contains the data : this.DefaultViewModel["Groups"] = sampleDataGroups; ...
3
votes
1answer
80 views

How to set control x:Uid attribute programmatically for a metro app control?

I need to set the x:Uid attribute of some control programmatically? this attribute is used for localization.
1
vote
3answers
61 views

Is there a jump list control in WinRT like Windows Phone?

I do want this control in sometime for my project. For ex, I want it to be displayed when my app in snap mode.
0
votes
1answer
157 views

Binding a FlipView with GridView

I have a GridView binding with a data source which works perfectly. public void LoadXmlData(string dateOfRunAsString) { IEnumerable<RetrieveFromXml> processList = from process in ...
1
vote
2answers
50 views

binding with object

I want to bind projectName Property which is in the project object...here is my view.xaml.cs file.. Code Behind: TempData t = new TempData(); t.Contract = contract; t.Project ...
0
votes
0answers
60 views

MediaElement fails playing WAV sound

my Windows Store App uses a MediaElement, which is defined in XAML, to play WAV sounds. After over 500 running installations, one serious user reports, that the sound output completly fails on his ...
0
votes
3answers
296 views

Image button style issues in XAML

I have a XAML code as follows: <Button x:Name="stopButton" Click="Stop_Click" IsEnabled="False" HorizontalAlignment="Right" Height="75" Width="75" ...

1 2 3 4 5 13