How I can turn on smooth filling to all progress-bar?

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Garrett
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-06, 07:45 UTC

How I can turn on smooth filling to all progress-bar?

Post by *Garrett »

How I can turn on smooth filling to all progress-bar (copy/move/delete...)?

From MSDN:
dwStyle
Specifies the progress bar control's style. Apply any combination of window stylesdescribed in CreateWindow in the Platform SDK, in addition to the following progress bar control styles, to the control:
...
PBS_SMOOTH Displays gradual, smooth filling in the progress bar control. Without this flag, the control will fill with blocks.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3278
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Insert NewStyleProgress=0
into wincmd.ini.
Hoecker sie sind raus!
User avatar
PeaceMaker
Senior Member
Senior Member
Posts: 287
Joined: 2005-12-31, 22:32 UTC
Location: Warsaw, Poland
Contact:

Post by *PeaceMaker »

Sir_SiLvA wrote:Insert NewStyleProgress=0
into wincmd.ini.
..or if you already have that option in your wincmd.ini make sure, that the value is "0", not "1" :idea:
[face=tahoma]LICENSE NUMBER: #101897 Single user license (since: 6th February 2004)
CURRENT VERSION: Total Commander 9.00 beta 12 (released: 31st August 2016)
[/face]
Garrett
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-06, 07:45 UTC

Post by *Garrett »

2Sir_SiLvA
I think old style used slow delphi component (tgauge?).
But new style use standard win control, and add PBS_SMOOTH to its style is not hard work, imho.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3278
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Garrett wrote:2Sir_SiLvA
I think old style used slow delphi component (tgauge?).
But new style use standard win control, and add PBS_SMOOTH to its style is not hard work, imho.
No, both are Standard-Controls - the new one ist just theme-able...
(and who ever told you that delphi is slow is lying :D)
Hoecker sie sind raus!
Garrett
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-06, 07:45 UTC

Post by *Garrett »

2Sir_SiLvA
I not say that delphi slow, I say about tgauge, and excuse me if author not use it in old style progressbar :)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No, I'm not using tgauge, I'm using my own self-developped control.
Author of Total Commander
https://www.ghisler.com
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Christian,
I'm not using tgauge, I'm using my own self-developped control.
Even for the new style progress bars?

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The new style is from Microsoft Common Controls, and is themed by Windows itself.
Author of Total Commander
https://www.ghisler.com
Garrett
Junior Member
Junior Member
Posts: 13
Joined: 2006-11-06, 07:45 UTC

Post by *Garrett »

2ghisler(Author)
Do you can add smooth filling to all progress-bar (copy/move/delete...)?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I will consider it as an option.
Author of Total Commander
https://www.ghisler.com
Post Reply