![]() |
[mbColorLib] TmbColorPalette - freezes application
Today I detected some bug in TmbColorPalette from mbColorLib (I spent over 4h to find it, I thought that is bug in my code...).
I have aligned it to top and enabled autoheight feature. When zero colors added, component freezes application! Do you have also this problem? Did you fixed it? My temporary fix is in OnColorsChange:
Delphi-Quellcode:
but this is not final solution. Could you help?
const
A: array [Boolean] of TAlign = (alNone, alTop); Palette.Align := A[Palette.Colors.Count > 0]; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:22 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz