1
vote
0answers
17 views

PreviewKeyDown for Windows Store App ListBox

Is there an equivalent to the PreviewKeyDown for a Windows Store App? It isn't available. I have exactly the same problem as described here: I have a ListBox with a TextBox above it. I would like ...
0
votes
1answer
31 views

Simpler possibility for groupedview

I have a problem. I want to write an Windows 8 application and think that a Grouped GridView, like in the Sample Grouped Items App Template contained in Visual Studio, would be a good choice for data ...
0
votes
0answers
13 views

Win8 app to search a printer on a WLAN and let user select a printer and take the printout

I want to implement the following feature in win8 application:- App detects WLAN name which is in a specific format that enables to detect building and floor App shows printers that are on the same ...
0
votes
1answer
33 views

Issue with Swipe inside ListView

I am using a ListView in a Windows Store App. Whenever I start swiping(using simulator tap mode) over the list view all the items move together as illustrated in the picture. How can I disable this ...
2
votes
1answer
74 views

How can I use Reactive Extensions to throttle SearchPane.SuggestionsRequested?

Reactive Extensions allow me to "observe" a stream of events. For example, when the user is typing their search query in the Windows 8 Search Pane, SuggestionsRequested is raised over and over (for ...
0
votes
1answer
30 views

How to create a single-color Bitmap to display a given hue?

I have a requirement to create an image based on a certain color. The color will vary and so will the size of the output image. I want to create the Bitmap and save it to the app's temporary folder. ...
0
votes
2answers
35 views

How do you bind to the property of a User Control?

In Windows Store Apps, you create a user control to encapsulate and reuse code-behind and layout XAML. A simple user control might look like this: <UserControl> <StackPanel> ...
0
votes
1answer
16 views

How is App.OnSearchActivated different from App.OnActivated w/ActivationKind.Search?

If you are implementing the Search Contract on a Windows Store App, then in your App.xaml.cs you override the OnSearchActivated method like this: protected override void ...
1
vote
1answer
47 views

How to Copy Local Storage Image to Clipboard WinRT

I have an application, where user download images to the Local App Storage, it works like this because in order for the application to display content properly we dont want the user to have direct ...
0
votes
1answer
31 views

Issue with Windows Store app CommandParameter; doesn't bind to UIElements or their properties?

The past couple of hours I've been trying to pass a GridView's SelectedItem to a CommandParameter with all sort of crazy ways from different binding styles to crazy-hacky converters. Each time the ...
0
votes
2answers
48 views

Handling different orientations while developing Windows 8 Store applications

I've been writing Android applications for some years and now I'm developing a Windows Store/Windows 8 application. I'm very confused about how to write different screen layouts for landscape and ...
1
vote
1answer
42 views

Windows Store App Change ItemTemplate OnClick/Dynamically

I have a ListView which has an ItemTemplateSelector that selects a template based on the data it gets from the service. In this case it is a list of items that have a Read vs Unread state. The ...
1
vote
0answers
38 views

Can we export controls to PowerPoint in windows 8 store app

As we are developing an windows store app, as of requirement we need to export the charts or grids which were presented in the application to PowerPoint. As previously(previous projects sliverlight or ...
1
vote
1answer
46 views

Source code for WinRT UI controls publicly available?

Is the source for Windows Store (WinRT) UI controls publicly available? We would like to extend some of the controls and not have to start completely from scratch, like we can for SL and WPF. Googling ...
0
votes
2answers
60 views

ComboBox not able to set DataContext

I am using ComboBox in XAML: <ComboBox x:Name="Combobox1" ItemsSource="{Binding}" Margin="0,0,300,0" Width="100" FontSize="30" /> in code behind, I am setting its value to: ...
0
votes
2answers
80 views

How do I UnSnap a Snapped app?

I registered to the OnSizeChanged event of my Page, like that: private void OnSizeChanged(object sender, SizeChangedEventArgs e) { ApplicationViewState myViewState = ApplicationView.Value; if ...
1
vote
1answer
40 views

Class Property Not be included as sqlite database column

i have one entity class as public class someclass { public string property1 {get; set;} public string property2 {get; set;} public string property3 {get; set;} } and using ...
0
votes
0answers
31 views

How to find the selected Flipview control index on selection changed [duplicate]

I'm developing an application in that,Flipview control it is having two flipview itemtemplates on selection changed(flipview) i need to get the selected index of the flipview is that possible.Which i ...
0
votes
2answers
31 views

ShareMediaTask for WinRT

I saw for Windows phone 8 there is ShareMediaTask, is there something analog for WinRT?
0
votes
1answer
47 views

XAML/C#: What event fires after reordering a gridview?

I am making my first Windows Store app in Visual Studios 2012. I have a gridview control that I have enabled to be reordered. I have code that I need to run when the list is reordered. I have tried ...
0
votes
3answers
107 views

How do I access a control inside a XAML DataTemplate?

I have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> <Grid x:Name="cv"> ...
1
vote
1answer
39 views

Grid Items to fill the screen … xaml

how can I set the size of the grid Items in a GridView control so that the Items will auto re-size to fill the screen . for example if there was 2 items each will fill half of the screen and if there ...
1
vote
1answer
41 views

How to Clip content with rounded corners in Windows Store App

I've attempted to have a <Grid/> (with interactive stuff inside, not just an image) clipped with rounded corners (a <Border/> or a <Rectangle/>, whatever works). I've attempted ...
0
votes
1answer
14 views

Modifying GridView to work with only One group and multiple items within that group

I am trying to customize gridview prebuilt template. By Default it has multiple groups and multiple items within each group. I only have a single group and multiple items for that group. How can i ...
1
vote
1answer
58 views

WinRT MVVM Search Contract

I'm using Caliburn-Micro to build my Windows Store App, but I can't seem to find an example on how to implement the Search contract using this Library. How can I do this? Any help is appreciated. ...
0
votes
0answers
60 views

Average time to reach to a Point [closed]

In my WinRt application using XAML and C# , I have to find the distance between my location to another location and the average time required to reach to that location. Distance between two points is ...
1
vote
0answers
45 views

Microsoft.Windows.UI.Xaml.Common.Targets not found

I have a problem when I try to compile a Windows Store App in C#/XAML. Every time that I try to compile I receive this error: Error 1 The system cannot find the file specified. (Exception from ...
4
votes
2answers
91 views

Back-button gets focused on list manipulation

I am creating a ListView that can have some items removed from it (it's a list of favorites) by selecting them, bringing up the app bar and clicking "Remove from favorites". When the button is ...
1
vote
1answer
57 views

Plotting Pins on Map in WinRT

In my metro app using XAML and C# I need to plot some Pins on the Map control. I found several samples which all of them having plot the pins in the code behind file(add pin as children to the map ...
0
votes
1answer
62 views

XAML-Twitter Client. Get all Tweets from User

I will start out by saying I am new to building Windows 8 Applications. I recently downloaded the following XAML-Twitter Client Example: ...
0
votes
2answers
97 views

Windows Store Apps: Grid View Group Header Button command not firing?

I have a grid view with the following Group Style Header template: <GroupStyle.HeaderTemplate> <DataTemplate> <Grid ...
2
votes
0answers
52 views

TopApp Bar in windows 8 xaml

i am using app bar in multiple pages within my Windows 8 XAML application. I came to face some unusual problem with my app bar. For the first time, when I login to my application, the top app bar ...
0
votes
1answer
111 views

how to add items to flip view dynamically?

I have a problem with adding Item to FlipView dynamically, I have a very simple FlipView and I put these codes in SelectionChanged event: private void myFlipView_SelectionChanged(object sender, ...
0
votes
1answer
94 views

Export Windows 8 Store data to excel file

I've written a Windows 8 Store application using XAML/C# and a SQLite database. From within the application I need to create an Excel file and export the data from the SQLite Database. I have no idea ...
-1
votes
2answers
141 views

Save data when Windows 8 Store app closes

I have written a windows 8 store app (XAML/C#) which I have running on a Microsoft surface. The app is basically a data entry application which doesn't have any save buttons. Saving is performed ...
2
votes
1answer
58 views

Can I run unit tests on a deployed app package in WinRT?

The question pretty much explains it. We have a WinRT (Metro) app package that we're obfuscating with Dotfuscator after every build. Because of the way Dotfuscator does renaming, we're required as of ...
1
vote
1answer
112 views

xaml ScrollViewer, blurred border - Windows Store App

Is it somehow possible to have somekind of a blurred border when scrolling? For better understanding I added a picture of what I want to acchieve. The restriction that I have is, that underneath the ...
0
votes
1answer
61 views

Visual state not changing when control invisible

I've a button control that's got 2 visual states; say "Simple" and "Complex"; the former being the default. Initially the control is hidden. When I set the visual state through VisualStateManager to ...
0
votes
1answer
49 views

ListView SelectedItem not updating UI after ListView been cleared

I'm using Caliburn Micro on a Windows Store App. I have a ListView which has a SelectedItem that works the first time I use it. However, when I clear the ListView and re-bind it to another ...
0
votes
1answer
55 views

WinRT Smooth Grid.Column change Animation

I'm using the following code to change a ListView location from one column to another: <Grid.Resources> <Storyboard x:Name="myStoryboard"> <FadeOutThemeAnimation ...
0
votes
1answer
28 views

How to set a custom location as SuggestedStartLocation of filepicker/folderpicker

As windows store apps runs in so called sand-boxed environment,I decided to use folderpicker to get access to files. I wanted to show the user his %localappdata% folder when file/folder picker is ...
0
votes
2answers
129 views

Resizing images in windows 8 app

I have come across a need for image resizing in my Windows 8 app(C# xaml). Searching the topic has given me quite a lot of results. But most of them are using the WritableBitmapEx codeplex class or by ...
0
votes
1answer
27 views

Deactivate buttons when semantic zoom changes

I want to deactivate some buttons when ZoomOutView is active. According to MSDN the name of the VisualStateGroup is "SemanticZoomStates" and the name of the VisualState is "ZoomOutView". So I tried ...
0
votes
1answer
224 views

Windows store app: Am i using global variable and extended splash screen correct?

Im creating an app with many webservice calls and in order to make the flow better and perhaps pass the windows store requirements regarding the startup time,I have decided to use extended splash ...
0
votes
1answer
73 views

Equivalent of editable ComboBox in WinRT?

The standard (desktop) windows combobox has three styles; Simple, Dropdown, and Drop List. Dropdown works like an edit control and a combobox, whereas Drop List doesn't allow editing. Am I missing ...
0
votes
1answer
85 views

ListView with Grouped Collection Header Click (Windows Store/Caliburn)

I have a ListView binded to CollectionViewSource which is Grouped. I want the header to be clickable, but how can I do that with MVVM - Caliburn? Thank you!
1
vote
1answer
52 views

Windows 8: Handling the event when SuggestionsRequested is empty

I need to handle the event where the searchpane's textbox is empty. SearchPaneSuggestionsRequested event is not raised when typing backspace until a textbox is empty. How can I do this?
0
votes
2answers
49 views

XAML files of referenced library not copied over during build

Windows Store apps do no longer compile the xaml files into the assembly, but copies them over to the debug/release folder (Build Action: Page). To be able to reference the xaml files, eg. in a ...
1
vote
0answers
52 views

Winrt Scrollbar not working

I am trying to use scrollbar (not scrollviewer) in window store application and it seems there is a bug. It doesn't display at all. It occupies the space as per set width but nothing else is visible. ...
0
votes
0answers
69 views

Google Map in Windows Store Application

I want to use Google Map in my Windows Store Application. I found this article. http://www.creepyed.com/2012/11/how-to-use-the-google-maps-api-on-windows-8. But it is in javascript, I am not a ...

1 2 3 4 5