08-10-2009 01:04 PM
Just trying to clarify when I need to use InvokeLater and synchronize on the UI thread. Is this necessary when getting or setting a value releated to the UI or only when setting a value. I know there could potentially be some visibility issues with retrieving an unsynchronized value, but this question is mainly concerned with what's allowable by the application runtime.
Thanks,
Travis
08-10-2009 05:15 PM