You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely the problem is caused by moving the Update to a seperate timer
thread. All the GUI updates have to be done from the winform thread, or
strange things might happen.
http://stackoverflow.com/questions/661561/how-to-update-gui-from-another-thread-
in-c
Original issue reported on code.google.com by moel.mich on 29 Mar 2010 at 5:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
moel.mich
on 29 Mar 2010 at 5:56The text was updated successfully, but these errors were encountered: