-
LogonSwitcher: Logon Preview & more backend work
Not much visual work done yesterday, at least not as much as I would have wanted. I added an error background (shown when the file linked in the logon configuration doesn’t exist). I also corrected the footer (now with a correctly aligned Apply button). Finally, I added some elements to the logon preview: the user name and tile. It’s…
-
Details Panel
The LogonSwitcher format supports a few elements about the logon. You can add a version, a copyright year, and an URL (both target and text to show). There is also optional support for a author logo. Here you can see that I corrected the URL part. It was showing wrong on the last version. Turns out…
-
WPF Performance with BitmapEffects
After playing with BitmapEffects a bit, it turns out it’s deadly slow when moving elements with effects applied. The panel I was using was animated on resizing and it slows down the app to a crawl every time it moves… For WPF version 1, Microsoft hasn’t made BitmapEffects hardware accelerated, so every elements with effects…
-
.Net Docklet SDK Inner Workings
ObjectDock Docklets are DLL programmed in C or C++ that exports a few callbacks functions. These functions are called when a user manipulate the docklet. Building a docklet in .Net directly is impossible as ObjectDock doesn’t support managed code docklets. Thus, you need some kind of “proxy” that knows about .Net docklets and will be…
