Project Description:
I am a looking for a wpf expert that will be able to design custom controls and to develop a small user interface to display them.
The first step is to design a custom child window with the same look as a macos window. I already have two different controls that almost implement it and I need someone to merge those controls or to rewrite one from scratch.
The second control is to design a toolbar control with its items that looks like the macos toolbar.
The consultant should have a very good knowledge of WPF, Xaml, UserControl, GenericControl, geometric transformations.
Additional Project Description:
03/06/2013 at 0:54 IST
The goal is to merge the control GlassWindow (http://fluidkit.codeplex.com/) with the MacOS theme into the ChildWindow of the WPF toolkit (http://wpftoolkit.codeplex.com/).
I am using the ChildWindow control to build a gui editor(see CurrentApplicationState.png) and as you can see it's using a Windows theme while I would like a MacOs one.
I am not an expert but I think there is a bug inside fluidkit and if you want to enable the MacOSStyle of GlassWindow you have to remove the x:Key="MacOSXWindowStyle" L247 inside MacOSXWindow.xaml
and to change the generic.xaml like this
<ResourceDictionary.MergedDictionaries>
<!--<ResourceDictionary Source="/FluidKit;component/Themes/GlassWindow.generic.xaml"/>-->
<ResourceDictionary Source="/FluidKit;component/Themes/MacOSXWindow.xaml"/>
<ResourceDictionary Source="/FluidKit;component/Themes/ImageButton.generic.xaml" />
<ResourceDictionary Source="/FluidKit;component/Themes/TransitionPresenter.generic.xaml" />
<ResourceDictionary Source="/FluidKit;component/Experimental/AutoCompleteBox.xaml" />
<ResourceDictionary Source="/FluidKit;component/Controls/ElementFlow/ElementFlow.Generic.xaml" />
</ResourceDictionary.MergedDictionaries>