|
From: Gauthier F. <gau...@gm...> - 2011-01-08 10:33:53
|
On Sat, Jan 8, 2011 at 10:05 AM, Tor Lillqvist <tm...@ik...> wrote: > Are you perhaps using multiple threads and calling MoveWindow in > another thread than that which created the window, or did you create > the window in a thread that doesn't run a window message loop, or > something like that? There are no threads, as far as I am aware. I have not been working with opencv earlier, so I am not so sure. It does not look like it. This is why I would appreciate a very simple sample code for testing MoveWindow() alone. > Have you asked on the OpenCV list? Yes, but no answer. I did not know then that the problem was related to MoveWindow(), I will update my question there. |