Neige !

Bon, après tous ces posts de geek, un peu de photo pour changer ! La semaine dernière, c’était le bordel monumental suite aux chutes de neige assez ouf qu’on a eu. Certain aiment, d’autres pas. Perso j’étais bien au chaud sous ma couette, mais je plein tous ceux qui ont galéré à rentrer chez eux. […]

Play an animated GIF with an IKImageView

Hi, this is a small note for people wondering (like I was, a few days ago) how the hell can I animate my GIFs in an IKImageView !? Well, unlike the NSImageView, where you only have to set a property to YES to animate you GIFs, with the IKImageView, it’s a bit more complicated. You […]

Image Viewer v0.3 pour Mac OS X

Edit: Petite mise à jour pour prévenir que l’image viewer a maintenant sa propre page : http://blog.pcitron.fr/tools/macosx-imageviewer/ On peut y trouver toutes les versions du viewer, et à partir de la 0.5, il y a le binaire de l’application : y’a plus qu’à dropper dans le répertoire Application et hop ! Enfin ! J’ai réussit […]

Image Viewer v0.2 pour Mac OS X

Edit: Petite mise à jour pour prévenir que l’image viewer a maintenant sa propre page : http://blog.pcitron.fr/tools/macosx-imageviewer/ On peut y trouver toutes les versions du viewer, et à partir de la 0.5, il y a le binaire de l’application : y’a plus qu’à dropper dans le répertoire Application et hop ! Bon, ce coup-ci en […]

Simple image viewer on Mac OS X

Edit: The image view now has a dedicated page, and also is available in binary format (you can just drop in your Application’s folder, no need to recompile ^^) The page is : http://blog.pcitron.fr/tools/macosx-imageviewer/ I’ve been learning Objective-C and Cocoa development since a few months now, and after I had followed a few tutorials, I […]

Binding the background color of an IKImageBrowserView

A little post-it, because I spent a lot of time figuring this out (I’m new to Cocoa, it doesn’t help :p) I have a preference panel, and I’m using the shared user defaults controller to store my application preferences. In this application, I have an IKImageView and an IKImageBrowserView (I’m trying to create a small […]