|
|
Parcourir par tags
Tous les tags » Windows Phone 7 (RSS)
Page 1 sur 11 (104 messages au total)
-
I’ve received many reports lately of users complaining of abnormal storage usage from one of my apps, Imageboard Browser.The application was in some cases storing hundreds of megabytes! I thought at first that it was just the ''other storage” issue, but I did some further investigation just in case.
After some trial and error and a bit of ...
-
There’s a memory leak that has been bothering me for a while in my Imageboard Browser app. The scenario is simple: a slideshow feature, where a new picture is loaded from an url every few seconds. After a while, the app crashes with an OutOfMemory exception. I’ve never been able to find the source of the leak, so I settled for a dirty ...
-
Pour ceux qui ne seraient pas encore au courant (chacun à le droit de jouer les ermites de temps à temps), la mise à jour WP7.8 est arrivée dans les bacs. Comme toujours, certains grogneront après leur opérateur qui a prévu de pousser cette mise à jour à la Saint-Glinglin. D’autres auront de la chance (comme mon Lumia 710). Ou d’autres encore ...
-
A strange issue with the Panorama control, that has been brought to my attention by @lancewmccarthy, and which has also been encountered by some people on StackOverflow.
The original scenario was a bit too complex for a blog post, but we can reproduce it in a much simpler way.
Create a new page, and add a panorama control called ‘Panorama’. ...
-
Vous recherchez des développeurs .NET spécialisés dans les applications mobiles - pour un stage, un FPIE, ou un emploi ? Afin de vous soutenir dans vos défis de recrutement, nous vous invitons à venir participer au « Job Day @MIC Brussels », qui aura lieu le mardi 22 mai prochain de 17:00 à 21:00, au Microsoft Innovation Center Brussels ...
-
Today we’ll dig a little into Windows Phone’s base class library, thanks to a question I found on stack overflow.
The problem occurs with this simple code, used to load a music file from the isolated storage, and play it with a MediaElement: 1: using (var isf = IsolatedStorageFile.GetUserStoreForApplication())
2: { ...
-
Après avoir discuté avec quelques utilisateurs qui ont eu quelques déboires avec Web Paleform Installer, j'ai constaté que la majorité de ceux-ci avaient des problèmes pour déployer certaines applications. Voici donc un petit article expliquant comment s'en sortir.
Dans le scénario qui suit, je vais tenter d'installer le SDK de Windows Phone ...
-
Unexpected NONE in parse rule ElementBody ::= ATTRIBUTE* ( PropertyElement | Content )* . ENDTAG..
Best. Error message. Ever. Thanks Silverlight.
So, what’s going on?
For the sake of all the devs who’ll come to this page using Google, let’s describe one of the causes of the error message. 1: ...
-
Another issue I found on StackOverflow, which is way more tricky that it seems.
Let’s say we have a Silverlight WP7 application, and we want to add a drag&drop scenario. The user first taps an element, drags his finger to another, and raises his finger on another element. Easy enough! Just handle the MouseLeftButtonDown on each element, ...
-
It’s an interesting issue I found on StackOverflow. Interesting because I often forget to test my applications using the Windows Phone’s white theme, so this kind of problem usually goes unnoticed until a user reports it.
Create a simple WP7 application with a black background and an ApplicationBar. Add a button to toggle the bar’s ...
1 ...
|
|
|