windows-phone Questions

6

Solved

When starting to test the application on Windows Phone (even a blank app) on emulator or device, this error is poping out "The project needs to be deployed before it can be started". "verify the pr...

3

Solved

I'm trying to run an "async" method from an ordinary method: public string Prop { get { return _prop; } set { _prop = value; RaisePropertyChanged(); } } private async Task<string> Get...
Amberjack asked 30/11, 2013 at 18:51

5

I'm looking for a solution which allows me to open native SMS editor from web-page. Body of the message has to be prepopulated and receiver's phone number has to be empty. There are plenty of sugg...
Boater asked 18/11, 2014 at 11:42

4

Solved

I'm working on a WP8 app that uses a ScheduledTaskAgent to update a Live Tile. It's a pretty simple app, really. Problem is that while I've directly copied the code from the WP7 project to the WP8 ...
Stimulative asked 29/12, 2012 at 1:14

6

Solved

Using Windows.Web.Http.HttpClient how can I download an image? I would like use this HttpClient because it is available to use in portable class libraries.

2

Solved

I hope this isn't a duplicate but I can't find any documentation or examples on how to actually use ScrollToVerticalOffset(). I'm using it in a Windows Phone 8 app, but I think it will still apply ...
Nannana asked 27/2, 2013 at 14:47

8

Solved

I want to suppress a key stroke in a TextBox. To suppress all keystrokes other than Backspace, I use the following: private void KeyBox_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)...
Needlecraft asked 9/3, 2013 at 21:35

7

Solved

I am new to developing windows phone apps. Now I am creating a text messenger app with T9 keyboard, I already made design like the buttons. Now what I want is how can I get the last character in a ...
Equitation asked 2/11, 2012 at 11:42

2

Solved

Similar questions have been asked before but this question strives to explore more options and the ability to pass complex objects. The question is how to pass parameters but it really needs to be...
Sherillsherilyn asked 16/9, 2012 at 6:17

3

Solved

my application, currently, goes to the MainPage.xaml at startup (I don't know where it has configured though). I want to be able to start with another page in some conditions. I think I can add th...
Heartfelt asked 3/10, 2013 at 21:36

2

Solved

I'm having an issue with adding a dll reference to a shared project. As seen in the picture below I have a Universal solution with a project for windows and a project for windows phone. In the ...
Swor asked 4/5, 2015 at 11:45

5

Solved

I am developing an UWP application (Windows phone 10) and I have a SQLite database in a shared folder in a PC in my LAN. I would like to know if I can use this database in the windows phone app, li...

5

await httpClient.SendAsync(httpContent) is not responding though I found no error in code/url its still getting hang. Please suggest/help. My code as follows: public async Task<string> Get_...
Thorson asked 31/10, 2013 at 10:48

3

Solved

Making a windows phone application and although I may easily pull from my Web Api I am having trouble posting to it. Whenever posting to the api I get the "Unsupported Media Type" error message and...
Brunhild asked 20/7, 2015 at 21:20

2

Solved

I'm aware it's been asked before (with limited or no solution) but I haven't seen any recent updates and I think my scenario is unique so I'll start a new thread. I have a Raspberry Pi and it's fu...

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 learn Windows Phone programming. Since I got Lumia 610 (WP7.8), I write in 7.1 SDK. The problem is I want my app to concatenate string with an arrow symbol, which is available in Segoe UI Symbol ...
Arms asked 24/6, 2013 at 20:55

9

Solved

I am trying to read a xml file from the web and parse it out using XDocument. It normally works fine but sometimes it gives me this error for day: **' ', hexadecimal value 0x1F, is an invalid cha...
Require asked 18/7, 2011 at 3:16

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

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

5

We currently support English, German, Spanish, Italian, and French as languages. We have an iOS, Android, and Windows Phone app, and an HTML/JS webapp. The three mobile apps are very similar....

3

Solved

I am developed the Windows mobile application I've added the button for VS blend 2015 , but there's no button navigate to option how to bind to my button for the page sub.xaml <Button x:Name="b...
Squib asked 15/11, 2015 at 5:40

2

Solved

I'm writing a cross-platform application. One version will work under Win32 and the second on Windows Phone. I'd like to reuse my C++ core - especially that there are no platform dependencies insi...
Truesdale asked 22/9, 2014 at 18:10

6

How I can prevent background task from running if there are foreground app being executed? Using Universal Windows Platform for my app. My background task is checking for new items on some site a...
Pretense asked 27/9, 2015 at 7:44

2

I'm trying to override some style-colors in Windows 10 but I cannot get it to work. My app.xaml looks like this: <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <Re...
Breechloader asked 22/5, 2015 at 8:43

© 2022 - 2025 — McMap. All rights reserved.