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
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
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