WPF Dispatcher Decorator in IronPython(raine-tech.com)
submitted by
jrcalzada(70) 2 years, 10 months ago
If you have some experience with WPF, you may know that only the UI thread can make modifications to the UI and that if you want to make changes from another thread, then you need to use a Dispatcher object to which you pass a delegate containing the code to execute. This code will, eventually, execute in the UI thread. There are no surprises when doing this from IronPython, fortunately, but I thought it would be nice to have a way to take care of this issue without adding unnecessary code to my methods. That’s where decorators come in.
|category: Windows Presentation Foundation
|Views: 39
tags:
WPF another
Everyones tags:
Your Tags: