<br><br>On Monday, 19 September 2016, John Found <<a href="mailto:johnfound@asm32.info">johnfound@asm32.info</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In my program I have window with several toolbars that have to show tooltips on its buttons.<br>
<br>
As long as the tooltips are dynamical, I am handling the TTN_NEEDTEXTW following way:<br>
<br>
1. Send message TTM_GETCURRENTTOOLW to the tooltip control in NMHDR.hwndFrom reveived.<br>
2. Determine from which toolbar the notification comes by using TOOLINFO.hwnd returned.<br>
3. Generate the tooltip text and set the TOOLTIPTEXTW.lpszText to point to the generated text.<br>
4. Return<br>
<br>
This procedure works in Windows, but not in WINE.<br>
In WINE, TTM_GETCURRENTTOOLW always returns FALSE.<br>
And there is no other way to determine which of the toolbars generated this message. (or at least I don't know it).<br>
<br>
Any ideas about some workaround?<br>
<br></blockquote><div><br></div>Hi, John.<div><br></div><div>Please open a bug report and attach sample application code there or at least a relevant part of it, so we can turn it into a test. Workarounds are not interesting for Wine. <span></span><br><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
--<br>
<a href="http://fresh.flatassembler.net" target="_blank">http://fresh.flatassembler.net</a><br>
<a href="http://asm32.info" target="_blank">http://asm32.info</a><br>
John Found <<a href="javascript:;" onclick="_e(event, 'cvml', 'johnfound@asm32.info')">johnfound@asm32.info</a>><br>
<br>
<br>
</blockquote></div>