|
Parcourir par tags
Tous les tags » SilverLight (RSS)
Page 1 sur 48 (480 messages au total)
-
While working on a new version of my ImageBoard Browser app (warning: shameless self-placement), I decided to try and use the pull-to-refresh feature integrated to the Telerik’s RadDataBoundListBox control. The pull-to-refresh is about automatically refreshing a list when the user scrolls to its end. It’s a feature a bit lacking in terms 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 ...
-
Exiting programmatically as always been an issue for Silverlight applications on Windows Phone 7. A few workaround existed, from throwing an exception to referencing a XNA assembly and using the ‘Game.Exit()’ method.
Windows Phone 8 brings a new API, that can be used from Silverlight applications: ‘Application.Terminate()’
Using it is really ...
-
Windows Phone 8 introduces a new API to allow apps to change the background picture displayed on the lock screen. The displayed picture can be picked from the application’s resources or from the isolated storage.
To use this feature, you need first to declare it in the application’s manifest. Just add the following extension in the ...
-
La bibliothèque Perspective offre un framework qui permet de construire des scènes 3D au moyen de modèles géométriques prédéfinis. Dans ce tutoriel, j'ai décrit la construction statique de scènes au moyen de XAML. Dans ce nouvel article, je présente la construction dynamique de scène par le code.
-
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’. ...
-
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: { ...
-
En XAML/.net comme en HTML5/CSS3/JavaScript, les contrôles d'une page peuvent être agencés en coordonnées absolues, en piles ou de façon tabulaire. Les techniques utilisées varient selon le langage mais reposent sur des principes similaires. La Flexbox de CSS 3 permet par exemple d'empiler automatiquement les contrôles HTML et WinRT :
Dans ...
-
Comme indiqué depuis septembre 2011 sur les différentes sources que ce soit le blog et site officiel, les messages envoyés aux utilisateurs ou les différents autres moyens de communication, le service de jeton autrefois utilisé par MapPoint et réutilisé dans ce même esprit par Bing Maps for Enterprise est remplacé par le service ...
-
Aujourd’hui, je souhaite télécharger des données confidentielles des utilisateurs d’une de mes applications depuis le blob storage d’azure.
Pour répondre à cette problémaque, l’approche que je met en place consiste à créer un blob container privé par utilisateur et à générer une clé d’accès temporaire à la demande qui devra être utilisée dans ...
1 ...
|
|
|