Forum: Conversion Tutorials
05-12-2024, 20:56
|
Replies: 164
Views: 75,162
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: 164
Views: 75,162
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: 164
Views: 75,162
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: 5,809
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: 164
Views: 75,162
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: 164
Views: 75,162
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,709
|
Forum: Conversion Tutorials
27-08-2024, 11:53
|
Replies: 867
Views: 298,750
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: 867
Views: 298,750
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: 164
Views: 75,162
|
Forum: Conversion Tutorials
10-08-2024, 09:11
|
Replies: 164
Views: 75,162
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: 867
Views: 298,750
|
Forum: Conversion Tutorials
19-07-2024, 13:54
|
Replies: 164
Views: 75,162
|
Forum: Conversion Tutorials
14-07-2024, 08:19
|
Replies: 10
Views: 5,337
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: 164
Views: 75,162
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: 164
Views: 75,162
//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: 434
Views: 166,290
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: 867
Views: 298,750
|
Forum: Conversion Tutorials
12-06-2024, 14:56
|
Replies: 867
Views: 298,750
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: 867
Views: 298,750
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: 434
Views: 166,290
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: 434
Views: 166,290
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: 867
Views: 298,750
|
Forum: Conversion Tutorials
07-06-2024, 22:59
|
Replies: 434
Views: 166,290
I made some changes here for you.
Now you can...
I made some changes here for you.
Now you can just add the Setup.dll generated by DiskSpan GUI during compression into the "Decomp" folder and the compressors present in Setup.dll will be added to...
|
Forum: Conversion Tutorials
07-06-2024, 11:57
|
Replies: 434
Views: 166,290
Nice installer...
But that's what the...
Nice installer...
But that's what the DiskSpan GUI tries to avoid.
Try to avoid incompatibility of compression and unpacking tools.
You cannot use one version of compressor to compress (in this...
|