-
Notifications
You must be signed in to change notification settings - Fork 346
IronPython and WPF only string binding #1234
Comments
Starting at |
|
Maybe i found some thing else, which has to do with this issue. When i attach the debugger to the application, and activate that exceptions are displayed where they are thrown, i get this additional exception, when binding is executed: IronPython is searching for the Or am i totally wrong? EDIT |
Related to #1232 and will be solved there. |
Hello,
currently i have a problem with bindings in WPF/IronPython. It seems that only binding string works correctly and random binding errors occures. Here is an article on stackoverflow with the issue: IronPython binding works but throws binding-errors
Another curious thing is, that when opening WPF Windows which uses binding, getter get called much more often as using plane c# code. This makes large WPF user interfaces very slow. If the UI contains some
DataGrid
s, it is not usable any more.Where can i start debugging this behaviour, or does already a solution exists?
Thank you very much!
The text was updated successfully, but these errors were encountered: