[Bug 21530] Wrong notification format used by tooltip attached to Toolbar

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 30 13:11:48 CST 2010


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





--- Comment #15 from Nikolay Sivov <bunglehead at gmail.com>  2010-01-30 13:11:48 ---
(In reply to comment #14)
> Kenneth, rather than complaining about the lack of support, help us help you by
> pointing out the broken code, along with any workaround you used. There's no
> reason to keep that information to yourself, then complain that Wine won't fix
> bugs.

Too late actually ). Problem is in Tooltip <-> Toolbar interaction. Toolbar
always reports NFR_UNICODE format (proved on native too) and our tooltip use it
to send TTN_NEEDTEXTW instead of TTN_NEEDTEXTA. Application creates toolbar
with CreateWindowA(). All we need is a test to figure out how tooltip should
chose notification format, that's all.

-- 
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