Forum: Conversion Tutorials
14-12-2024, 06:35
|
Replies: 172
Views: 80,606
|
Forum: Conversion Tutorials
13-12-2024, 01:10
|
Replies: 172
Views: 80,606
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 :eek:
|
Forum: Conversion Tutorials
05-12-2024, 20:56
|
Replies: 172
Views: 80,606
Kimono Installer
Kimono
(design taken from somewhere on the Internet).
Another example of the installer. What do we have?
1. Automatic change of the installer theme (In real time) in accordance with the Windows...
|
Forum: Conversion Tutorials
04-12-2024, 17:01
|
Replies: 172
Views: 80,606
Samurai Installer
Samurai
(design taken from somewhere on the Internet).
Another example of an installer. What do we have?
1. Quick installation
2. More detailed settings
3. Creating an icon on the desktop
4....
|
Forum: Conversion Tutorials
29-10-2024, 01:17
|
Replies: 172
Views: 80,606
Sakura Installer
Sakura
(design taken from somewhere on the Internet).
Multilingual installer option (8 languages).
Three pages, creating shortcuts, installing components and editing packages.
Custom form on...
|
Forum: Conversion Tutorials
13-09-2024, 15:23
|
Replies: 11
Views: 6,054
Great project. Thanks!
However, what everyone...
Great project. Thanks!
However, what everyone needs is an improved IDE interface with code completion like the one in version 5.5.1 ENHANCED by RESTOOL and also including all the additional classes....
|
Forum: Conversion Tutorials
08-09-2024, 19:53
|
Replies: 172
Views: 80,606
R.g nitokin
A replica of the installer from the R... Group (R.G. NITOKIN) is available.
* - Change the theme of the installer to light by clicking on the button.
* - Play music.
* - Create a shortcut.
*...
|
Forum: Conversion Tutorials
08-09-2024, 08:01
|
Replies: 172
Views: 80,606
Yuwiz
A small cosmetic update. The gif image has been replaced with a FRadiantTriangle and animation (as intended by the author of this layout)
The post has been updated...
|
Forum: Conversion Tutorials
30-08-2024, 05:40
|
Replies: 3
Views: 1,851
|
Forum: Conversion Tutorials
27-08-2024, 11:53
|
Replies: 868
Views: 304,403
FMXInno - Updates
[ FMXInno Cumulative Update - 2024/Aug/28 ]
--- Changelog
* Added Custom Blueprints:
1. 'FAdvancedMemo'
2. 'FAdvancedShape'
3. 'FAdvancedNotification'
|
Forum: Conversion Tutorials
17-08-2024, 02:00
|
Replies: 868
Views: 304,403
FireMonkey is a different story.
while...
FireMonkey is a different story.
while working with FireMonkey (FMX), especially when integrating with native components like WebView2, there're certain limitations due to how FMX and the...
|
Forum: Conversion Tutorials
13-08-2024, 16:09
|
Replies: 172
Views: 80,606
|
Forum: Conversion Tutorials
10-08-2024, 09:11
|
Replies: 172
Views: 80,606
Thanks audiofeel, right now my main focus is on...
Thanks audiofeel, right now my main focus is on building my own type of installer (design wise) using the Vesta installer as the base, since that is the simplest coding i can understand and well put...
|
Forum: Conversion Tutorials
27-07-2024, 04:46
|
Replies: 868
Views: 304,403
|
Forum: Conversion Tutorials
19-07-2024, 13:54
|
Replies: 172
Views: 80,606
|
Forum: Conversion Tutorials
14-07-2024, 08:19
|
Replies: 10
Views: 5,431
XBass_f v4.1
it's nothing but you need to have decoders next to the 'XBass.dll'. In this case, they are 'ogg.dll' and 'vorbis*.dll'.
* What's new with this release:
1. Compiled in Delphi XE to reduce...
|
Forum: Conversion Tutorials
08-07-2024, 07:56
|
Replies: 172
Views: 80,606
Avalon Installer
https://i.ibb.co/WsXNXF1/Avalon-logo.png
Script: Avalon Installer Lite
Engine: FMXInno v1.0.0.2 (by BLACKFIRE69)
Inspired: Avalon Installer (FMXInno v1.0.0.3)
Creator: BLACKFIRE69
|
Forum: Conversion Tutorials
30-06-2024, 13:24
|
Replies: 172
Views: 80,606
//About Game Button
...
//About Game Button
TObject(Button[2].GetObject): begin
SectionContent[1].Visible(True);
SectionContent[2].Visible(False);
Button[3].Enabled(False);
if...
|
Forum: Conversion Tutorials
17-06-2024, 07:02
|
Replies: 439
Views: 170,636
It's possible, but you'll need to change some...
It's possible, but you'll need to change some things manually.
Firstly, do you need to review the kraken method (Would it be xtool:mkraken)?
Then you will need to access the group of tools in the...
|
Forum: Conversion Tutorials
12-06-2024, 20:38
|
Replies: 868
Views: 304,403
|
Forum: Conversion Tutorials
12-06-2024, 14:56
|
Replies: 868
Views: 304,403
I'm doing this. And so far I consider this a...
I'm doing this. And so far I consider this a normal and working option (everything is like yours)
Button[1].FCreate(ButtonPanel.Handle);
Button[1].Position(5, 3);
Button[1].Align(Top);
...
|
Forum: Conversion Tutorials
10-06-2024, 13:26
|
Replies: 868
Views: 304,403
FMXInno - Updates
FMXInno - Final Release [2024-June-10]
What's new:
* Merged Runtime-Scripts into this build.
* 'FNewINI' updated.
- Now you can create a 'FNewINI' from a string.
|
Forum: Conversion Tutorials
09-06-2024, 09:05
|
Replies: 439
Views: 170,636
Fak Eid, this method by Cesar solved my issue,...
Fak Eid, this method by Cesar solved my issue, all i need is to add the Setup.dll of the compression in the Decomp and now its working fine, and i'm scratching my head with all the fail attempts like...
|
Forum: Conversion Tutorials
08-06-2024, 13:56
|
Replies: 439
Views: 170,636
If you want something similar to the modified...
If you want something similar to the modified installer file I posted before, download the attached file.
This will just unpack the decompressor files from within "Setup.dll" and include them in...
|
Forum: Conversion Tutorials
08-06-2024, 04:37
|
Replies: 868
Views: 304,403
|