windows-phone-8 Questions

2

Solved

I am using Cordova 2.6 Camera plugin, to get images from device gallery, I am getting them with base64 encoding and I was trying to compress them to a lower quality using "quality" option. I notic...

6

Solved

I'm making an HTTP call. My response contains a session code X-BB-SESSION in the header section of the HttpResponseMessage object. How do I get that specific header value? I am using a foreach stat...
Suki asked 22/8, 2014 at 4:12

6

Solved

I've got a test site that uses the Font Awesome font for displaying icons. The icons display fine on my desktop in IE and Chrome, as well as on the iPhone and Andriod mobile devices. However, the...
Bulgarian asked 4/4, 2013 at 19:9

2

Solved

I have a JSON like this: [{ "agencyId": "myCity", "road": { "note": "", "lat": "45.321", "lon": "12.21", "streetCode": "290", "street": "street1", "fromNumber": "", "toNumber": "", "fro...
Immoral asked 29/4, 2014 at 13:40

3

I have got this HttpClient from Nuget. When I want to get data I do it this way: var response = await httpClient.GetAsync(url); var data = await response.Content.ReadAsStringAsync(); But the probl...

3

Solved

I'm struggling with the following issue: I am building a WP8 application using the MVVM patern. I have a media element on my view.xaml and the logic to control this media element (for example, pla...
Sinter asked 24/3, 2014 at 9:59

7

I'm using binding for source of an Image control. <Image Source="{Binding ImageUri}"/> But this ImageUri can be null, therefor I want to use a default image, a place holder, for that, whic...
Crest asked 31/8, 2013 at 0:29

4

Solved

I have a problem with isolated storage. This is my code: List<Notes> data = new List<Notes>(); using (IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication(...

7

In a particular project I recently started the debugger started acting funny. When I'm debugging and it is paused at a breakpoint, Data Tips don't show up, some of the variable values don't show up...
Mesothelium asked 8/3, 2014 at 21:44

5

Solved

How to make TextBox lose its focus and hide onscreen keyboard when user touches Enter virtual key? private void TheName_KeyDown(object sender, KeyRoutedEventArgs e) { var tb = sender as TextBox;...
Reviel asked 16/6, 2014 at 20:6

2

I have tested my app for memory usage, and suddenly seen a spike in memory, when I load popups, further it does not seem to go down after I try to close it. I add the popup from the first pages c...
Kahn asked 29/12, 2014 at 11:14

10

Solved

Hi I am getting an error of InitializeComponent in my app.xaml.cs page I have checked the net and everything but no solution works. Please help. InitializeComponent does not exist C# file: ...
Phraseogram asked 25/7, 2013 at 9:19

2

Solved

I'm writing a wp8 app. I have a problem bothers me a few days. I want to uplaod an photo to server. I choose a photo from album and I use FileStream to upload it, but I cannot open it. It said that...
Lorettelorgnette asked 31/3, 2014 at 18:10

3

Solved

I have a table called NameTable in my Azure Mobile Service. When I make the below mentioned calls in my client app (WP8 app using the Mobile Services SDK): var myTable = GetZumoService().GetTable&...
Definiendum asked 30/12, 2012 at 5:7

1

I have a huge problem with loading ads from AdMob on my Lumia 730. Currently, I have 4 different ads in my app (which is SILVERLIGHT 8.1, NOT 8.0, and not 8.1 WP) and unfortunately, I always get th...
Oliviero asked 25/1, 2015 at 23:32

2

I posted a question related to this a while back but got no responses. Since then, I've discovered that the PDF is encoded using FlateDecode, and I was wondering if there is a way to manually decod...
Triolet asked 11/9, 2014 at 23:34

6

Solved

I Have two different projects: Windows Phone 8 Application, which I am running on a real, physical development device. Azure Cloud service, which contains one simple WebRole endpoint that contain...
Valenta asked 27/5, 2013 at 18:10

4

I am looking to download my files in public folder from One Drive, but it doesn't download the files. Here is the scenario: In public folder I have another folder with multiple files in it and is...
Forgiveness asked 3/7, 2014 at 11:58

4

Solved

My code currently shows like this: 43521 reviews, I want it be like this: 43,521 reviews. How can I do that? and is there a full reference for all possible formats in StringFormat? couldn't find an...
Exsect asked 10/3, 2014 at 9:11

3

Solved

I'm getting images from a url: BitmapImage image = new BitmapImage(new Uri(article.ImageURL)); NLBI.Thumbnail.Source = image; This works perfect, now i need to put it in a stream, to make it int...
Brigettebrigg asked 26/7, 2013 at 8:0

4

Solved

I have a Windows Phone 8 app where I am calling await HttpClient.PostAsync and it never returns a result. It just sits there and hangs. If I run the exact same code from a console app, it returns t...
Idiographic asked 22/12, 2013 at 22:10

3

Solved

I am using Microsoft Http Client Libraries to make a multipart request from Windows Phone 8 to the server. It contains a String content having json string and a Stream Content having image stream. ...

4

Im having some trouble in my windows phone project. The items I create programatically and add to my view doesn´t seem to get updated when using observable collection. The viewmodel and dataconte...
Shiller asked 14/11, 2013 at 15:20

2

I have done a windows app using phoneGap, But when I upload the APPX file in windows dev center, I got some errors like 'Invalid package family name'.
Dowden asked 25/5, 2017 at 11:26

4

Solved

I've read places that Windows Phone 8 will not support OpenGL, and I'm unable to find anything useful in the SDK. So am I or will I ever be able to use OpenGL (ES) in my Windows Phone 8 game? I ha...
Galleass asked 20/11, 2012 at 22:17

© 2022 - 2024 — McMap. All rights reserved.