Windows Phone 7.1 is the version number of the OS and developer SDK for Windows Phone "Codename Mango". Phones running this operating system are marketed as being "Windows Phone 7.5".

learn more… | top users | synonyms (1)

1
vote
1answer
21 views

How to avoid autoselect when textbox has focus in windows phone sdk 7.1?

Let's say I have a textbox with number 123.456 (InputScope="Number") When It gets focus, after I tapped it, 456 is autoselected. I can't see any property to cancel this. Is there any hidden way ?
0
votes
0answers
19 views

Push Notification in Windows Phone 7.1

I am trying to implement Toast notification in my Windows Phone 7.1 app.Using this code i'm sending the notification from server to windows phone: string toastMessage = "<?xml version=\"1.0\" ...
0
votes
0answers
32 views

writeable bitmap writes the same image to isolated storage everytimein windows phone

I have the following code which writes the bitmap image stream to a file on isolated storage. But it always writes the same image data to isolated storage file "DemoImage.png" every time. even if I ...
0
votes
0answers
28 views

How to disable BackgroundTransferRequest's TransferStatusChanged event handler after I unsubscribed it?

I'm using background transfer to download videos and I subscribed each request's TransferStatusChanged and TransferProgressChanged event to monitor it's status and download progress. When I cancelled ...
0
votes
0answers
30 views

How to disable Auto Locking when our windows phone app is running?

i am developing a windows phone app in which i fetching some data from service at that moment the device will go to auto lock since it is un - responsive for long time. so , how can i avoid this auto ...
0
votes
0answers
18 views

ValueConverter based on Pivot SelectedIndex

I'd like to know how I can change a IValueConverter based on the Pivot SelectedIndex. I'd like to set different units for both my PivotItems. I'm using a ItemTemplate because the layout is the same. ...
0
votes
1answer
13 views

fetch attribute values of repeated named xml elements

<?xml version="1.0" encoding="UTF-8"?> <root> <item> <question>Which country's flag is this?</question> <img src="North_Korea.jpg"></img> ...
0
votes
1answer
38 views

PushSharp + Windows Phone deep linking on Toast Notifcation

When using PushSharp with Windows Phone, I'm sending the notification with a deep link to a view in my app. push.QueueNotification(new WindowsPhoneToastNotification() .ForEndpointUri(new ...
0
votes
0answers
24 views

How to use multitouch behaviour from multitouch.codeplex.com

I want to pinch zoom in images in a Windows Phone 7.1 app. Here are the steps that I have followed - Downloaded the latest binaries. Added System.Windows.Interactivity.dll and ...
0
votes
1answer
64 views

Debugging the App in WindowsPhone 8 Device

I am having a windowsPhone 8(lumia) device and I want to debug my App in Real Device.I used Developer Phone Registration.The problem i am facing now is,If click register button a small window appears ...
0
votes
1answer
20 views

How to save bing map to image on windows phone 7.1

I have a map allow user marked your location. I want to save this MapView.
0
votes
0answers
94 views

Windows Phone 8 WebBrowser presents it's content in scroll view

I have added a WebBrowser control on a page. I have added a single paragraph(some text) in the html file which is loaded in the WebBrowser. I get the content height of the html by adding javascript to ...
0
votes
0answers
9 views

open mht file in phone:WebBrowser

I have an application which displays help to user using webbrowser control. Now i'm able to display HTML correctly but If i try to display mht file (which contains images). It throws ...
0
votes
1answer
50 views

Not able to send the Toast Push notification in wp7

I always get the 404 error.Below is my complete code for sending the push notification of type Toast from the wcf service.Anything wrong with the message ? string channelURI = ...
-1
votes
1answer
63 views

WP8 WebBrowser as Panorama/Pivot Item

I added a WebBrowser as the content of one of the panorama items. The WebBrowser gets rendered with no issues. If I swipe the panorama by touching the area outside the WebBrowser the swipe happens. ...
0
votes
0answers
26 views

Templated control with multiple ContentControls correctly in wp8

I need to create a templated control with multiple contents in silverlight, it work but visual studio doesnt recognize the ContentControls in the treeview, i want to achieve a result like this: How ...
0
votes
1answer
36 views

windows phone 7 application c#-accessing video library

I just want to bind a listbox to a video list ,the videos are in video library in windows phone.I have already searched a lot and spent lot of time.But no articles are there to access video library in ...
0
votes
2answers
73 views

WP8 WebBrowser how to find out type of navigation

I have added a WebBrowser control on a page. If the user taps on any link in the WebBrowser I need to get the Uri of the request and load it in a new page. Im using WebBrowser class's Navigating event ...
0
votes
1answer
28 views

Accessing PhoneTextBox in ListBox

I want to access value from PhoneTextBox named "buttonSearch" placed inside ListBox. The only problem is that i can't invoke it from code behind. What i mean is that i can easly do it like this: ...
0
votes
1answer
29 views

Windows Phone App: Is there a way to have a button start dialing a phone number from my app?

I am creating an app, and I want to have a button that I can click that will dial a phone number. The phone number will already be chosen by me. Is this possible?
0
votes
0answers
61 views

Changing the look of TextBox when activated

I'm new to Silverlight & WP. I'd like to change a look of the TextBox control when it's activated (i.e. when user taps it and is entering a text). The problem is that WP changes its look ...
0
votes
0answers
17 views

Authentication Token for Facebook Windows Phone

I'm developing a windows phone application that requires Facebook log-in. I can actually log-in successfully using my personal and developer account. The sandbox mode of the application is set to ...
0
votes
0answers
42 views

How to load/animate the listbox items dynamically

I'm developing an application in windows phone 7.1. In my application I have a listbox which has more than 100 user details. I'm displaying each user detail as a rectangle block - (Image and three ...
0
votes
1answer
26 views

An app exclusively for windows phone 7.1

I am creating two versions of an app - for Windows phone 7.1 users and another for Windows phone 8 users. Since all windows phone 7.1 apps work on windows phone 8, the Windows phone 8 user sees two ...
0
votes
2answers
76 views

UI controls difference between WP8 and WP7

I have worked on WP7 app development(C# and XAML). I need to work on a windows phone 8 app development. I googled on what are all the API difference between WP7 and WP8 SDKs, especially I want to know ...
0
votes
1answer
39 views

how to register for a new channel uri with the MPNS?

How do i get a new channel uri from MPNS ? Its returning the same one from the last few calls.And if I use it , it returns 404 error.So I want to get a new channelUri to test the push notification. ...
3
votes
1answer
51 views

Waiting for an Event to Complete

In Pivot control all Pivot items content is loading at a time in WindowsPhone 7.1 I am developing Cross Platform application. Issue: In my application each Pivot Item having WebBrowser control. When ...
0
votes
0answers
17 views

uriString null in Microsoft.Live.Operations.PhoneUploadOperation.OnGetUploadLinkCompleted

I'm using Live Connect API in a Windows Phone 7.1 app. Recently, the following stack has started to crash my app. The app uploads some files to SkyDrive, and the code has been stable for months. ...
0
votes
1answer
28 views

How to keep textfield data when navigating away and back to page

I am writing a golfing application. Each person enters his score in a textbox for each hole and then navigate to another page optionally. The problem I am having is that I want the numbers to stay ...
0
votes
5answers
38 views

Have an array that is being filled with user input. Want the calculate button to calculate total even if all spots in the array arent filled

private void Calculate_Click(object sender, RoutedEventArgs e) { int x1 = int.Parse(textBox1.Text); int x2 = int.Parse(textBox2.Text); int x3 = ...
0
votes
1answer
52 views

Not able to construct httpmessage for push notification in windows phone 7

I am trying to construct the httpmessage for sending push notification(toast type), but it doesn't recognize methods in the below code. I have this code in Class Library. Add method in ...
0
votes
1answer
62 views

httpClient streaming with WindowsPhone not working? same code works in windows store app

Is there a way to get streaming results of a response from httpClient on windowsphone? I have the following code in a PCL targetin WP7.1+ (same problem if moving the code to the phone project iself), ...
1
vote
2answers
39 views

I have multiple text blocks that will be filled with numbers. I need them to totaled up together and then put into another text block

I am creating a golfing app. It is a 9 hole golf course. I created a page that has 9 separate text blocks that the user can enter in their score for each hole. Then I have a textbox that I want the ...
2
votes
1answer
60 views

Looping and changing a list - remove doesn't always work

I'm trying to go through a loop 40 times and changing a list in the process. This is the code: for (int i = 0; i < 40; i++) { location = rand.Next(rows.Count); rank = ...
0
votes
1answer
43 views

Windows Phone 7 - Buttons Above Pivot Control

Used default Windows Pivot App to create pivot application, Wanted to add 2 buttons above Pivot control but they keep on appearing overlapped on pivot, not above. E.g. Below code doesn't yield ...
0
votes
2answers
44 views

How to make IsolatedStorageSettings persist even after the device is turned off?

First page of the my application requests the login ID and password which I store using isolated storage. I want my application to remember the login credentials even if the device is switched off i.e ...
2
votes
1answer
73 views

Font is different in WP7 and WP8 project

this is quite a strange thing I've run into. I've been developing Windows Phone Apps for over a year now, and even with the WP8 switch i never seen this before. If i take my WP 7.1 app and upgrade it ...
0
votes
0answers
158 views

How to Upload file from application to Dropbox win windows phone 8?

Guys, I've implemented the Dropbox using the Dropbox Library as suggested in this. But it only download the files from the dropbox. I'm not getting the way to upload file in dropbox.
-2
votes
1answer
29 views

how to add buttons in the centre with long text on windows phone project page throug stackpanel

I am facing a freaking problem in windows phone project.I am designing a page with two buttons on the centre of the page,here is the xaml code: <StackPanel x:Name="Mainpg00" ...
0
votes
1answer
50 views

Async WCF call not firing in Windows Phone 7

Basically, I'm using a WCF call in my phone app to retrieve a password, however it doesn't fire when I want it to, and I'm unsure where to put the call. Essentially, I want the app to call the code ...
0
votes
0answers
32 views

Connecting Windows Phone Client to Azure Cloud Server using Socket

I have a windows phone emulator 7.1 which is well connecting to the local server using socket in c#. i moved the same server to the Azure Cloud OS. I have installed VS2010 and executed the server, but ...
0
votes
1answer
77 views

Show progress overlay while data bound list box is waiting for Async operation in C# Windows Phone 7 app (MVVM Light)?

I have a C# Windows Phone 7 app with a Telerik data bound list box. The data bound list box's ItemsSource property is bound to a property in my view model that retrieves its contents from a RESTful ...
1
vote
1answer
114 views

view list of images like a image gallery view in WP8

I have a list of images, which I need to show as an image gallery view style. I searched a lot but didn't find any answers.I tried it using a listbox but its doesn't look like an image gallery view ...
0
votes
1answer
74 views

WPF How to access a control from ViewModel

In new to windows phone development. Can someone help me to learn how can I access a certain control on ViewModel. Example Scenario: I have a listbox and I want to access the listbox from my View ...
0
votes
0answers
47 views

HttpWebRequest is not getting respond i need in Windows Phone 7,1 application

I have started programming in Windows Phone 7,1 not so long ago and I come to grips with problem with Http requests. I am using in my application two requests. First one has assigment to get ...
0
votes
1answer
48 views

NullReferenceException during navigation from MainPage.xaml.cs to another xaml

My application takes username and password and on clinking the hyperlinkbutton, these values are sent to the server and hence server returns something like PASS:ClientID. I wish to navigate to ...
0
votes
2answers
68 views

Create WP7.1 Store package with Visual Studio 2012

I developed a WP7.1 App in Visual Studio 2012 and I'd like to create the Store/App Package. The documentation says I should have a "Project" > "Store" > "Create App Package" menu option, but there is ...
0
votes
2answers
77 views

Newbie, emulator is not working [duplicate]

I am completely a newbie in Windows phone app development. I followed this tutorial to develop my 1st Windows Phone app. When I am ready to run my 1st app, I selected Debug->Start debugging on the ...
1
vote
1answer
47 views

QR code to trigger action on installed native app in windows phone

How can I trigger action on a windows phone app? Let say I want to navigate to a certain page in my native app by scanning the QR code, how do I go about doing that?
2
votes
2answers
190 views

Accessing variables from XAML and object from ViewModel using Code Behind

I'm a newbie in windows phone development. I would like to ask if it is possible to do this scenario. I need to access a variable in XAML using my code behind, then I will add it as an item to my ...

1 2 3 4 5 36