IronPython URLs: WPF on IronPython: Windows and Dispatching by Xaml templates

Sat, 25 Apr 2009 09:54:27 -0600

IronPython URLs: WPF on IronPython: Windows and Dispatching

by Xaml templates @ Sat, 25 Apr 2009 09:54:27 -0600



Like most UI toolkits WPF requires that interaction with components of the GUI be done on the same thread that they were created on. The WPF technique for communicating with the user interface from another thread involves using a ...