Windows Store apps (formerly Metro-style applications) are built on the Windows Runtime (WinRT) and are available on the Windows Store. They target Windows 8 and Windows RT using .NET for Windows Store Apps and are immersive full-screen applications.
0
votes
0answers
30 views
Windows Metro app packaging for app store submission
I've developed an Metro application. Which is ready to be submitted on the Windows App Store.
The app takes all the content from server during execution.
The requirement is that another ...
-1
votes
0answers
10 views
Windows Store App Crash in ULTRABOOK
I Created an App in Unity Game Engine for windows store.
I tested the app in Surface and desktop it works well.
But, in ULTRABOOK it works fine. After restarting the ultrabook, when i try to open the ...
1
vote
2answers
59 views
UserControl inside ContentControl with nested width/height
I'm developing Windows Store App with using Caliburn Micro.
In one of the pages I have ContentContror, which display UserControl. In UserControl I have GridView. My question is: How to set ...
0
votes
1answer
16 views
People search under a Windows Store Application
I want to do a people search inside my Windows Store Application by accessing contacts in people app in Windows 8 Start.
Do you have any ideas?
Regards,
Siva
0
votes
0answers
32 views
Correct way to get the CoreDispatcher in a Windows Store app
I'm building a Windows Store app, and I have some code that needs to be posted to the UI thread.
For that, i'd like to retrieve the CoreDispatcher and use it to post the code.
It seems that there ...
0
votes
0answers
6 views
WinJs.xhr - no result's
I tryed to get some request using WinJs.xhr, but I couldn't make it works.
There's simple empty object when I try to display it using console.log.
What am I doing it wrong?
Using jQuery ajax ...
0
votes
1answer
61 views
Add custom fields in Windows Phone/8 app manifest file
Is it possible to add custom fields in app manifest for windows phone (WMAppManifest.xml) and windows 8 (package.appxmanifest) apps?
Along with existing properties in app manifest, I want developers ...
-2
votes
0answers
24 views
Windows 8 JavaScript custom events
I have a Win 8 JS Store app that calls a C# WinRT component.
I need to raise and event in the WinRT component and propagate it to the JS layer to handle and show a message. Is this possible ? If yes, ...
0
votes
2answers
39 views
Options for logging Windows Store apps
So I'm creating many Windows (8) Store apps and I'm wondering what are my best choices to help my users but possible bugs (if they ever occour).
I was thinking about a log4net like solution to a ...
0
votes
1answer
40 views
Building a Comic strip RSS reader - feeds won't show
I went through this guy's tutorial to build an RSS reader in the hopes of converting it to a comic strip reader, but when I try to do so, the app never works the way I want it to.
The app in it's ...
0
votes
0answers
51 views
How to play online FLV video in winrt apps?
How to play online video FLV file in XAML/C# Windows 8 Store App?
Player Framework can't do it :(
For example i trying play that video ...
2
votes
0answers
43 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
36 views
Using User-Downloaded DLLs In Windows Phone 8 Application
Short question:
Does the Windows Store allow applications that obtain DLLs or other low-level resources not packaged at compile time? Is there a requirement either by Windows Phone or Microsoft that ...
2
votes
1answer
49 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 ...
2
votes
0answers
80 views
Ember.js in windows (8) store app requires MSApp.execUnsafeLocalFunction
We are currently evaluating ember.js for use inside a javascript windows (8) store application.
The application itself is not much of interrest itself. The problems we are facing are related
to the ...
0
votes
1answer
27 views
Animate a canvas programatically using StoryBoard API in Windows Store App
I am animating a canvas in a Windows Store app using StoryBoard API:
DoubleAnimation widthAnimation = new DoubleAnimation();
DoubleAnimation heightAnimation = new DoubleAnimation();
...
0
votes
2answers
23 views
Access content in Windows Store package
The article 'How to load file resources' on MSDN and others, discuss ms-appx and ms-appdata URI schemes for addressing content in the application package.
...
0
votes
0answers
51 views
Change visibility of GridView Items using binding
How can I change GridViewItems visibility using property binding?
I can't create another ObservableCollection to filter the one I am using as ItemsSource. I tried to use GridView.ItemContainerStyle ...
0
votes
1answer
53 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
1answer
39 views
StreamSocket.InputStreamOptions.ReadAsync hangs when using Wait()
This is the smallest possible scenario, I was able to prepare:
This code connects to imap.gmail.com
Reads the initial server greeting (using Read method)
Sends NOOP command (NO Operation)
Reads NOOP ...
0
votes
1answer
23 views
Udp multicast group in Windows Store and Windows Desktop apps
I'm try to build up the communication between a Windows desktop app and a group of Windows Store and/or Windows Store apps, using UDP multicast groups.
A communication module exists in all ...
0
votes
2answers
61 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
1answer
35 views
Can't handle Button Click in Popup
I use CaliburnMicro in my Windows Store App. All works great, but when I put Button in Popup, method in ViewModel doesn't called. If I move Button from Popup to Page - all works like a charm.
Ex. ...
1
vote
0answers
48 views
stroke imagebrush windows store apps
I am using imagebrush as stroke when i draw polyline.
var bitmapImage = new Windows.UI.Xaml.Media.Imaging.BitmapImage(new Uri("ms-appx:/Assets/br1.png"));
img = new ...
0
votes
1answer
39 views
Converting web image url to Windows.Foundation.Uri to use on a secondary tile (JS, Windows 8)
I am trying to get my Windows 8 "Metro" application to work so that when i add a tile i can use an image dynamically got from the internet. I am aware i cannot set the ...
0
votes
1answer
33 views
How to create two separate apps in the same solution
I have an application APP1 that must share a lot of code with another application APP0.
Both application share all project dependency and the only thing that is different is the build configuration. ...
0
votes
1answer
37 views
Converting Query String into Array in Windows Store Apps
Given that you cannot use name-value pairs in a Windows Store app, what is the appropriate namespace for doing same? I want to convert the following querystring ?param1=value1¶m2=value2
How ...
0
votes
2answers
89 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 ...
0
votes
0answers
16 views
OpenSSL create pfx from scratch, no input prompt
I'm trying to make a pfx file containing the Windows Store Developperaccount.
Since I want to created it without a gui i can't use MakeCert.exe.
So I need OpenSSL. I also don't wanna be prompt ...
0
votes
0answers
14 views
Read Toast Content in Windows Store Application
Is there any way to read text of the toast, which is currently being displayed on screen in Windows Store Application?
Thanks.
-1
votes
0answers
18 views
why is it recommended to use ProcessOneAndAllPending when an app is suspended?
In windows 8 app development, it is recommended to use 'ProcessOneAndAllPending' when the app is not visible, suspended or snapped. However, this seems like a 'blocking' call and msdn description ...
0
votes
2answers
45 views
How can I add an extra control to a XAML Grid?
I have a Grid bound to an ObservableCollection. I want to have an extra item in the grid such that it displays as just another tile but is actually, e.g., a button. Microsoft's Finance app ...
-1
votes
0answers
30 views
How I can limit the number of the items or visualize DefaultViewModel inside GridView in C# for Windows 8 Store Grid app?
GroupedItemsPage.xaml.cs
var sampleDataGroups = SampleDataSource.GetGroups...
var group = SampleDataSource.GetGroup...
this.DefaultViewmModel["Groups"] = sampleDataGroups.Take(1);
...
0
votes
2answers
51 views
WPF layout changes (Fill, Full, Snapped)
I am working on a Win8 app destined for the Windows Store. Hurdles I am trying to overcome is how to deal with the different ways an app can be displayed.
Currently, my main pages is a ...
0
votes
2answers
37 views
Trying to modify GUI by another task
I've been trying to modify some GUI elements before/after a TCP connection that i'm trying to execute synchronously and assynchronously.
public async void ConnectAsync(String h, String p, String n)
{
...
0
votes
0answers
63 views
How do I deserialize complex XML into classes?
I have an XML coming in from the server in the form of:
<resultSets>
<resultSets uid="957136">
<results uid="777402">
</results>
</resultSets>
...
1
vote
1answer
41 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
1answer
58 views
ListView item animations - Windows store app
I create simple grid application using basic grid example in visual studio and this tutorial. I expected this animation will work on all item's, but it seems that it works only on first one. My ...
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
1answer
91 views
Can I load XHTML file in webview in store app?
Right now I am loading HTML file in webview by placing into the Assets folder(it's working fine)..
if I try do like that for XHTML file it is displaying as blank in webview.
Question: Can I load ...
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
54 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 ...
2
votes
2answers
37 views
Is there a way to get the “remember me” checkbox work on Azure Mobile Service authentication for WinRT apps?
I'm trying to add Azure Mobile Service authentications to my WinRT app. I got everything working and I can sign in with all the 4 social media accounts(Facebook, Twitter, Google and Microsoft ...
3
votes
2answers
128 views
Adding service reference to SOAP service does not generate async methods
in metro style app I want to add service reference (wikispaces). VS2012 properly discovers service:
Unfortunately, the generated Reference.cs do not provide any methods from service:
Why it ...
0
votes
1answer
56 views
Search results xml, c # - Windows Application Store
Good day, I am creating an app bible, I'm having trouble searching the verse ("v"). I have created the whole structure can filter the book ("b"), then it loads a list of all the chapters ("c"), when ...
0
votes
3answers
126 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">
...
0
votes
0answers
58 views
Parsing local file
I want to parse from local file (.txt) And I get this. Can anybody help?
I use Visual Studio 2012 and make win8 app using Grid template.
An unhandled exception of type 'System.Exception' occurred in ...
1
vote
1answer
64 views
How do you bind a ViewModel to the Windows 8 Settings pane in MvvmCross?
I've been looking at MvvmCross for cross platform mobile development.
Since navigation of views is done by calling ShowViewModel<>(), how would you create the settings pane (which is a user ...
0
votes
2answers
91 views
Grid View Items contents in xaml (windows store app)
how can I get to the contents of the clicked grid Item in a grid view ... for example the grid item has a textbox ... how could I get the contents of this textbox when the gridview Item is clicked vie ...
0
votes
1answer
30 views
Navigation to other page using User Control
How can we navigate to other page on click on button in user control in windows store app? I tried by making a new frame object and calling navigate method, but no luck till yet.
thanks.





