Tagged Questions

The codename "Mango" update to Windows Phone 7. Made available to developers in June 2011 and scheduled for public availability later in 2011. It contains over 500 new features and 1500+ new APIs. This tag can be considered a synonym of [windows-phone-7.1] as they both refer to the same thing. ...

learn more… | top users | synonyms

26
votes
3answers
1k views

Will I still need tombstoning in Mango?

With multi-tasking enabled, can I safely throw away tombstoning when porting my project to Mango?
8
votes
2answers
2k views

How to Downgrade from 7.1 to 7.0 in Mango Windows Phone 7?

I installed the windows phone 7 mango sdk in order to experiment with multitasking and some other mango-only features. I upgraded my project to 7.1 only to realize that there is not an update for the ...
7
votes
2answers
534 views

Windows Phone 7 (Mango) App gets disconnected when put in background?

Can I prevent my application from having the sockets closed when the user puts it in the background on Windows Phone 7 Mango? If so, how would I go about doing it? Thanks
6
votes
3answers
82 views

Is there any point in writing pre-Mango (7.0) Windows Phone 7 applications

Inspired by an exchange on a recent question, I wanted to know whether there is any good reason to develop Windows Phone 7 applications that target pre-Mango models, i.e. by creating applications that ...
6
votes
4answers
321 views

Margin on ItemsControl of virtualizing ListBox not working properly

I have a problem with a class which extends ListBox in Windows Phone 7 Silverlight. The idea is to have a full ScrollViewer (black, e.g. fills the whole phone screen) and that the ItemsPresenter (red) ...
6
votes
2answers
410 views

WP7 Mango: How do I delete a live tile?

I'm creating a live tile on the device with the following code: ShellTile tile = ShellTile.ActiveTiles.FirstOrDefault(); StandardTileData newTileData = new StandardTileData { BackgroundImage = ...
6
votes
3answers
720 views

Mango Application Tile - remove back

This is a simple question, and a seemingly simple task but I can't find any info on how to accomplish what I need to do. I have an application whose main tile (when pinned) sometimes needs to be ...
5
votes
1answer
106 views

Style the wp7 (Mango) keyboard

I want to style (actually just change the color) on the built in keyboard in an wp7 application. I am creating a Silverlight project, and using a as the input, and this has the default styled ...
5
votes
1answer
585 views

Does Windows Phone 7 Mango support UDP broadcast?

According to the MSDN documentation Mango does not support UDP broadcast. According to this thread it is somehow possible. Does anybody have any experience with UDP on Phone 7? A code snippet in C# ...
5
votes
3answers
791 views

Windows Phone 7 PIN Icon

I've been looking everywhere for the pin icon to use when adding secondary tile functionality to the application bar. All demos I have seen, seem to use a common pin icon in the application bar to ...
5
votes
1answer
786 views

How to broadcast a UDP packet on WP7 Mango?

I want to send a UDP packet from a phone to the limited broadcast address (IPAddress.Broadcast = 255.255.255.255). This is what I have so far, and it works in a Windows app: Socket socket = new ...
5
votes
2answers
374 views

WP7: Edit Screenshot While App is Backgrounding (Mango)

I have an app that I have been developing that can display sensitive user data. When the user backgrounds the app, the OS appears to take a screenshot of the app as it was running, and displays it ...
4
votes
3answers
262 views

Saving the photo to a class

I would like to save the PhotoResult from the cameraCaptureTask into my class which I'm using as a collection and then saving into Isolated Storage: void cameraCaptureTask_Completed(object sender, ...
4
votes
1answer
249 views

WP7 Linq To SQL(SQL CE) IDataErrorInfo

What is the best practice for implementing IDataErrorInfo for an entity class. A class that is associated with a table or view. I have a View that binds to a record from a Task entity class and need ...
4
votes
3answers
318 views

Mango reminders in locked screen

I'm creating the option for the users of an app, to get reminders of events from the app. So I add the reminders using the ScheduledActionService, and set the NavigationUri to a xaml page in my app. ...
4
votes
1answer
296 views

WP 7.5Beta2 (Mango) and WP 7.0 SDK together

I have installed the WP 7.0 tools – the installation package comes with the Visual Studio Express and WP 7.0 SDK. Now I would like to install the WP 7.5 Beta2 SDK (Mango). After installation - will ...
4
votes
1answer
523 views

Associate file extension with app in wp7.1

Is it possible to associate a particular file extension with my app in wp7.1? I would like to allow the users of my app to email files of a particular type to each other and then when they click on ...
4
votes
1answer
962 views

Does the ScheduledTaskAgent and PeriodicTask need to be in a seperate assembly from the main app?

I tried to follow this example from Microsoft, best I can tell I did everything except putting the ScheduledTaskAgent and PeriodicTask in a seperate assembly. When I run my app in the emulator and ...
4
votes
1answer
111 views

Bug in WP 7 implementation of Uri.IsWellFormedUriString?

In a .NET 4 console application, and a Silverlight 4 application, the following returns false: Uri.IsWellFormedUriString("/test", UriKind.Absolute) but the same call in a Windows Phone app (7.0 or ...
4
votes
2answers
543 views

WP7: Suppressing XNA touch input when handled by Silverlight?

I've got an XNA + Silverlight game in Mango: Mostly XNA with some Silverlight UI on top. The problem I'm having is that when you hit a button or interact with a Silverlight control, the touch ...
4
votes
1answer
808 views

Creating a secondary tile with background image path from isolated storage

in my app all my images are saved in the IsolatedStorage space. Can I create some secondary tiles with Uri's that link to my app's Isolated storage? Is there anyway to do this? I wasn't able to find ...
4
votes
2answers
163 views

Does Windows Phone delay or batch HTTP requests? Seeing 600ms request delay to a server on the same LAN

I am developing a Windows Phone app that communicates with a server on home LAN over wifi, and I ran into a show stopper: an average round trip time for a tiny HTTP request inside LAN is 600-800ms. ...
4
votes
3answers
1k views

Windows Phone 7 Mango (7.1) - Background Task not called repeatedly

I am using Background task to perform activity when application is not running. Below is my sample code that should be called every 30 mins and add the timestamp to the file on Isolated Storage. The ...
4
votes
1answer
313 views

Restsharp on WP 7.1 adding cookies

I am trying to add a cookie to a request using RestSharp but in fiddler2 I don't see the cookie in the request and service call is failing. Is there some trick to adding a cookie to the RestRequest? ...
4
votes
1answer
146 views

Can I debug an WP7 app that targets Mango in a real device?

Or is the debugging only available for emulator?
3
votes
1answer
144 views

Issue with sharing in twitter

I am about to implement a twitter sharing functionality in my WP7 app, but ... there is a really tricky issue. So, shortly explained my code is same like most popular WP7 twitter share examples(using ...
3
votes
1answer
106 views

Play / pause mp3 files in Windows Phone MVVM application

I am trying to play small mp3 file in my Windows Phone 7.5 MVVM application (MVVM Light is used). I am trying: 1st. To use SoundEffect: SoundEffectInstance instance; SoundEffect effect = ...
3
votes
1answer
123 views

Zooming in windows phone 7

I want to zoom in/out the canvas in windows phone 7, I have used the windows phone toolkit for silverlight but it is only zooming a particular item on the canvas like a single image. In my ...
3
votes
1answer
301 views

How to rotate an image to a particular angle in Windows Phone 7 Silverlight Application?

I am a beginner in Windows Phone 7 Development, i am building an app in which i want to rotate an image to a particular angle, for example I have an image of an arrow pointing straight upwards, I ...
3
votes
1answer
767 views

jQuery Mobile - error loading pages using PhoneGap and WP7.5 - issue with security?

I have an app that runs fine using android phonegap 1.2 and jqm 1.0, and I'm attempting to port it to windows phone 7.5. When the index.html page loads, the first thing is does is use a ...
3
votes
2answers
207 views

How to Integrate non supported fonts in WP7

I am creating a English to Mangolean Dictionary app; So i need to display mangolean word corresponding to my english word; i read from a blog that wp7 only supports limited language set. So how can i ...
3
votes
1answer
267 views

Only one background task listed although I have a PeriodicTask and a ResourceIntensiveTask

In my app I am creating both a PeriodicTask and a ResourceIntensiveTask, both of which have different descriptions. Under settings, applications, background tasks I only see the description of the ...
3
votes
1answer
551 views

How to convert HTML to RichTextBox in Windows Phone Mango

Is there an easy way to convert HTML to display in the new Windows Phone 7.1 (Mango) RichTextBox control. I'm mostly concerned about retaining links and images without using a web browser control. ...
3
votes
1answer
252 views

window.open on Windows Phone 7

I am looking for any information, or help with an issue I am having with Mobile IE9 on Windows Phone 7 Mango; although I would settle for a resolution on Windows Phone 7 in general. <input ...
3
votes
1answer
264 views

Windows Phone 7 - Possible to Put Textbox in Application Bar?

I want to create an application bar like IE has in Windows Phone 7.1 ... it has a textbox in it instead of buttons, and it still works as the application bar with menu items under it. Is this ...
3
votes
2answers
371 views

WP7 Mango: Retemplating PhoneApplicationFrame created “Unspecified Error” exception

The following used to work in WP 7.0: I'm attempting to re-template the root PhoneApplicationFrame in my Mango beta 2 refresh (7712) project with the following Xaml: <Style ...
3
votes
2answers
864 views

Drag and drop in Windows Phone 7 Mango

How do you implement something like drag and drop using (Silverlight) Windows Phone 7 (Mango)? Ie, I add an image in the center of page, then want to allow the user to move that image around on ...
3
votes
4answers
1k views

ViewFinder Orientation With Windows Phone 7 Mango PhotoCamera

I am using the PhotoCamera control with the Windows Phone 7 Mango Beta 2 development tools. The "ViewFinder" for the camera control is a rectangle object filled with a VideoBrush, as in the example ...
3
votes
1answer
309 views

In Mango, is it possible to reference background agents in class libraries?

I have an app which currently plays music (in the background) all the time it is running. We wish to upgrade this in the Mango version of the app to use an Audio Playback Agent. The majority of the ...
3
votes
2answers
2k views

Windows Phone 7 Mango - Local Database - SQL CE 4.0

I did not use SQL CE 3.5 for Windows Mobile as I need to include some binaries of SQL CE 3.5 (having size of > 3 MB) in my application setup. Now, I am developing for Windows Phone 7. With Mango ...
3
votes
1answer
344 views

Master volume of device on WP7 device

Is it possible to adjust the master volume of phone in wp7 mango update, or switch between sound / vibration / silence? I would like to create an application that would change the profile depending ...
3
votes
1answer
549 views

Camera Capture in WP7 Mango

I've recently upgraded my WP7 app to Mango and am having some problems with the camera. The code below used to work on 7.0, but on 7.1 the completed handler fires before the dialog is even shown, so I ...
3
votes
2answers
532 views

How to create a continuum animation in Windows Phone 7?

I know there is a continuum transition in windows phone 7 and it doesn't seem to be included in the silverlight toolkit yet. Any ideas how to create one? Thanks in adv. :) UPDATE At last I took ...
2
votes
0answers
28 views

Pinch Zoom images bound in Listbox

I am trying to implement pinch zoom in my application. I found this article (Correct Pinch-Zoom in Silverlight) and it works perfectly fine for one image. But the problem is, my images are within ...
2
votes
3answers
57 views

How do I get access to the item in a ListBox that is being rendered rather than its source data?

In a continuation from my question here I tried using the solution provided in the linked answer, however when I give it the image which the ListBox is binding to, it gives me the wrong position, ...
2
votes
1answer
26 views

Is it possible to create a storage provider for user data on a Windows Phone device?

The Microsoft.Phone.UserData.StorageKind enumeration implies that "other" storage locations can exist for storing use data, such as appointments and contact details. Is it possible to create a ...
2
votes
2answers
77 views

WP7 Live Tile text color?

Is there a way to change the color of the Title on the Live Tile icon? The BackgroundImage I used has a white background, so I can't see the Title right now. An alternative is to cut the bottom of ...
2
votes
1answer
66 views

Receive /Send data through Wifi under Windows Mobile 7.5

I have a desktop client application build under .net 4.0 and WPF. In this application I need to send /Receive data from a client app on a Windows Mobile, this would be through Wifi. I have no deep ...
2
votes
1answer
83 views

Can MediaElement play QuickTime (.mov) files?

I'm building a Windows Phone 7.5 app that needs to play videos that are pulled from a remote XML feed. Some of these videos are in .mov format, while others are in .mp4 format. The .mp4's play just ...
2
votes
1answer
262 views

How to access Windows Phone 7 specific network type (e.g. EDGE, 3G, etc.) without opening a socket?

As I understand, before the Mango SDK update (7.1), you were only able to access a rather broad network type via the property NetworkInterface.NetworkInterfaceType. This would return an enumeration ...

1 2 3 4 5 9