http://bugs.winehq.org/show_bug.cgi?id=5898
--- Comment #13 from Jason Edmeades us@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.