AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein GUI-Design mit VCL / FireMonkey / Common Controls Delphi [mbColorLib] TmbColorPalette - freezes application
Thema durchsuchen
Ansicht
Themen-Optionen

[mbColorLib] TmbColorPalette - freezes application

Ein Thema von WojTec · begonnen am 17. Feb 2012
Antwort Antwort
WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

[mbColorLib] TmbColorPalette - freezes application

  Alt 17. Feb 2012, 19:40
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:
const
  A: array [Boolean] of TAlign = (alNone, alTop);

Palette.Align := A[Palette.Colors.Count > 0];
but this is not final solution. Could you help?

Geändert von WojTec (17. Feb 2012 um 19:45 Uhr) Grund: Info
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:01 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz