![]() |
|
|
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#151
|
|||
|
|||
Hello no compatible DSG planned for kimono?
|
Sponsored Links |
#153
|
||||
|
||||
Quote:
![]() |
#154
|
||||
|
||||
Hello. Ask the author of "DSG". - "Is it planned to make DSG compatible with the Kimono script?"
|
#155
|
||||
|
||||
![]() The index has been updated. ![]() With the FMXInno package, there're a few examples featuring FMXInno.dll. However, it can sometimes be challenging for the community to create their own installers based solely on these limited examples. Fortunately, members of the FMXInno community have been kind enough to share their hard work in this post, which has been a great help to everyone. I’m truly grateful and want to thank everyone who has contributed to the FMXInno project and helped showcase its capabilities. ![]() Cheers! |
#156
|
|||
|
|||
Game Store 1.0.0.0
Settings via Ini
1. Basic information about the game 2. Number of shortcuts 3. Number of archives 4. Additional software 5. Components FMX versions: August 28, 2024 ![]() P.S. Be careful when choosing colors for the game icon located in the left sidebar, the colors of the text generated by it may blend with the Fluent theme! |
The Following 9 Users Say Thank You to JIEXA MEDVED For This Useful Post: | ||
ADMIRAL (17-12-2024), audiofeel (13-12-2024), BLACKFIRE69 (14-12-2024), Fak Eid (13-12-2024), Gehrman (15-04-2025), hitman797 (13-12-2024), Jahan1373 (14-12-2024), Wanterlude (20-05-2025), war100ck (18-03-2025) |
#157
|
|||
|
|||
UnknownsInstaller
Main features or characteristics:
Choice of installer language (Ru, En) if needed, I will make more on request. One-page, no transitions between pages. Custom forms for selecting components, errors and messages (FQuickMsg). Possibility to disable social network buttons (for trackers) Form settings (custom \ system with different rounded corners, background image and its darkening, transparency when dragging) - everything is configured in the Design section inside .ini Everything that can be configured in ini: 1. Name, version, installation path and weight of the game. 2. Links to social networks and the name of the release group. 3. Form design, release for trackers. 4. Unpacking settings (methods, archive password, hash verification) 5. Number of shortcuts. 6. Number of archives. 7. Additional components. 8. Necessary software. FMXInno from August 28, 2024. I'll update later if needed. ![]() |
#158
|
|||
|
|||
Quote:
Anyways, is the form responsive to the theme of PC? Like if I'm on dark theme, does the form becomes dark too? |
The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (13-12-2024), Jahan1373 (14-12-2024) |
#159
|
||||
|
||||
Quote:
Code:
procedure MoreView(Sender: TObject); var TextLength, CharWidth, NumLines, CharHeight, RectWidth, RectHeight: Single; begin TextLength:= StrToFloat(IntToStr(Length(AboutTxt.GetText))); CharHeight:= 15.9609375; CharWidth:= 11.208984375; RectWidth:= AboutRect.GetWidth * 2; NumLines:= TextLength * CharWidth / RectWidth; RectHeight:= NumLines * CharHeight + AboutRect.GetHeight; if AboutRect.GetHeight = 249.0 then begin AboutRect.Animate(RHeight, RectHeight, 0.3, 0) AboutTxt.Animate('Height', AboutRect.GetHeight, 0.3, 0, atInOut, itLinear); end else begin AboutTxt.Animate('Height', 150, 0.3, 0, atInOut, itLinear); AboutRect.Animate(RHeight, 249, 0.3, 0); end; end; |
#160
|
|||
|
|||
pic Games Installer - by Fak Eid
Hello, I am French and I am trying to translate your installer into my language. I have made quite a bit of progress but I find myself stuck on the following page or I can't find where to translate it: the 'INSTALL' button also remains in English. Moreover, when I go to this page which is in English and I come back to the page choose the installation location it becomes again in English. Can you help me? ![]() |
The Following User Says Thank You to fabrieunko For This Useful Post: | ||
Behnam2018 (15-12-2024) |
#161
|
|||
|
|||
hello, I spoke with Fake Eid because I translated its installer into French. but the uninstaller remains in English. so he asks me to contact you to ask for help translating the uninstaller into French because he tells me that English is hardcoded in fmxinno.
can you help me audiofell or blackfire69? |
#162
|
||||
|
||||
Quote:
Try this Last edited by audiofeel; 20-12-2024 at 00:24. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
fabrieunko (20-12-2024) |
#163
|
|||
|
|||
thanks it works well.
![]() |
The Following User Says Thank You to fabrieunko For This Useful Post: | ||
Behnam2018 (20-12-2024) |
#164
|
||||
|
||||
![]()
all scripts updated to January 13 (due to the latest changes in the inno setup, MAIN.FORM was completely removed). something was removed, something was changed. I don't remember what
![]()
__________________
https://t.me/FMXInno |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (10-03-2025) |
#165
|
||||
|
||||
![]()
Redshank installer updated. all settings are now in the ini file. other small changes related to transferring to the style file. now the code is 1200 lines shorter.
Post updated ![]()
__________________
https://t.me/FMXInno |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
Fak Eid (29-04-2025) |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1398 | 27-04-2025 10:52 |
FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 864 | 23-01-2025 21:38 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Installer Creator Source Code | Razor12911 | Conversion Tutorials | 19 | 13-12-2015 10:20 |