windows-phone-8 Questions
3
Solved
I have got some code, which is using HttpWebRequest class's .BeginGetResponse() method and it is asynchronous. Also, I am using Microsoft's Unit Test App project for testing application.
The probl...
Sain asked 19/6, 2013 at 8:12
12
Solved
I have a similar problem like mentioned in this question:
Unable to create the virtual machine
But, my problem is a bit different in the error description:
The Windows Phone Emulator wasn't ab...
Gelman asked 31/10, 2012 at 0:20
2
Solved
I want to place some child controls inside a button in my xamarin form application.I tried the following code but the child controls are not showing.
<Button>
<StackLayout Orientation="H...
Bally asked 3/9, 2015 at 6:23
3
Solved
I am creating a Web API back-end for an app. The app is currently planned only for WP8, but we also plan to roll out versions for other platforms at a later time.
We are basing our push notificati...
Helban asked 6/2, 2014 at 10:26
2
I have a Windows Phone 8 project where I've taken to use the PCL (Portable Class Library) project too since I'm going to build a Win8 app to.
However, while calling my api (in Azure) my HttpClient...
Kentonkentucky asked 9/11, 2013 at 21:49
3
Solved
I want to realize an App that continuously send device's position to a web service. Looking in the documentation, I've found Geolocation class and some articles where position-tracking is discussed...
Disaccustom asked 30/6, 2014 at 0:3
5
Solved
I use the following code to show images from a webserver:
<Image Source="{Binding Url}" />
The image gets automatically downloaded, and I assume there is also some caching based on the Ur...
Fraktur asked 23/6, 2013 at 13:17
3
Solved
I understand this question has been asked before, but never for Windows Phone 8 has it been answered.
In Windows Phone 7, it was possible to set isHitTestVisible = false on the base Pivot element ...
Carbolize asked 10/6, 2013 at 21:58
3
Solved
I have a strange issue that I can not seem to find any record of but it has now happened to me on two separate machines! I am building Windows Phone 8.1 apps and testing them on a physical device. ...
Hautesalpes asked 17/5, 2015 at 22:23
2
Solved
When I click the 'Add Some Thing' button on this simple Win Phone 8 application (built with VS 2012 Pro - its what I have), nothing happens. Why?
The repo of this example code is on bitbucket.org ...
Acetanilide asked 19/5, 2016 at 17:16
5
I have a horizontal StackPanel of an Image and TextBlock. What I need to accomplish is changing the foreground of both to a certain color. I can easily change the TextBlock with the Foreground prop...
Rutledge asked 8/1, 2014 at 5:18
1
Is there anyway to open WebP images in windows phone applications? I have a huge set of images to be downloaded from the web and jpg/png are heavy, so looking for an image format that would reduce ...
Pity asked 30/7, 2014 at 4:57
2
I already asked on answers.unity3d but as there is no response I'll ask on SO too..
I'm not able to retrieve the http status of a response on the WWW object on Windows Phone 8 and Windows RT 8.1 (...
Beast asked 20/10, 2015 at 11:48
6
Solved
I have got a strange problem with the styling of my pivot control.
I edited a copy of the default template in Expression Blend because I want to remove the entire header.
The adapted style:
<S...
Out asked 2/10, 2013 at 14:11
2
When I build cordova build for windows the access rules are failing, following are the information in the console
Access rules must begin with "https://", the following rule will be ignored: .*
B...
Lamina asked 7/8, 2015 at 11:3
1
I'm struggling with a port of a couple of security libraries to the Windows Phone 8 and Windows Store 8 platform. I need a function which provides random numbers.
Win32 has CryptGenRandom and even...
Echoism asked 2/5, 2016 at 3:24
2
On WP8, if I execute (1):
Microsoft.Phone.WebBrowser wb;
wb.InvokeScript("eval", "window.external.notify('abc');");
It throws a 'target of invocation returned an error', unknown error, hresult 8...
Rahr asked 17/9, 2013 at 22:56
2
Solved
I've downloaded the Windows Phone 8 extension for Visual Studio 2012 of SQLite from this link.
However, upon compiling, I get this error:
The processor architecture of the project being built "...
Pourparler asked 14/1, 2013 at 20:15
1
Solved
I am building a windows phone mobile game using Visual Studio 2015 + Cordova.
When trying to debug on device I get this error:
Unhandled exception at line 8, column 137 in
ms-appx-web://net.boa...
Virtuous asked 12/4, 2016 at 10:12
1
I'm creating an app in Ionic which should have a zoomable content part (with pinch to zoom). I have the following element:
<ion-scroll zooming="true" direction="xy" min-zoom="1" scrollbar-x="fa...
Mouser asked 6/7, 2015 at 15:49
2
Solved
I want to set Border background color from web color value in my windows 8 mobile application .
I found one method that convert hex to Argb but its not working for me ..
private System.Windows.M...
Keats asked 25/3, 2015 at 8:34
1
Is it still possible to enable authenticated (no-quota) push notifications for company app on Windows Phone?
There were a couple of blog posts by Windows Phone team documenting the process to enab...
Lactation asked 9/3, 2016 at 21:26
2
I'm developing Windows phone apps on my Mac Book Pro Retina (late 2013) on a virtual machine using Parallels 9. I have Visual Studio 2012 and Windows phone 8 SDK installed and everything works fine...
Womanhater asked 14/3, 2014 at 13:46
2
I have a windows phone 7 app which is live in store which is using DeviceExtendedProperties.GetValue("DeviceUniqueId") to fetch id and I am updating it in store with new windows phone 8 app and usi...
Staford asked 15/3, 2016 at 6:21
5
Solved
I have created a portable class library called DataContracts that contains my projects Messages and Views. Standard stuff like GetStockItemByIDRequest and StockView are contained in it.
The proble...
Trakas asked 18/11, 2013 at 18:27
© 2022 - 2024 — McMap. All rights reserved.