#691
|
||||
|
||||
Quote:
@Jahan1373, it would be more suitable to address your questions through private messages or relevant threads. additionally, try to limit multiple messages on a single topic for the benefit of others searching through the content. thank you. |
Sponsored Links |
#692
|
|||
|
|||
Is there any way to include DSG compatibility in LizzardInstaller?
The changelog states that Cesar includes this module, but I can't find the scripts to use as a base |
The Following User Says Thank You to statics For This Useful Post: | ||
audiofeel (12-01-2024) |
#693
|
||||
|
||||
FMXInno v1.0.0.2 - New Updates
FMXInno Final Release: [2023-Dec-29] - Update 02 Quote:
New update uploaded to first post, check it out. What's new: Code:
1. Added: - function wSystemReboot(EWX_Flags: UINT): Boolean; - function WinElevenTime(const IsClock24: Boolean): WideString; - function WinElevenDate: WideString; - procedure WinElevenChangeTimeAbbrev(const sAM, sPM: WideString); - procedure WinElevenChangeTimeFormat(const sTimeFormat: WideString); - procedure WinElevenChangeDayStr(const DayIdx: Integer; DayStr: WideString); - procedure WinElevenChangeMonthStr(const MonthIdx: Integer; MonthStr: WideString); - procedure WinElevenChangeDateFormat(const sDateFormat: WideString); - New FTrackBarCustom class. 2. Updated: - function wGetShortCut(Key: Word; Shift: TShiftState): TShortCut; - FCmdOut class. - FVirtualAction class. - FInstNewProc class. - DrawFrame for FForm, FCustomFluentWindow, FFluentDirBrowse and FFluentStartBrowse classes. 3. Fixed: - function InstallFMXFont(FontFileName: WideString): Boolean; - function DeleteFMXFont(FontFileName: WideString): Boolean; - procedure InvalidateFMXFont; - IsChecked for FToggleCheckBox. 4. FFluentDirBrowse, FFluentStartBrowse are now more customizable. - Added DisableDefaultAppName. - Button settings - and more. 5. Some improvements and minor bug fixes. Last edited by BLACKFIRE69; 14-07-2024 at 03:14. |
#694
|
|||
|
|||
Quote:
|
The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
BLACKFIRE69 (29-12-2023), hitman797 (30-12-2023) |
#695
|
|||
|
|||
When changing the visible property of the FTrackBarCustom component to false for the first time, part of the Progress element does not disappear. It disappears when switching again. even if you register these properties together, the problem is similar:
Quote:
|
The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
Behnam2018 (29-12-2023), Jahan1373 (01-01-2024) |
#696
|
|||
|
|||
Quote:
|
The Following User Says Thank You to Jahan1373 For This Useful Post: | ||
Behnam2018 (01-01-2024) |
#697
|
||||
|
||||
FMXInno - Missing features
Quote:
What's new: Code:
* Added missing FTypedText class. * Added missing FTypedLine class. Last edited by BLACKFIRE69; 14-07-2024 at 03:14. |
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (02-01-2024), audiofeel (02-01-2024), Behnam2018 (02-01-2024), hitman797 (02-01-2024), Lord.Freddy (02-01-2024), Tihiy_Don (02-01-2024) |
#698
|
||||
|
||||
All the scripts that I post here in the public are just examples of the excellent work of the dll library. We have more than 170 languages in our country. And what am I supposed to do? Translate it all into 170 languages? My scripts are not the final solution. I do not have megalomania and I do not require anyone to specify me as the author, if I am a healthy person, then I should not care what you do next with my scripts. Use Google Translator
|
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (04-01-2024), DomoVoi_94 (02-01-2024), hitman797 (03-01-2024), Masquerade (03-01-2024), Tihiy_Don (02-01-2024) |
#699
|
|||
|
|||
://www.mediafire.com/file/gh4um1dsm92xbeg/Help.zip/file
Hello Can someone help me, I have a problem with this installation CPU will be 100% after installation Second, after the installation is finished, the installation icons are opened, the problem is that they are white on the desktop, the game icon is not visible. Friends, how to solve this problem? |
The Following User Says Thank You to Jahan1373 For This Useful Post: | ||
Behnam2018 (04-01-2024) |
#700
|
||||
|
||||
Quote:
1. the following functions have been updated: Code:
1. DeleteFMXFont. 2. FMXInnoShutDown. 3. ensure the following order in your script file: Code:
procedure DeinitializeSetup(); begin { Font } DeleteFMXFont(ExpandConstant('{tmp}\Your_Font_File_Here.ttf')); { ISArcEx } ISArcExCleanUp; { FMXInno } FMXInnoShutDown; end; . Last edited by BLACKFIRE69; 22-01-2024 at 22:51. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#701
|
|||
|
|||
An error started to occur deleting the font after I replaced the library with a new one. Do the others have this problem or am I the only one?
Quote:
Quote:
Last edited by Tihiy_Don; 07-01-2024 at 02:40. |
#702
|
||||
|
||||
Quote:
Code:
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ; ISArcExCleanUp; FMXInnoShutDown; Last edited by audiofeel; 07-01-2024 at 02:26. |
#703
|
|||
|
|||
Quote:
Quote:
|
#704
|
||||
|
||||
To remove a font from the system, how to understand that it is installed?, find it along this path (C:\Users \????\AppData\Local\Microsoft\Windows\Fonts ). Restart the machine, rename the font file and try again.
|
#705
|
|||
|
|||
For now, I want to deal with this problem at the file level in the folder that is being created in the temporary folder. I checked, the file "segmdl2.ttf" is there. I don't quite understand yet, and there should be a Windows font directory here.
|
Thread Tools | |
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 18:35 |
Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 14:04 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 10:48 |