Forum > Packages and Libraries
Problem with Spktoolbar blinking
danielaemtranse:
Help me!
I use SpkToolbar (version 0.1.8) on Windows 11.
When I move the mouse over the buttons, the whole component blinks, I don't have this behavior on Ubuntu.
Zoran:
This is a ccr component, so you can report here: https://gitlab.com/freepascal.org/lazarus/ccr/-/issues
wp:
--- Quote from: danielaemtranse on March 09, 2025, 02:07:21 am ---I use SpkToolbar (version 0.1.8 ) on Windows 11.
When I move the mouse over the buttons, the whole component blinks, I don't have this behavior on Ubuntu.
--- End quote ---
I cannot confirm this with the demo applications which come with SpkToolbar (same SpkToolbar version, Windows 11 as well). What are you doing? Please post a small sample project demonstrating the issue.
danielaemtranse:
I have this problem even if I run the sample project that comes with Spktoolbar, see the attached video
wp:
The DoubleBuffered property could be the culprit. By default it is on (true), but when I turn it off I can produce a similar effect like in your video. This is not a published property and thus cannot be set in the Object Inspector. So please search your code for something like "DoubleBuffered" and comment out this line/these lines if it refers to SpkToolbar.
Navigation
[0] Message Index
[#] Next page