[IronPython] A Multithreaded Question

2008-12-01 Thread Rob Oakes
essary and kills the responsiveness of the program. I fixed this (kindof) by putting the thread doing the query to sleep for 200 ms (via Thread.Sleep(200)). While this increases the responsiveness of the program, it feels like a hack. Are there any other strategies that I could pursue? T

[IronPython] A few shameless plugs

2008-11-19 Thread Rob Oakes
drop by, please leave a comment to let me know what you think. If you see something that can be improved, also please leave a comment. I am REALLY new to IronPython and I would greatly appreciate any feedback that you might have. Best, Rob Oakes __ Information from ESET NOD32 Antivirus

[IronPython] Question Regarding WPF : DataBinding, DataTemplates and C# Extensions

2008-11-02 Thread Rob Oakes
am at the end of my rope and am not sure what I should try next. Are there any ideas on how I might successfully implement a custom C# interface? Sincerely, Rob Oakes PS, Here is the source code for the simple test case I have been working with. << Main IPY script, ca