Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present), succeeding Windows Phone 7.5 and includes many new featuresets.

learn more… | top users | synonyms

0
votes
0answers
6 views

Sending SMS in windows phone over wi-fi or data

I want to include SMS in my windows phone app. I know that there exists SMS Compose Task launcher for the same, but is there some way we can send SMS via a wi-fi or over data, cause I assume that ...
0
votes
0answers
4 views

LongListSelector items reflection

<phone:LongListSelector.ItemTemplate> <DataTemplate> <StackPanel> ...
0
votes
0answers
7 views

System.Windows.pdb not loaded - Windows Phone

I just downloaded the Background worker sample from the website for reference and when i run the application it runs without any problem. The background task is executed normally and toast ...
0
votes
0answers
9 views

“Invalid cross-thread access” in XAML when adding Toolkit components to Maps

I have the following piece of XAML code in my Phone Application Page: <maps:Map x:Name="BigMap" Pitch="53" LandmarksEnabled="True" PedestrianFeaturesEnabled="True" ZoomLevel="12" ...
0
votes
0answers
20 views

WP8, app crashes when internet is disabled

when I run app on emulator for wp7 without internet all work good, but when I run it on WP8 emulator without internet it crashes and I have message: Broken network connection. Debugging will be ...
0
votes
1answer
9 views

Launch Windows Phone App Automatically

I have created audio player and i want launch my audio player and play some set of song every day at 8pm without user click on application to open it. It should work like alram
1
vote
0answers
11 views

Can we use google maps data in bing maps?

I am using GOOGLE map's Matrix API in Server side code to calculate distances between different points , as there is NO GOOGLE maps API exists for WindowsPhone 8 so I am using Bing maps for Windows ...
0
votes
0answers
13 views

Windows Phone 8 and Active Directory Authentication

I have a windows phone 8 app, I want to link the app user's accounts with their accounts in an active directory. Is there a way/SDK/service that enables the users to communicate with the active ...
-1
votes
0answers
11 views

How to design first tab control or telerik tab control using xaml in Windows Phone XAML?

Hi; i am new in wp8 application. I wish to design tab control like below. How can i do that. i have been written ecf services to fill tab. i dislike prepared code. i am not a leech. i have no time to ...
0
votes
0answers
13 views

Is it possible to access Windows.Devices.Sensors API from a background agent?

There is a list of unsupported APIs for background agents, such as Microsoft.Devices.Sensors. The sensors are also accessible through the runtime API Windows.Devices.Sensors, which is not in the list ...
0
votes
1answer
11 views

WP8 TaskCompletionSource not getting Result

I've an extension method for WebClient (WP8) public static Task<string> DownloadStringTask(this WebClient webClient, Uri uri) { var tcs = new ...
0
votes
0answers
8 views

Windows Phone 8: Nokia Maps “blinking” my location

As you can see, Nokia has a nice pushpin for my location, blinking from time to time http://winsupersite.com/site-files/winsupersite.com/files/uploads/2013/02/here-maps.jpg. I also have a pushpin for ...
0
votes
1answer
16 views

Element with event handler inside other element with another event handler?

I want to have a two event handlers Panel_Tap (StackPanel tap) and More_Tap (TextBlock tap). TextBlock is inside the StackPanel. My xaml code: <StackPanel Tap="Panel_Tap" ...
0
votes
0answers
6 views

Windows Phone 8: How can I make a map's pushpin textbox to stay on top of any other elements on the map?

I have a map with 100 pushpins. Every time I tap a pushpin, a textbox with description is opened near that pushpin (only 1 textbox can be opened at a time, when you tap a pushpin, the previous opened ...
0
votes
0answers
21 views

Windows Phone screen height in PhoneGap app not 100%

I'm developing a Windows Phone app using PhoneGap/Cordova (though, I believe the problem I'm having makes the fact that it's PhoneGap irrelevant). No matter what I seem to do, the tag of my html ...
0
votes
1answer
21 views

Change the Visibility and then change the Opacity of a Silverlight/WPF UIElement

I'm making a Windows Phone 8 app and would like to first fade out and then -- and only then -- actually turn a UIElement's Visibility to "Collapsed". However, I can't figure out how to make them ...
0
votes
0answers
10 views

Getting all pushpins that are on the map

So I'm on Windows Phone 8 with the new map control and I'm using the Windows Phone Toolkit Pushpin control to show geolocations on the map! Now what I need is to get a hold of all these pushpin ...
-1
votes
1answer
20 views

WP7 vs Wp8 Session timeout differences

When deploying the same XAP file to WP7 and WP8 why would I get different session timeouts? Could this be something client side or all server side?
0
votes
0answers
25 views

my app crashes and I can not find out why

I have a problem with my app, I debug the wholt starting progress of the app and it runs without any error, but when I get at the end of the OnNavigatedTo I press conitnue end then get to this: // ...
0
votes
1answer
19 views

angle between line joining two gps co-ordinates and the north pole (axis)

I have two gps co-ordinates p1 and p2 as in the figure. p1 / /\ (theta) /--------------> North / p2 I want to calculate the angle (theta) subtended by the line joining two ...
0
votes
3answers
46 views

How can I not load a JS script on a certain OS client?

I am using the WYSIWYG editor CKEditor which apparently does not get along with Windows Phone 8 at all (it breaks the entire site when kept in the head). I'm not certain if it's an IE issue overall ...
0
votes
0answers
28 views

What library to use for Azure Table Storage on Windows Phone 8?

I'm looking to pull some data from azure table storage into a windows phone 8 app. I'm a huge newbie on this but it seems like the Phone.Storage library is outdated and attempting to use nuget ...
1
vote
1answer
22 views

Can't acces API from Internet Explorer

I am developing a Vine client for Windows Phone 8 but I'm having trouble accessing their API's from desktop or mobile Internet Explorer. When, for example, I go to ...
0
votes
1answer
31 views

How to POST to RESTful API with Windows Phone 8

Can anyone point me to a working example of how to POST JSON to a RESTful API (e.g. Web API) using Windows Phone 8? I have a working example for GET but can't seem to find any working examples for ...
0
votes
1answer
41 views

How to read first 5 characters from string using StringFormat in Windows Phone XAML?

Basically in my Windows Phone application, i used to display the Name in the List through Binding. In this case, i want to restrict the name to display only the first 5 set of characters to avoid the ...
0
votes
1answer
14 views

Windows Phone 8 -Post Json 'in request body' give an exception

Windows Phone 8 -Post Json 'in request body' give an exception but, it is working on 'windows Console app'. Why could it be? Exception: AsyncWaitHandle ...
0
votes
2answers
13 views

Turn datepicker valuestring to ToLongDateString

Just want to start of that this whole question starts with this article: http://transoceanic.blogspot.se/2011/08/wp7-create-datepicker-control.html So i have done as in the article and now want to ...
0
votes
1answer
51 views

Read files in WP8

i have a problem with reading file in WP8. string text; IStorageFolder applicationFolder = ApplicationData.Current.LocalFolder; IStorageFile storageFile = await ...
-1
votes
2answers
21 views

Windows Phone 8 control, like in Photos app?

What control is used in native Photos app? I need the same experience, can I achieve it with Pivot or Panorama? Maybe its just a rotated LongListSelector?
0
votes
0answers
14 views

WP8 datepicker page default white theme

I am trying to set the datepicker page background to white without changeing theme on the phone. I want it to always be the white theme. I did find something about the backgroundcolor that i tried ...
-1
votes
0answers
15 views

How to parse code in .plist file like below in windows phone

what i I want is get two string[],stringA[]={A1},stringB[]={B1,B2} I program in windows phone 8 ,use my college's IOS .plist to work, I find it is diffcult for me to use my LINQ TO XML ability to ...
0
votes
1answer
26 views

Windows Phone 8 Check if location is turned on/off?

I want to check if the location service is turned on or off, so I can inform the user that he needs to turn it on in order to see his location on the map. Also want to check if airplane mode is on/off ...
0
votes
1answer
22 views

How can we use SIP for Windows Phone 8

Downloaded PJSIP, but it is for VS2008. I am not able to use it with Windows Phone 8. Is there SIP API for Windows Phone 8? I want to develop an application that uses SIP. So does any one knows about ...
0
votes
0answers
22 views

Create Two Xaml file for one .cs file

I want to implement feature as in iOS,In iOS there is only one class and we can add more than two view(same as Xaml in Windows Phone) and load different View according to according,Can I do the same ...
0
votes
1answer
32 views

Facebook Authentication in Background - C# sdk

I am developing a windows phone app using facebook c# sdk. I created a login page to authenticate the user and it also working well. But my problem is, next time when the user open the app, it should ...
0
votes
1answer
27 views

unnecessary spacing in windows phone keypad. Is this a OS bug?

I came across a rather unusual effect in the windows phone keypad, in the portrait mode. I have a textbox at the bottom of my grid, and below it is the app bar. Now when the text box gains focus, ...
0
votes
1answer
28 views

Windows Phone ReverseGeocoding to get Address from Lat and Long

i am using the following service reference to get location details from latitude and longnitude http://dev.virtualearth.net/webservices/v1/geocodeservice/geocodeservice.svc i added the above URL ...
-2
votes
0answers
16 views

How to set the Listpicker Item ? WP7 c# [closed]

I want to set the listpicker item via code, any ideas i can do it? for example, when my application loads it checks the settings and will set the listpicker item to the value.
1
vote
2answers
31 views

How can I correctly close an application in Application_Launching event

I want to close my app if network not available. I check network in App.cs: private void Application_Launching(object sender, LaunchingEventArgs e) { if ...
0
votes
2answers
18 views

how to set a water mark text box for inputing password in windows phone?

How to set a text box for inputing password in windows phoen ? Password box is not work for me because it not aalow watermark I want something like <input type="password" /> in Android.
-2
votes
0answers
9 views

Uri scheme association for Foursquare does not work on WP8 [closed]

Foursquare is using "foursquare" as its uri scheme association. However, when I launch it via the uri, foursquare shows an error message "something went wrong, restart the app if it seems unstable". ...
-1
votes
0answers
15 views

What is the Maximum data which sqlite database(local database) can handle in windows phone app / windows 8 metro app?

i am using a sqlite as a local database in my windows phone app and windows 8 metro app , i want to know 1)What is the maximum size limitation sqlite database in windows phone app / windows 8 metro ...
0
votes
0answers
13 views

jQuery animating scroll top to 0 not working on Windows Phone

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 ...
0
votes
0answers
61 views

Windows phone 8 Sqlite setup

I started setting up the windows phone 8 sqlite and everything worked out great. I installed the SQL for Windows phone extension. Then i proceeded on adding the solution (Sqlite.vcxproj). After that i ...
0
votes
0answers
18 views

Windows Phone 8: zoom and pan in UserControl

I am new here. I am developing (playing with C# and WP8) some sort of game that is similar to Age of Empires. I created UserControl in which will be land (houses, roads, etc.) and is larger than ...
1
vote
0answers
9 views

Is it possible to perform multiple transactions with an NFC tag or device? (i.e. read more than once)

According to this Nokia developer's page, you can read an NFC tag with the SubscribeForMessage method: http://www.developer.nokia.com/Community/Wiki/Use_NFC_tags_with_Windows_Phone_8 There is a 'tip' ...
0
votes
1answer
27 views

Converter not found? XamlParseException: Cannot find a Resource with the Name/Key StringTruncator

I've included the StringTruncator converter in my App.Resources xmlns:app="clr-namespace:Tabbed_Browser"> <!--Application Resources--> <Application.Resources> ...
0
votes
1answer
38 views

Unobscured event gives NullReferenceException

I am trying to add an Unobscured event to the root PhoneApplicationFrame like this: PhoneApplicationFrame rootFrame = (PhoneApplicationFrame)App.Current.RootVisual; rootFrame.Unobscured += new ...
1
vote
1answer
27 views

Referencing Windows Azure Mobile Services in brand new Windows Phone 8 App

I have created a brand new Windows Phone 8 application. I tried going to NuGet to include WindowsAzure.MobileServices. However, I received an error stating that I cannot reference System.Runtime. I'm ...
-6
votes
0answers
34 views

From where can we get the API for developing an application that be responsive even being in background on Windows Phone 8 [closed]

Is it possible to make a application that fulfills the following requirement: Can exist in background. Can make network requests continuously. Gets in memory at the time of OS start. Doesn't die ...

1 2 3 4 5 65