Hi guys!
I'm doing a kind of bar that needs to be always on top and always positioned in front of the taskbar.
The property "fsSystemStayOnTop" works fine, but when I click on the taskbar (any part of it) the TForm goes behind the taskbar as you can see in the image below.
Is there anyway to detect this behavior and bring back the Form/Bar to the top again?
I tried "OnDeactivate" and "OnHide" and it didn't work.
Thanks!