Tooltip does not appear in front of taskbar on Win10 Topic is solved

Report problems with documented functionality
malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Tooltip does not appear in front of taskbar on Win10

Post by malcev » 26 May 2021, 16:02

Tooltip does not appear in front of taskbar on Win10.
Instead, it shows at the top of screen.

Code: Select all

f11::
ToolTip, test, 100, A_ScreenHeight-20

User avatar
SirSocks
Posts: 360
Joined: 26 Oct 2018, 08:14

Re: Tooltip does not appear in front of taskbar on Win10

Post by SirSocks » 28 May 2021, 07:08

BeautifulToolTip has a fix for that.

Image

malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Re: Tooltip does not appear in front of taskbar on Win10

Post by malcev » 28 May 2021, 07:36

I think it can be fixed in ahk source code.

teadrinker
Posts: 4326
Joined: 29 Mar 2015, 09:41
Contact:

Re: Tooltip does not appear in front of taskbar on Win10

Post by teadrinker » 28 May 2021, 07:47

BeautifulToolTip is beautiful, but there is a tiny problem: to display such a ToolTip, you have to increase your script by 100500 lines of code. :)

just me
Posts: 9453
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: Tooltip does not appear in front of taskbar on Win10

Post by just me » 29 May 2021, 03:58

SirSocks wrote:BeautifulToolTip has a fix for that.
No, it just doesn't use tooltip controls.

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Tooltip does not appear in front of taskbar on Win10  Topic is solved

Post by lexikos » 01 Dec 2022, 04:00

ToolTip cannot be used to place a tooltip in front of the taskbar on Windows 8 and later. This is due to OS behaviour and by design.

The tooltip appearing at the top of the screen was reported again in another topic and fixed by v1.1.34.00.

Post Reply

Return to “Bug Reports”