View Single Post
  #63  
Old 13-04-2026, 12:58
Dragonis40 Dragonis40 is offline
Registered User
 
Join Date: Mar 2021
Location: italy
Posts: 70
Thanks: 0
Thanked 3 Times in 3 Posts
Dragonis40 is on a distinguished road
Unhappy

Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69
In general, the situation is as follows:

In the new version of IsArcEx, the parameter ISArcExReduceCalcAccuracy does not affect anything at all—at least not the FMX ProgressBar. You can set any values for it, and the progress bar simply ignores them.
The only parameter that visually affects the progress bar and its smoothness is ISArcExCallbackInterval, but the effect only becomes noticeable starting from a value of 55.

In general, the older version was better. There, it was enough to set:
Code:
ISArcExCallbackInterval(5);
ISArcExReduceCalcAccuracy(1);
and everything worked very smoothly.

I hope you can investigate this quickly.
I've added "ISArcExCallbackInterval(5);" instruction for the new version of IsArcEx.dll, but nothing changed.

Last edited by Dragonis40; 13-04-2026 at 13:21.
Reply With Quote