Making WinFX work on a non-Luna themes

In one of the WinFX CTP articles it is noted that only the Luna/NormalColor theme is supported. In order to work with the other WindowsXP themes, there is a workaround. I just discovered that this workaround works with different themes too.

On my laptop I have the Royale theme installed (yes, I know it’s only supposed to work on a Tablet PC but, hey… :-). So all you need to do is copy the PresentationFramework.Luna.NormalColor.FxStyles files from the <windows>/Resources/Themes/Luna directory to PresentationFramework.Royale.Royale.FxStyles in the <windows>/Resources/Themes/Royale directory and your Avalon applications will work.

If you haven’t downloaded Chris Anderson‘s XamlPad, you should. You’ll need to add his site to your trusted sites so that one-click deployment would work since he doesn’t have a certificate for this site. One-click deployment is excellent. Every time I start the application it checks for new releases and automatically downloads and installs the newest if it finds it. Cool.

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

3 weeks ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

6 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago