http://bugs.winehq.org/show_bug.cgi?id=14336
Summary: BCG Tooltips dont dispaly correctly Product: Wine Version: 1.1.0 Platform: Other URL: http://www.bcgsoft.com/download.htm OS/Version: other Status: NEW Keywords: download Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com
Downlaod the "BCGControlBar Professional Edition demonstration" Run the TooltipDemo.exe example Using the third radio option "Use Custom Tooltip with Parameters", the button tooltips are cut off when displayed.
http://bugs.winehq.org/show_bug.cgi?id=14336
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCG Tooltips dont dispaly |BCG Tooltips dont display |correctly |correctly
http://bugs.winehq.org/show_bug.cgi?id=14336
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com 2009-01-10 20:54:56 --- Looks fine in git.
http://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2009-01-10 21:54:50 --- Created an attachment (id=18629) --> (http://bugs.winehq.org/attachment.cgi?id=18629) Screenshot of the issue
http://bugs.winehq.org/show_bug.cgi?id=14336
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2009-01-10 21:55:21 --- Still an issue here, see screenshot
http://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #4 from Austin English austinenglish@gmail.com 2009-01-11 01:20:13 --- (In reply to comment #3)
Still an issue here, see screenshot
Ahh, misread the summary. Thanks for catching that Alistair!
http://bugs.winehq.org/show_bug.cgi?id=14336
Ole Rasmussen olerass@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |olerass@gmail.com
--- Comment #5 from Ole Rasmussen olerass@gmail.com 2010-07-04 15:05:29 --- Still present in 1.2-rc6. A bit of investigation shows that one can untick all options except "Draw labels in Bold" (and also Draw Description which is required for this option) and the issue will persist. This suggests the bug is related to bold tooltips. My guess is that the error is somewhere in TOOLTIPS_CalcTipSize(..) (tooltips.c) which fails to take into account that bold tooltips are wider than standard fonts. This coincides with the fact that the tooltip that is displayed when "Draw labels in Bold" is ticked is exactly as wide as the tooltip without the option (and this one is the correct size).
http://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-06-26 20:46:31 CDT --- Still an issue in 1.3.23
http://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2012-03-18 19:39:16 CDT --- Still an issue 1.4
http://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #8 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-10-01 23:35:48 CDT --- Still an issue 1.7.3
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #9 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Still an issue 1.9.1
https://bugs.winehq.org/show_bug.cgi?id=14336
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #10 from super_man@post.com --- (In reply to Alistair Leslie-Hughes from comment #9)
Still an issue 1.9.1
There are lots of similar bugs open. I believe that they are dupes.
https://bugs.winehq.org/show_bug.cgi?id=14336
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #11 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- The issue here is that when the options above are used, the default Paint handler isn't being used to display the tooltip. Instead the Control is handling the window and probably getting some rect information from the tooltip control that isn't being updated unless the default Paint Handler has/is used.
https://bugs.winehq.org/show_bug.cgi?id=14336
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCG Tooltips dont display |BCG Tooltips doesn't |correctly |display correctly
https://bugs.winehq.org/show_bug.cgi?id=14336
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCG Tooltips doesn't |BCG tooltips don't display |display correctly |correctly
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 29864 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|BCG tooltips don't display |BCG tooltips don't display |correctly |correctly (Foxit PDF | |Reader)
https://bugs.winehq.org/show_bug.cgi?id=14336
Roman Pisl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
--- Comment #13 from Roman Pisl rpisl@seznam.cz --- This bug https://bugs.winehq.org/show_bug.cgi?id=38298 is also related.
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Roman Pisl from comment #13)
This bug https://bugs.winehq.org/show_bug.cgi?id=38298 is also related.
Possibly, but definitely not a duplicate, because BCG code returns 0 for TTN_SHOW, while still touching window size.
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #15 from Roman Pisl rpisl@seznam.cz --- I sent a patch https://source.winehq.org/patches/data/142241 that fixes this bug and duplicate 29864. After reading comments in 38298, I tried calling TTN_SHOW between SetWindowPos() and InvalidateRect() and that also fixes the problem. Maybe that would be a better fix?
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #16 from Roman Pisl rpisl@seznam.cz --- Yes, touching tooltip size directly while returning 0 for TTN_SHOW is also the case in our MFC-based application. Maybe that's how it is implemented in MFC.
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #17 from Roman Pisl rpisl@seznam.cz --- Better patch with a test sent https://source.winehq.org/patches/data/142251
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #18 from Roman Pisl rpisl@seznam.cz --- This bug is also duplicate and fixed by the patch: https://bugs.winehq.org/show_bug.cgi?id=38130
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ml@bokomoko.de
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 38130 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=14336
--- Comment #20 from Roman Pisl rpisl@seznam.cz --- Same for https://bugs.winehq.org/show_bug.cgi?id=43551
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |4803b7abc9633125d38e2fa4cc0 | |99d44fe497edc Status|REOPENED |RESOLVED
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com --- This is fixed, 4803b7abc9633125d38e2fa4cc099d44fe497edc.
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |minor
https://bugs.winehq.org/show_bug.cgi?id=14336
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.3.
https://bugs.winehq.org/show_bug.cgi?id=14336
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 43551 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=14336
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Hardware|Other |x86 URL|http://www.bcgsoft.com/down |https://web.archive.org/web |load.htm |/20081113161400/http://www. | |bcgsoft.com/download/BCGCon | |trolBarProDemo.zip OS|other |Linux
--- Comment #24 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation purpose.
https://web.archive.org/web/20081113161400/http://www.bcgsoft.com/download/B...
$ sha1sum BCGControlBarProDemo.zip 3fcc19bc05a941270241adb10e175b6009f57e05 BCGControlBarProDemo.zip
$ du -sh BCGControlBarProDemo.zip 7.6M BCGControlBarProDemo.zip
Regards