pybinding

WPF: Has anyone seen a complete example for PyBinding?

This looks cool, but I haven't seen any complete examples yet. http://blog.pixelingene.com/?p=340 ...

C# Script version of PyBinding for WPF

I wrote a CSharpScriptBinding roughly equivalent to the PyBinding on CodePlex. It uses the C# script engine from http://www.csscript.net. After I wrote it, I kind of decided it might not really be something good to use. Although it caches the compiled script code as an already compiled Assembly, my concern is that I will have one temp...

WPF: Is there a way to bind to a method using PyBinding?

Using standard rules, it is a royal pain to data-bind to a method. So I'm wondering if it possible to use PyBinding to do a easy one-way bind. ...