I’m a bit confused and am hoping someone can point me the way out of the cloud.
I have an app with 2 windows. The content of the second window is generated through processing of the content of the first window having set required controls, usually through radio buttons or sliders. Think of the second window as like an edit decision list.
I now want to ‘play back’ the content of the second window and so replay the processing as recorded, also highlighting the settings of the various controls during playback as these could have changed at different times during recording.
Now as I understand it, this requires a thread else, as experienced, the controls in the first window are updated but the UI does not show their specific settings at any time but only when the method playing back the recording has finished.
But where is the thread and associated methods declared in the first window or the second?
I have looked at thread in the examples projects but am no clearer as in the example, the thread and method are all in the same window.
All assistance appreciated.
bobj
5 posts - 4 participants