Tagged Questions
-1
votes
1answer
13 views
GridView Sample in windows 8?
I need GridView Sample to bind image and text data to item template.Anyone please tell me samples on that ,how to bind the data to gridview in windows 8?
0
votes
1answer
24 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
19 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, ...
0
votes
2answers
23 views
Adding image on listview metro app
public class ImageChannel
{
public string ImagePath { get; set; }
public ImageSource Image
{
get
{
return new BitmapImage(new ...
0
votes
1answer
92 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 ...
0
votes
0answers
31 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 ...
1
vote
1answer
45 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
0answers
50 views
Display HTML with Horizontal navigation in c#
I am working with Webview using C# & XAML in windows 8. In the webview I am loading local HTML. Usually the HTML in webview navigate vertically, I am going to load HTML vertically.
Using ...
0
votes
0answers
34 views
image not appearing on secondary tile
Hi i'm trying to resize an image to show it in a secondary tile.My code works fine but i don't know what i'm doing wrong because when the image is bigger than 1000*1000 the image is not shown in ...
1
vote
1answer
34 views
Additional Parameters on Windows Notification Server
I try sending push notification, I'm on server-side.
Is there a way in WNS, the push service for Windows 8, to send additional parameters, that will not be displayed.
On Windows Phone 7, I use the ...
1
vote
1answer
38 views
Detect Settings Charm is Opened or Not in Windows Store Apps?
I just want to know is that Any other way to get the Settings Charm is active or not.
Because, In my app, the Settings of an app is in the settings charm(If user presses Settings btn in App will leads ...
-1
votes
1answer
154 views
how to display local html content with images in windows 8 webview?
I am developing a reader application which has html content and images in windows 8 store.
<!DOCTYPE HTML><html><head><title>A/B/C share</title>
<meta ...
0
votes
1answer
39 views
Issue with httpclient.getstringasync
I want to develop a Dragon Timer Windows Store App for GuildWars 2.
Whatever, I save a timestamp in a sql database. To get this timestamp in the app, I made a php script that writes the content of the ...
1
vote
1answer
55 views
Replace attribute value in HTML to load in webview
Loading local HTML in webview
appfolder = ApplicationData.Current.LocalFolder;
xmlFile = await appfolder.GetFileAsync("000Title.html");
using (Stream stream = await ...
0
votes
1answer
84 views
Windows 8 secondary tile navigation c#
i'm working with secondary tiles in my app all works fine but unfortunatly when i start my application from the secondary tile it opens the start screen , i have searched and i know that i have ...
0
votes
0answers
33 views
How to deserialize specific properties from JSON response using NewtonSoft Json library
Here's my JSON
{
"userReviewList": [{
"userReviewId": "789021517",
"body": "My shopping experience has bla bla bla",
"date": "Apr 16, 2013",
...
0
votes
1answer
64 views
Windows Store App update GridView
How to update the contents of GridView. ie initially I bind data to GridView & once I have updated the database I have to clear the existing items and bind updated items.
0
votes
2answers
86 views
Windows Store App - Black Screen Transition for a while
i have a problem while navigating between pages of my app.
Going from page "a" to page "b", i see a black screen just a second before seeing the page "b". It also happens in the opposite navigation.
I ...
0
votes
0answers
81 views
Display Image in webview form local html in C#
I am loading HTML file from local folder in webview. My HTML file contains images.
I am converting those images to base64 using the help of this link
But I am unable to place image in my html image ...
0
votes
1answer
118 views
WCF Service reference not working on other PC
I have a Windows Store - Metro app that connects with a Net TCP WCF Service running on same PC (hosted in a console application) but on Desktop mode of Windows 8. I have added a reference of WCF ...
-3
votes
0answers
30 views
Windows Store app dialog box with text input [duplicate]
Very simple problem: I want to present the user with a prompt that asks for some text input when a button is clicked. The MessageDialog class is close to what is needed, it would just need some way to ...
0
votes
1answer
69 views
Windows Store apps, save and load the state of Bing Maps Pushpins on navigation between pages
I'm making a Windows Store App that asks for user input then produces a bunch of pushpins based on that input. When a pushpin is tapped the app navigates to a page with more detail.
Now the problem ...
1
vote
1answer
48 views
Nested ListView Scrolling Issue
I'm working WINRT application its have a Nested Listviews.I have some problem in main Listview Scrolling when my mouse point comes around second Listview i can't scroll the main Listview i Disabled ...
2
votes
1answer
95 views
Getting HTML values in Store apps
I am parsing a HTML file from my storage folder. I am going to parse to get some values.
StorageFile store = await appfolder.GetFileAsync("01MB154.html");
string content = await ...
0
votes
0answers
37 views
WIndows App Store Semantic Zoom Issue
I have implemented a semantic zoom in my metro W8 app and it works fine except that in the ZoomedIn view I only get a max of 27 items in each group. The first group correctly has 27 items in the ...
-1
votes
3answers
94 views
Get element values from XML in C#
This is my XML data from file
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml" />
<item id="W000Title" href="000Title.html" media-type="application/xhtml+xml" />
...
0
votes
1answer
123 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
0answers
46 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 ...
0
votes
1answer
71 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
41 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. ...
4
votes
2answers
351 views
Windows 8 Metro Tiles not working in theme despite code being correct
Set up Win 8 Metro Tiles as instructed on Microsofts - http://www.buildmypinnedsite.com but they just don't work for me. My site is http://themixtapesite.com
Here is my header code with the tags in ...
0
votes
1answer
83 views
My application crashed when snapped with items in listviews
So, im currently working on a project using C#/XAML for a Windows 8 Store App and I've encountred a problem.
When the user navigates to a Page a ListView with some Controls shows up.
Then when the ...
0
votes
1answer
116 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
1answer
69 views
Windows Store App/Metro on closed/suspend event does not work
I have this game I'm making which involves two online players. If one quits the application, the other should be notified. I'm using the onsuspend event but it's not working. Here's my code:
...
3
votes
3answers
142 views
How to update visually a live tile every minute of a Windows Store App in JS/HTML/CSS?
I would like the live tile of my app to be updated everytime the user opens the Start screen as its live tile's feature is "only" visual (doesn't need to be on lockscreen or perform specific logic in ...
0
votes
1answer
38 views
Is it possible to connect a Win RT app with PC via Bluetooth?
I am trying to find a sample that connect a Win RT app with other Bluetooth devices for example a PC. It is a basic thing but seems like it is not supported in WinRT.
In one thread a Microsoft ...
2
votes
1answer
77 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
44 views
Sending Push notification in Winjs
i am developping a windows store app with html/js , so my application is a small game and i would like that player 1 can send invitation to player 2 connected with the same app .so the push notif ...
0
votes
1answer
78 views
Windows 8: How do I implement code reuse of SQLite operations outside of client executable
Windows 8 store apps do not allow other projects within one's solution to perform CRUD operations even though these projects can have the proper reference to the SQLite DLL that's required.
As a ...
0
votes
1answer
110 views
Windows App Certification Kit: Crashes and hangs test failed
Im about to finish my first Windows Store App and the past two days i have encountered a problem during App testing with Windows App Certification Kit.
The test fails in the "crashes and hangs" test ...
0
votes
2answers
42 views
“Failed to sign” error when trying to create Windows store app package
I am struggling with this weird error all day.
I have developed a Windows store (Metro) app and successfully created an app package in the past.
But suddenly today, I can't create the app package ...
-3
votes
1answer
57 views
Windows App Certification test: testing Windows Store App [closed]
I tested my app in Windows store app certification kit and i got the following error:
Crashes and hangs test
PASSED
App launch tests
FAILED
Crashes and hangs
Error Found: The crashes and hangs test ...
0
votes
3answers
112 views
Windows store app crashes when no internet
I am creating my first windows store app and i have several web service calls during startup and also periodically through the app. However I have noticed that my app will ot start/crashes or just ...
0
votes
1answer
105 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
1answer
208 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
175 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
1answer
319 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 ...
1
vote
1answer
27 views
What control could I use to show text in multiple columns?
I'm wondering what is the multicolumn text control used in "News App", in Windows 8:
I have seen this microsoft example where they use fixed RichTextBlock and RichTextBlockOverflow inside a grid. ...
1
vote
1answer
133 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 ...
3
votes
1answer
102 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.









