By: Ivan
Hi Steffen, One thing I ran into with this is that Visual Studio sometimes doesn’t pick up when the XAML has changed — it doesn’t always rebuild when you change the XAML and re-run the project. I don’t...
View ArticleBy: Mindscape Blog » Blog Archive » Using WPF Elements from F#
[...] plus there are a couple of things that may not be quite so obvious! (This example is based on Steffen Forkmann’s WPF Designer for F# announcement, which is in turn based on Johann Deneux’ XAML...
View ArticleBy: FSharpx type providers are available as separate nuget packages » Rash...
[...] FSharpx.TypeProviders.Xaml which includes a type provider for XAML files and therefor enables to use Visual Studios’s WPF Designer from F#. [Read more] [...]
View ArticleBy: Brad Phelan
Is it possible to do code behind with this. For example if you have a custom user control which you want to add behaviour to via f# is it possible to use this technique so that when you add you’re...
View ArticleBy: Art Scott
I really like this. Thanks Steffen. I used it for an F#J article “Create World … and other 3D”, substituting the C# xaml plumbing with this clean technique. My intro to it was the short blurb in Expert...
View ArticleBy: F# end to end | FourEightThree
[...] Steffan Forkmanm’s post for more information about this. Lets also not forget about first class events and the [...]
View ArticleBy: WPF MVVM with Xaml Type Provider | Sergey Tihon's Blog
[...] development completely in F#. Steffen Forkmann has an excellent blog post about its usage “WPF Designer for F#“. It is probably one of my favorite posts about F# at all, it shows a real beauty...
View ArticleBy: Wolfgang
Great work, but it’s giving an error: “The type FrameworkElement is not compatible with the type Window” in this line at “loadWindow”: (new Application()).Run(loadWindow()) XAML compiles, but Needs the...
View ArticleBy: paul ra je
Thanks a lot..And how can i invoke my WPF Application from F#.. (i am having a project with Window.XAML and Window.XAML.cs .. need to invoke initialisecomponent() of Window.XAML.cs.. Regards, Paul Ra Je
View Article