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.5] as they both refer to the same thing. ...
7
votes
1answer
164 views
Wintellect PowerCollections for Windows 7 Phone?
This otherwise great open source collection won't build on the Windows 7 Phone because it uses Serializable and the ICloneable interface, which is internal within Silverlight based frameworks. Does ...
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
5answers
350 views
How to speed up slow / laggy Windows Phone 7 (WP7) TCP Socket transmit?
Recently, I started using the System.Net.Sockets class introduced in the Mango release of WP7 and have generally been enjoying it, but have noticed a disparity in the latency of transmitting data in ...
6
votes
4answers
318 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
380 views
WP7 Toolkit Update Removed GetItemsInView() from the LongListSelector
With the latest update to the Windows Phone Toolkit they have overhauled the internals of the LongListSelector for the Mango release. One of the changes was removing support for the GetItemsInView() ...
6
votes
2answers
2k views
API to support Bluetooth in Mango? [closed]
Will there be an API in the upcoming Mango that provides access to devices coupled via Bluetooth? I am interested in processing data sent from Polar Hear Rate Monitoring belt.
Kind regards,
Stefan
5
votes
1answer
105 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 ...
4
votes
5answers
35 views
Images in database or in project folder as resources
I am creating application in which I would have database which users can“t edit. It just have data and it shows to user. I found that I dont have to use localstorage I just can add database to project ...
4
votes
1answer
92 views
Unsupported APIs for AudioPlayerAgent
I'd like to use various APIs that are listed on this "Unsupported APIs for Background Agents" page, from within my AudioPlayerAgent. That page specifically mentions ScheduledTaskAgents:
There is a ...
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
2answers
138 views
How can I avoid frequent int/float/double casts when developing an XNA application?
I'm making a simple 2D game for Windows Phone 7 (Mango) using the XNA Framework.
I've made the following observations:
Most of the drawing operations accept floats
SpriteBatch.Draw accepts a ...
4
votes
1answer
160 views
How can you prevent the ApplicationBar flickering on the WP7 white theme?
I have a Windows Phone 7.1 Mango application where I have mostly successfully overridden the built in theme colors. However, if the user has the white theme selected and the page has a dark ...
4
votes
2answers
168 views
Launch time in Windows Phone 7
How i can reduce my launch time in windows phone, What all are the constraints that affects application launch time. While running Market place test kit sometimes it passes the launch time result and ...
4
votes
1answer
86 views
Game rating certificates for windows phone
I made a simple game in silverlight for windows phone. When I try to publish it, marketplace asks me for game rating certificates. Where can I get this?
Since the game is very simple and free, it ...
4
votes
2answers
217 views
IsolatedStorageFile.GetUserStoreForApplication().AvailableFreeSpace is wrong?
I have recently come across a problem downloading large amounts of data to isolated storage on a WP7 device, when significant amounts of free space are lost during download.
More specifically, I ...
4
votes
2answers
263 views
Convert wav to wma
I want to convert a .wav file to .wma (or .mp3) on Windows Phone 7 Mango.
I want to save a recording from the microphone and use the SaveRingtoneTask so I can save it as a ringtone.
How can I ...
4
votes
2answers
243 views
Memory Clean Up in Windows Phone Mango
How i can implement memory clean up in WP7? Does GC.Collect() do the trick? or need clean up manually?
4
votes
1answer
216 views
NetTcpBinding on Windows Phone 7.1 (Mango)
Now that Mango supports sockets, is it possible to create WCF NetTcpBindings? Currently the class is not included in System.ServiceModel.
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
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
960 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
1answer
270 views
Poor UDP performance with Windows Phone 7.1 (Mango)
Im trying to continuously send small UDP-packets (8 byte) as fast as possible from a Samsung Omnia 7 with Windows Phone 7.1 Beta2 refresh (Mango) to a standard PC with Windows 7 and I get very erratic ...
4
votes
2answers
542 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 ...
3
votes
3answers
95 views
Forcing windows Phone to use WIFI connection
How to force windows phone to use wifi. The issue is that when i connected to Zune, it is using the local machines Ethernet connection. I need to disable this through code. How i can achieve this in ...
3
votes
2answers
89 views
The column name is not valid. [ Node name (if any) = t0,Column name = version ]
I am facing issue while trying to query SQLCE database in my Windows Phone Mango application.
I get exception when I execute
foreach (var item in myDataContext.MyTable.Select(item => item))
The ...
3
votes
1answer
77 views
Implementing rollback transaction in WP7
How I can implement rollback transaction in wp7. Presently my issue is after insertion or deletion I am calling submits changes, In that time if i made a tombstone the app exits. how I can handle this ...
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
177 views
Best way to debug NavigationService.GoBack() problems?
I have a Windows Phone 7.5 application which uses the NavigationService.GoBack() method to transition between the main page (MainPage.xaml, a PhoneApplicationPage) and a secondary page ...
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
3answers
197 views
Charts for Windows Phone Mango
I need to create charts for WP Mango. Therefore I have a couple of "what/how" questions which might be interesting:
What...
...frameworks or tools use for this purpose?
...better to use, ...
3
votes
1answer
152 views
Background File Transfer problems
I have this problem when using the Background File Transfer in WP7. It works perfectly when my application is running, but as soon as I click the Windows button, it stops(and resumes when I activate ...
3
votes
1answer
219 views
Accessing camera in Wp7, with zoom
I'm creating an application for WP7 where the background of it (a grid) receives the image from the camera. Here is how it works:
XAML:
<Grid x:Name="ContentPanel" Grid.Row="1">
...
3
votes
2answers
169 views
Adding an external font to WP7 app
I want my WP7 app controls and to have a certain font which is not in Visual studio font selection, how can I add the font to the font list of Visual studio or directly into my controls?
3
votes
3answers
201 views
WP7 - Having trouble gracefully exiting bg thread on app deactivate or closing
My somewhat data-intensive wp7 app persists data as follows: I maintain a change journal reflecting all user activity, and every couple of seconds, a thread timer spins up a threadpool thread that ...
3
votes
1answer
188 views
Start/Stop DispatcherTimer from a different thread
Here is my code..
public DispatcherTimer tmr = new DispatcherTimer();
void somefunction (parameters){
if (something)
tmr.Start();
if (something else)
tmr.Stop();
}
My problem is that I ...
3
votes
4answers
249 views
How can I get the page title in WebBrowser control?
How can I get the page title in a WebBrowser control when I navigate to different websites?
xmlns
xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
Properties ...
3
votes
1answer
68 views
Is there any way to detect if there's a hardware keyboard on the phone?
I've seen other questions like Hardware Keyboard Event
But not seen this for Mango... is there any way to find out if the phone has a hardware keyboard?
3
votes
1answer
400 views
Remove back entry in windows phone mango
how can i remove back stack in wp7.1.I have 3 pages and say A,B,C when i navigate from A to B and in B there is a button to add new contact detail.when i click it page navigate to page C and In page C ...
3
votes
1answer
235 views
Mimicking WP7 Unlock Page Animation
In my app, i need to create wp7 page unloak animation(ie sliding up the picture and unloak the device) how i can implement that in my app either with the help of xaml or with the help of C# code.
3
votes
2answers
303 views
UnhandledException in WP7
I am getting this weird error when making a WP7 app, and I can not see why. The only output/ error message I get is "UnhandledException: The parameter is incorrect. : : : ProgramName.App"
This error ...
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
0answers
1k views
Windows phone 7.1 ListPicker, easy way to go full mode?
I'm trying to use the ListPicker controller with ListPickerMode="Full", to get the fullscreen pick window. However it just generate an error when i try
"A first chance exception of type ...
3
votes
1answer
233 views
Change ProgressIndicator color (WP7)
I want to change the color of the dots of the SystemTray.ProgressIndicator to fit my app's overall design. Is there a way to do this?
Thanks for any advice.
BTW: Binding to ProgressIndicator in ...
3
votes
2answers
344 views
Preinitialize BackgroundAudioPlayer in WP7?
When I am using the BackgroundAudioPlayer in my Windows Phone 7 application, it takes a lot of time to load the first time I want to play a song. Is there any way of preinitializing the ...
3
votes
1answer
168 views
Encrypting data on Windows Phone 7.1 (Mango)
How can I encrypt data in IsolatedStorage using a X.509 certificate provided by my Azure Service? I can't find any documentation on MSDN.
3
votes
2answers
420 views
DataTemplateSelector in wp7 mango
I need a data template selector in my app. I found this blog that worked great on 7.0.
After upgrading my project to 7.1 I get "unspecified error" when setting the template.
I tried to take the sample ...
3
votes
1answer
291 views
Detect application launch from Universal Volume Control
I have an application, targeting mango devices, which plays music via a BackgroundAudioAgent. As such it integrates with the universal volume control (UVC).
Is there a way to detect when the ...
3
votes
1answer
366 views
Hardware Accelerated CSS3 Transitions on Windows Phone Browser
I was wondering if anyone knew of an equivalent technology to iOS' translate, rotate, and scale hardware accelerator properties used in CSS3 webkit transitions that I could find in Windows Phone 7 or ...