Yet another blog about WPF, Surface, SL, MVVM, NUI....

2011

2010

2009

2008

 

Amazing WPF Controls / JetPack Theme updated !

13 June 2011

Hello,

I have updated my previously introduced control library on codeplex. I received a lot of comments because the jetPack theme was not working fine bacause of some animation.

It is now fixed and I want to thank everyone for the feedback !__

Here are the list of the available updates:

  • JetPack Theme is now building and working fine at design time and runtime,
  • The brushes are now freezed for better performance,
  • The showcase code is easier to read and refactored,



For those wondering how I solved the issues here is the explanation. Instead of providing directly the value to the DiscreteObjectKeyFrame which seems to mislead it in the conversion to the correct type, I provide the aimed object.

<!--This code-->
<DiscreteObjectKeyFrame KeyTime="0" Value="*" />
 
<!--Is replaced by this one :--> 
<DiscreteObjectKeyFrame KeyTime="0">
   <DiscreteObjectKeyFrame.Value>
      <GridLength>*</GridLength>
   </DiscreteObjectKeyFrame.Value>
</DiscreteObjectKeyFrame>



If you find another issue, mail me ! My email adress is on this page or you can contact me through twitter...

Shout it kick it on DotNetKicks.com



 

French WPF community

24 March 2010

Hello everybody,

No funny post since a long time now and there is a reason : I am creating a new web site in French, WPF France.

The goal is to create a french WPF community because there is not a lot of resources in French about this great technology.

If you want to join the party : mail me !

Shout it kick it on DotNetKicks.com %%%



 

Les nouveautés de WPF 4.0

11 February 2010

Hello all,

A post in french :

Je relaie les informations postées par moi-même sur un autre blog : Blog expertease Alti

C'est en français !