|
#10
|
||||
|
||||
|
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. |
|
|
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 |