[Bug 33235] Tab control doesn't notify new parent set with SetParent()

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 19 03:23:19 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33235

--- Comment #10 from Martin Štrympl <sfence.software at gmail.com> 2013-03-19 03:23:19 CDT ---
(In reply to comment #7)
> On an unrelated note - you shouldn't use PeekMessage() cause it
> doesn't wait and loop is executed constantly.

Yeah. You are right.
It is because of copying this code from my bigger project where I find this
wine bug and where I don't want to wait to message. I use there sleep function
after do something else after receive/not receive message by PeekMessage.

During writing example code I forgot to copy sleeping code or change
PeekMessage to GetMessage function.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list