0
votes
0answers
18 views

Is there free data-visualization map control available for Windows Store App?

I searched a lot, but didn't find like that. Do you know any free data-visualization map control control as SyncFusion.
-1
votes
0answers
15 views

What is the Maximum data which sqlite database(local database) can handle in windows phone app / windows 8 metro app?

i am using a sqlite as a local database in my windows phone app and windows 8 metro app , i want to know 1)What is the maximum size limitation sqlite database in windows phone app / windows 8 metro ...
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
19 views

Metro App Customised ListView KeyDown event not firing

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
0
votes
0answers
15 views

Metro App Customised ListView Mouse Scroll

I have a Metro application with a ListView that has this definition: <ListView Grid.Row="0" x:Name="lvData" CanDragItems="True" CanReorderItems="True" SelectionMode="Extended"> ...
-1
votes
1answer
27 views

Is there a multi-devices mobile prototyping software? [closed]

Almost everything is in the title. Is there a multi devices mobile prototyping, layout, templating software for Windows ? I found many softwares for prototyping, designing UI, but i didn't find ...
0
votes
1answer
95 views

SkyDrive API access code sometime works sometime does not works

I am trying to access skydrive content from my code. the following code worked before but suddently it stopped executing the second result. Not sure what microsoft has done in behind! Please help. ...
0
votes
1answer
50 views

How to open URL having POST request method in WebView in Windows Store App

I need to open some URL in WebView from the source code of an another URL. I am getting source code of that URL via ScriptNotify event. That URL contains a <form /> with GET/POST request & ...
0
votes
1answer
25 views

Metro Application Issue with BackgroundTask NOT triggered

Without going into too much detail, here's the basic scenario. I have a Metro App that downloads files off a server. Once the files are downloaded, a ListView is updated in the UI with it's basic ...
0
votes
1answer
80 views

Getting Access Violation stemming from Windows.UI.Xaml.dll in C# WinRT app

I have a WinRT app in which I have a page with a Button. The button opens up one of our Settings Flyouts. In order to do this, button's Click event is asynchronous. In the Flyout's class I have an ...
0
votes
1answer
34 views

how to use WinRT C# Singleton in Javascript

I am new to Windows 8 development, my question is: how do I use C# Singleton in Javascript app? I am using the Static Initialization (http://msdn.microsoft.com/en-us/library/ff650316.aspx) in my C# ...
0
votes
0answers
27 views

Using a digital camera instead of the Web camera in Windows store apps? [duplicate]

I am developing a Windows store (metro) photo application.Is there any way to access and use the digital camera (like Canon DSLR camera) to take photo instead of the default web camera?
0
votes
1answer
54 views

How to load anchor tag link in webview in Store app

I am loading my XHTML page from my local folder in webview using C#. I have many files which I want to redirect from my first page using Anchor Tag to another pages.(like Content page to sub links) ...
0
votes
2answers
46 views

Can I bind data to data-win-options?

I use the control MicrosoftNSJS.Advertising.AdControl in the ItemTemplate of a ListView. I would like to bind some datas to the following data-win-options properties : ApplicationId and AdUnitId The ...
1
vote
1answer
36 views

Metro App Callisto Framework extend CustomDialog - Add TitleBackground

Does anyone know how to extend the CustomDialog control from Callisto metro app framework, to add a TitleBackground property? Effectively, I would like to colour the Background of the row where the ...
1
vote
1answer
54 views

Getting values of ApplicationData.Current.LocalSettings in static context

I have next code: public static class AppUser { static AppUser() { RestorePreviewUserState(); } private static void RestorePreviewUserState() ...
1
vote
1answer
40 views

Metro App Detect Printer Charm Open and Close

I have a metro application and would like to detect when the Printer charm is opened and closed. Is this possible?
1
vote
1answer
51 views

Localization in WinRT xaml

In my metro app using c# and XAML, I need to localize all the strings used in XAML. But I found that it is not similar to the Windows Phone apps. Please suggest me a way to localize all the text used ...
0
votes
1answer
71 views

How to trigger a storyboard on a list item when it is tapped and have the page be notified when the animation ends?

I'm porting a Windows Phone 8 app to Windows 8 and I have a scenario where the user taps an item in my list control / grid view and I want to play an "activation" animation on the item, wait for the ...
0
votes
2answers
55 views

Metro App CollectionViewSource ObservableCollection Filter

It appears that filtering an ObservableCollection with CollectionViewSource is not possible in WinRT: See here! I can filter using LINQ, but how do I get the UI to update if changes that affect the ...
0
votes
2answers
65 views

Call parent page's method from a user control

I have a user control which is displayed as a popup. I need to call a method from its parent page when this user control is dismissed by user. How can I do that? I tried calling it in 'unloaded' ...
2
votes
1answer
63 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 ...
0
votes
1answer
60 views

How to reduce memory usage when creating windows metro applications?

I created a metro style app or windows 8,but on using that app my CPU memory usage is always going high,not a single byte is reduced after started running.I think this s because of not properly ...
0
votes
1answer
143 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
1answer
62 views

How to bind Image to just picked file from non app folder?

User pick the image from file system. After it I want to show this image on page. What I should to do? Seems Image control hasn't access to picked files. Do I should copy it to app local storage? Is ...
0
votes
1answer
161 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 ...
4
votes
1answer
112 views

Looking for a VoIP solution to integrate in a Windows store app

I would like my Windows store app (Windows 8 + Windows rt) to integrate real time voice conversation with other users of the app (aka VoIP). Are there any in-app communication solution or SIP client ...
0
votes
0answers
62 views

Creating a File in desired location working well in WinRT component but not in Windows Store App DLL

I wrote a code in WinRT component to Create a file and Read a File (DocumentsLibrary) and added as a reference to C# proj it worked well, Later i created Windows Store App DLL (same code) which will ...
0
votes
0answers
27 views

copying 'free to personal use' to metro apps [closed]

Is it legal to use resources, such as fonts, images etc. that are on 'free to persol use' license, in a free Windows 8 Metro app? If no, what kind of licenses gives this possibility?
0
votes
0answers
79 views

Windows store app: Setting tag on live tile notifications

i have the following code for pulling tile information from my server: var uris = new List<Uri> { new Uri("http://xxx.xx.xx.xxx/WebApi/WebService.asmx/GetFirstTile"), ...
1
vote
1answer
100 views

How to encrypt StorageFile in Windows store app (C#/XAML)?

I am developing an app which downloads some confidential document. I will download them in LocalFolder. But I want to store StorageFile in encrypted form, so any geek user can't access those files ...
0
votes
1answer
150 views

Require.js code organization in Windows 8 app

I have a Windows 8 application written in JS that uses some of WinJS concepts: Pages Namespaces Meanwhile it uses Backbone models and collections as well as jquery, underscore and some other ...
6
votes
3answers
136 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 ...
-1
votes
1answer
117 views

How i embed .swf/flash file to the metro apps? [closed]

How i embed .swf/flash file to the winrt application? I want to create a flash game and put it on the metro apps
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
58 views

WinRT How to Get Pixel Width of given String

There is a solution here: FormattedText But Alas, this is not supported in WinRT. Is there a replacement/alternate for this in WinRT?
0
votes
2answers
178 views

Update Metro App UI ObservableCollection from Background Task

Is two-way communication possible between a BackgroundTask and a Metro App UI? The desired functionality is as follows: If Metro App is closed/suspended, BackgroundTask continues to do what is ...
0
votes
0answers
202 views

Connect to sqlite db using file pickers windows 8

Why can't I connect to an sqlite db after creating it using a file save picker? The following code works to create an sqlite db using the file save picker. I had to create the db in the app folder ...
0
votes
1answer
136 views

How to create extended splash screen in MVVM pattern in Windows store app?

I am not using any MVVM framework, but I was just practicing MVVM, so I thought how can I implement extended splash screen in MVVM pattern. I have seen the extended splash screen sample from MSDN. Any ...
7
votes
1answer
495 views

Binding a property that hides another in WinRT XAML (Windows8, Metro, Windows Store App)

right up front i want to say: please don't suggest alternative solutions, unless you can accomplish it without modifying the Types that are of the pattern BaseXXXXXX that said, this behavior goes way ...
0
votes
1answer
73 views

Metro App Navigation causes Home page to reload when calling GoHome or GoBack

How do I prevent the home page from reloading, when navigating back to it from a call to GoHome or GoBack? Currently, the entire main page reloads/initialises itself. Isn't there a way of caching ...
0
votes
2answers
168 views

How to create a Candlestick chart for widows metro app.Is there any open source codes?? Any Way

I need to implement candlestick charts in windows metro app.Im not looking for any chart controls like visfire..ineed an open source code or a way ow to build it...Please help me...
0
votes
0answers
18 views

Need an API to get DNS address in Metro app

I want to get the DNS address of my RT machine programatically however I can't find any useful API for this. Can it be done, if so, how?
0
votes
1answer
48 views

Check if app runs on Simulator

How can I check if a WinRT app runs inside the simulator? For Windows Phone I use following piece of code: Boolean isOnEmulator = (Microsoft.Devices.Environment.DeviceType == ...
0
votes
1answer
21 views

Windows Store App purchase customer information

I have a Windows Store app and I want to build a website for it, but how will I know who has purchased my app from the Windows 8 app store? My app doesn't do in-app purchases, I don't use any other ...
0
votes
1answer
118 views

how to change metro app WINJS Sqlite database path

i am developing windows8 application using HTML5 and Javascript. I am using SQLite3-WinRT database plugin, provided by GIT HUB https://github.com/doo/SQLite3-WinRT. I have successfully integrated the ...
1
vote
0answers
62 views

Selecting ItemTemplate from ViewModel

I'm developing a Windows 8 store app that contains a profile view. In the profile view I have a ListView that binds to an Observable collection of objects in the ViewModel. I also have a property in ...
1
vote
3answers
241 views

How to clone UIElement in WinRT XAML C#?

I have tried this approach first but getting error "Element is already the child of another element" var objClone = new MyImageControl(); objClone = this; ...
0
votes
0answers
217 views

windows 8 sample app “change” event handler for text box does not work

I'm building an windows 8 app using java script and html. I need to do something when the text in the text box changed. There's a sample app that Microsoft provided. But the handler for the change ...

1 2 3 4 5 16