Hi, I have a wxCondition with an associated wxMutex. Is it correct to lock mutex signal condition unlock mutex and lock mutex wait on condition unlock mutex Or is this not the right sequence to make sure no signals are missed? Thanks, Chris