|
|
|
#1
|
|||
|
|||
|
@Blackfire69
1. Please acknowledge this issue when trying to use Edit on Directory section: https://fileforums.com/showpost.php?...&postcount=471 2. Installation speed is still not smooth. When transitioning from, say suppose Data-01 to Data-02, it still drops after a certain point of time. For eg: At Data-01 if it was 64mb/s, when extracting Data-02 it refreshes (resets) and becomes 12mb/s after some time. Not sure if it helps, but save the previous/average installation speed and when the disk transition happens, do (prev installation speed+ current callback speed)/2 (like take average) |
| The Following User Says Thank You to Fak Eid For This Useful Post: | ||
BLACKFIRE69 (11-09-2023) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
updated the 'XBass' plugin, and it now includes a new function named 'xbassAddSpectrum'. you can utilize this function to meet your expectations. additionally, please use the 'XBass' external plugin (.dll) since using the internal 'XBass' can lead to conflicts with 'FireMonkey'. Quote:
'MinimizeWindowCustomAnimated' now uses a different effect, meaning the old one has been replaced. additionally, remember the following: 1. since this is just an effect, you need to call 'pMinimizeWindow' to do the actual minimization. 2. it does not support 'FCreateImageForm'. some of the features in the 'FMXInno' plugin shouldn't be there officially, so i had to use some tricks to integrate them. this may cause compatibility issues. Code:
type TMinimizeAnimPos = (mapTop, mapBottom, mapLeft, mapRight); function MinimizeWindowCustomAnimated(MinimizeAnimPos: TMinimizeAnimPos): Boolean; . Last edited by BLACKFIRE69; 14-07-2024 at 02:05. |
|
#3
|
|||
|
|||
|
@BlackFire69
FProgressBar will always require a custom theme file to set up color and look. I was trying this with FThinProgressBar and the only thing I need is Orientation. Is it possible to add it to FThinProgressBar? The reason to choose it over ProgressBar is to be able to custom code based on Color and be independent of styling. Like make it even Color Gradient. Quote:
Last edited by Fak Eid; 11-09-2023 at 06:13. |
|
#4
|
||||
|
||||
|
Quote:
replaced 'FProgressBar' with 'FThinProgressBar' . Last edited by BLACKFIRE69; 14-07-2024 at 02:05. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |