windows-phone-8 Questions

3

Solved

I am developing WinPhone apps. <DatePicker x:Name="MyDatePicker" MinYear="2016" MaxYear="2017"/> The code is not working. I am able to choose previous years and I am able to choose 2015...
Diastyle asked 2/8, 2017 at 9:6

6

Solved

I've set up my project with Visual Studio Express 2012, added some C# code, and successfully compiled/deployed to emulator. At some point I decided I want to do something with JSON, and I found tha...
Greaser asked 5/9, 2013 at 7:32

6

Solved

I have a WP8 app, which will send the current time to a web service. I get the datetime string by calling DateTime.ToString("MM/dd/yyyy HH:mm:ss.fff") For most users it works great and gives m...
Orazio asked 18/9, 2013 at 13:52

4

Solved

I am trying to implement a Timer in windows phone app.It works fine in Windows Phone App(Silverlight) but it isnt working in Windows Phone Blank App.But it gives me following error- Cannot implici...
Namely asked 15/2, 2015 at 2:43

4

I am currently writing my very first Windows Phone (8) App which also is my very first Xaml Application. So it is likely I just did not find the solution for my problem on my own, because I don't k...
Thunderhead asked 13/4, 2014 at 14:23

11

Solved

I've been trying to get the emulator to work for days. Previously I tried the Windows Phone 8.1 Emulator as well as the Windows 8.1 Simulator and both were stuck at loading the OS. Earlier today I...

7

I'm developing Windows Phone 8 application. In this application, I have to connect to the server to get the data. So Before connecting to the server, I want to check whether the internet connecti...

2

I'm trying to get the CoreDispatcher in C++ on Windows Phone 8 so that I can submit work items to the UI thread Dispatcher so I can update UI elements on the UI thread. However, when I call CoreWin...
Estray asked 24/1, 2013 at 8:46

4

Solved

I'm trying to implement ListView in UWP using Window's sample code. <ListView.GroupStyle> <GroupStyle > <GroupStyle.HeaderTemplate> <DataTemplate x:DataType="data:GroupI...
Remorseless asked 15/10, 2015 at 10:14

15

Solved

After updating Windows 10 to build 10061 windows phone emulators (all 8.1 and 10) stopped starting. I get the following error: "Windows Phone Emulator is unable to connect to the Windows Phone ope...
Shandeigh asked 27/4, 2015 at 18:44

2

Solved

I'm using the sqlite-net async API to code a Windows Phone app. While writing a unit test to make sure that my adapter to the sqlite-net API created the file properly, I noticed that the adapter co...
Properly asked 25/1, 2014 at 7:15

3

VS2015 crash, while Run app with Windows Phone emulator, I tried with Phone 8.1 and Windows 10 Mobile Emulator. Emulator launch successfully but VS can't deploy app, end crash. Faulting applicat...
Lafontaine asked 22/11, 2015 at 5:11

3

i need to find the IP address of the phone my software is running on. I would have thought that is straight forward but having searched the forums it seems like (unbelievably enough) that there isn...
Casualty asked 22/11, 2012 at 5:40

4

Solved

I have written a website which has a function that scrolls the users view to the top of the page. The call in question is: $('html,body').animate({scrollTop:0}, 150, 'swing'); This works fine on...
Outsail asked 21/5, 2013 at 23:21

5

Solved

I have a webservice written in Yii (php framework). I use C# and Visual Studio 2012 to develop a WP8 application. I added a service reference to my project (Add Service Reference). So I am able to...
Ironic asked 31/12, 2012 at 15:21

3

Solved

Am creating a WP8 application which uses Web Service to fetch,create,update & delete data & displaying it. Now the problem is that my application crashes by throwing An unhandled except...
Portland asked 28/11, 2013 at 9:36

5

Solved

So many things happened that I don't know where to start. Seriously, shouldn't this be simpler? Edit: Someone here knows how can I contact Microsoft to tell this? Or even, can someone tell them ab...

4

Solved

Coming from Windows Phone 8 I have never thought there will be a lot of changes done to the Windows Phone 8.1 code. Basically I'm just wondering how to do page navigation just like how you would do...
Apeman asked 18/4, 2014 at 12:39

7

Solved

I started a Windows 8 phone application and am trying to use a NEW phone as the device for debugging. Unable to install application. The maximum number of developer applications on this phone ha...
Synergism asked 24/4, 2013 at 15:40

4

Solved

How can I convert a Stream of an image (which I retrieved using the Album.GetArt method from the MediaLibrary) into a usable Image in my application?
Garrettgarrick asked 8/8, 2013 at 19:15

0

Creating an Image from an UIElement is covered in another question. I am however trying to make an image of an UIElement that has the non-filled background kept as transparent. This is currently do...
Underwent asked 16/10, 2016 at 17:43

2

Solved

I'm considering building a PhoneGap app that would work with my web app via web socket. It would receive the instruction to dial a phone number, run in the background while the phone call is in pro...
Lunette asked 7/10, 2016 at 15:5

4

I'm suddenly getting this error in my WP8 project, which seems to originate from generated code. I have a previous working version and the App.xaml is identical. <Application.Resources> &lt...
Phytoplankton asked 5/3, 2013 at 14:18

2

I have an app with a pivot control. The pivot control has two items (pages), both contain a grid. The grids contain a few buttons and one a map and the other a text block. When the app first runs t...
Wyeth asked 19/11, 2013 at 23:50

2

I'm trying to download a string from ANY webpage within my portable class library. I've created the most basic setup: created a new PCL project compatible with WP8 and WinRT as well as the comp...
Sublapsarianism asked 19/7, 2013 at 15:11

© 2022 - 2024 — McMap. All rights reserved.