Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi ProgressBar (https://www.delphipraxis.net/10355-progressbar.html)

Meflin 17. Okt 2003 18:02

Re: ProgressBar
 
ich habs jetzt ein paar mal ausprobiert... OHNE fehler!

Wormid 17. Okt 2003 18:37

Re: ProgressBar
 
Das kann gar nicht funzen mit Werten größer High(Integer)!
Kuckst Du hier: http://msdn.microsoft.com/library/en...ss_Bar_Control

Zitat:

Zitat von MSDN
Progress bar controls now support 32-bit range values. To set range values in excess of 65,535, use the PBM_SETRANGE32 message. To retrieve 32-bit range values, use the PBM_GETRANGE message. The progress bar high limit, low limit, and position parameters are signed integers. To make full use of the 32-bit range, set the range to -0x7FFFFFFF to 0x7FFFFFFF and treat the position as a signed integer.

Und PBM_SETRANGE32 ist genau die Message, die die TProgressBar aus D6 durch die Gegend postet, wenn man den Max oder Min-Wert ändert. (Und unter D7 dürfte es auch nicht gehen, da ja das Control das von Windows her gar nicht kann...)


:hi:


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:23 Uhr.
Seite 2 von 2     12   

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