[Bug 5898] Tooltip text need comctl32.dll to show well

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 29 18:44:02 CDT 2008


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





--- Comment #13 from Jason Edmeades <us at edmeades.me.uk>  2008-03-29 18:44:01 ---
Created an attachment (id=11732)
 --> (http://bugs.winehq.org/attachment.cgi?id=11732)
Test p[atch

I have a suspicion that the problem here is owner draw tooltips, which is not
supported by wine. I found a sample which confirmed it didnt work, and did some
hacking/development. 

Can any of the people on this bug notify list test this for me?

Since tooltips dont seem to provide item notifications, nor erase
notifications, I believe all this patch is missing to be submitted is
CDF_DODEFAULT support (easy to add)... and tests...

Note: Windows calls the custom draw routines twice (once in the calculation of
the rect size, once as its drawn). However the attached patch correctly calls
the notify routines for the drawn time (with the same parameters as far as I
can tell as windows) and got my app working and the other would be a seperate
patch.


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