![]() |
hhProgressbar dynamisch erstellen
vl kennt jemand die Progressbar abwandlung hhProgressbar - die funktioniert mit farbverlauf etc -
Delphi-Quellcode:
ProgBar_1 ist ein Array [1..10000] of Thhprogressbar
ProgBar_1[index] := Thhprogressbar.Create(Form1);
ProgBar_1[index].Min := 0; ProgBar_1[index].Max := 100; ProgBar_1[index].Position := HPList_1[index]; //y-- heir kommt der fehler ProgBar_1[index].Left := bit.Left; ProgBar_1[index].Top := bit.Top-5; ProgBar_1[index].Width := bit.Width; ProgBar_1[index].Height := 5; ProgBar_1[index].Parent := Form1; und dann beim dynamischen erstellen (auf mausklick) kommt Zitat:
|
Re: hhProgressbar dynamisch erstellen
Setze Parent doch mal als erstes ;)
|
Re: hhProgressbar dynamisch erstellen
:mrgreen: danke :mrgreen:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:47 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-2025 by Thomas Breitkreuz