Salamandra
Новичок
Ну так есть какой то способ картинку сплеша поднимать или опускать может как то по координатам смещать??@Salamandra, какой у вас масштаб установлен в системе?
Ну так есть какой то способ картинку сплеша поднимать или опускать может как то по координатам смещать??@Salamandra, какой у вас масштаб установлен в системе?
ок хорошо@Salamandra, для splash не пробовал. Откройте файл FMXInnoHandle.iss и смотрите там нужные параметры для каждого компонента.
У меня версия Inno 6.0.5+ Restool + русская, скачанная от сюда ВОТ ГИТ ХАБ но по чему то выдает ошибку . а как ее исправить я не знаю . ошибка пишет 934 в файле FMXInnoHandle.iss . Может знаете как исправить. посмотрите?@Salamandra, прошу Вас скачать новую тестовую версию библиотеки и протестировать сплеш-заставку.
Ссылка
@Salamandra,вот тут написано что нужно подправить: Ссылка на сообщение
[/ЦИТИРОВАТЬ]
Спасибо большое
Узнать больше об этом обновлении...
- Merged FMXInno Dev into this.
- Updated ISArcEx to the latest version.
- Made some improvements and bug fixes.
- This update addresses most of the previous issues.
- Added Radiant Shapes.
- Introduced new properties to classes.
- WinTitleBar will now display the application icon by default.
- Not compressed by default.
- No Exe compressor or file reduction tricks were used.
- Implemented new functions.
Узнать больше об этом обновлении...* This update will extend from FMXInno Dev [2023-Mar-15].
- Make sure to refer to the last previous changelog to check out the new changes.
Hola everyone,
This is the FMXInno official development library, encompassing all features. my intention with this update is to address known issues so far. therefore, i need your assistance in testing it, especially in this development build. i intend to ensure the correct behavior of forms, including...
это автор темы, а не просто старожил которому все можно.И тут "старожил которому всё можно
А у автора темы есть право без предупреждения удалять комментарии и посты? Я целую статью накатал что нового и перевёл её, можно было просто убрать ссылку и всё. Но надо же было снести всё и молчаэто автор темы, а не просто старожил которому все можно.
Узнать больше об этом обновлении...UWP Tile Selection:
- Added two methods to the UWP class that select a specific UWP tile.
- Now supports FluentBlendedColor option in other forms as well (CustomForm, Dir/Start Form).
- Added missing method 'SetApplicationIconFromFXStream' to the 'FWinTitleBar' class.
Example:code_language.pascal:procedure TileSelect(ATile: LongInt); procedure TileSelectEx(ATile: LongInt; MouseOverColor: TAlphaColor);
code_language.pascal:UWPTiles.TileSelect(Tile[5])...
Узнать больше об этом обновлении...Added the FColorComboBox class.
Prevented forms from being resized.
Added the following new functions:
IsLightFMXColor:code_language.pascal:function IsValidVCLColor(const AColor: TColor): Boolean; function IsValidFMXColor(const AColor: TAlphaColor): Boolean; function IsLightFMXColor(const AColor: TAlphaColor): Boolean; function IsLightVCLColor(const AColor: TColor): Boolean;
in some cases, 'IsLightFMXColor' is useful for determining the font colors based on the background...
Узнать больше об этом обновлении...
- Improvements in the code.
- Cleaned up the code a bit and removed duplications.
- More stable.
- This build could be more efficient than the previous one.
- Ensured compatibility with Windows 11 24H2.
- Added a new class to deal with INI files.
- Now you can handle even complex INI files more easily.
- Check the example in the attachment.
- Added a new class for All-in-One array.
- Now you can have multiple data types in one array...