Forum: Conversion Tutorials
13-09-2024, 13:26
|
Replies: 3
Views: 1,136
InnoSetup - Private Edition
Project: InnoSetup - Private Edition
Based on: v6.4.0-dev (latest)
Changes by: BLACKFIRE69
What's New:
* Added Setup Directives:
- Cursor
- ResourceFiles
|
Forum: Conversion Tutorials
30-08-2024, 04:40
|
Replies: 3
Views: 1,280
|
Forum: Conversion Tutorials
27-08-2024, 10:53
|
Replies: 865
Views: 271,205
FMXInno - Updates
[ FMXInno Cumulative Update - 2024/Aug/28 ]
--- Changelog
* Added Custom Blueprints:
1. 'FAdvancedMemo'
2. 'FAdvancedShape'
3. 'FAdvancedNotification'
|
Forum: Conversion Tutorials
15-08-2024, 08:48
|
Replies: 10
Views: 5,079
to function correctly, the 'spectrum' requires...
to function correctly, the 'spectrum' requires the xbass.dll to be compiled with a newer version of Delphi. in the last release, i compiled xbass with an older Delphi version to reduce file size, as...
|
Forum: Conversion Tutorials
27-07-2024, 03:46
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
14-07-2024, 07:19
|
Replies: 10
Views: 5,079
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
07-06-2024, 01:08
|
Replies: 0
Views: 1,722
FMXInno: Hidden Features Revealed
1) Today, I unlock the feature 'Runtime Scripts' for FMXInno for general use.
So, what are 'Runtime Scripts'? They are scripts that run at runtime without needing to be compiled at compile-time....
|
Forum: Conversion Tutorials
29-05-2024, 00:07
|
Replies: 865
Views: 271,205
the proposed version of @blackfire69 is good...
the proposed version of @blackfire69 is good because an ordinary user no longer needs to manually create a checkbox and set the text and its coordinates to it, just make changes to the ini file and...
|
Forum: Conversion Tutorials
28-05-2024, 13:29
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
19-05-2024, 05:10
|
Replies: 865
Views: 271,205
FMXInno
guys, if you recall, in a previous build of FMXInno, even though 'SetActiveThemeModeAwareness' is enabled, if the installer is minimized, i ignore the installer’s color mode change. this means that...
|
Forum: Conversion Tutorials
18-05-2024, 05:31
|
Replies: 103
Views: 110,653
yes, it would be rather useful if it also...
yes, it would be rather useful if it also exported the full path for each file.
i just modified ListExt.exe, and now it creates TXT files that include the full paths of the corresponding files...
|
Forum: Conversion Tutorials
14-05-2024, 03:50
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
13-05-2024, 00:36
|
Replies: 865
Views: 271,205
The new error handler is a little bit tougher...
The new error handler is a little bit tougher because effective error management is key to reducing runtime errors, especially. This approach forces you to explicitly handle errors and null values,...
|
Forum: Conversion Tutorials
11-05-2024, 09:01
|
Replies: 865
Views: 271,205
FMXInno - Updates
FMXInno Cumulative Update - [2024 May 11]
* Improvements in the code.
* Cleaned up the code a bit and removed duplications.
* More stable.
* This build could be more efficient than the...
|
Forum: Conversion Tutorials
30-04-2024, 11:15
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
29-04-2024, 07:02
|
Replies: 865
Views: 271,205
FMXInno - Update
FMXInno - Final Release [2024-Apr-29]
* What's New:
Example:
procedure DeinitializeSetup();
begin
|
Forum: Conversion Tutorials
20-03-2024, 08:43
|
Replies: 865
Views: 271,205
FMXInno: Minor Update
FMXInno: Minor Update for [Mar-20]
UWP Tile Selection:
procedure TileSelect(ATile: LongInt);
procedure TileSelectEx(ATile: LongInt; MouseOverColor: TAlphaColor);
|
Forum: Conversion Tutorials
19-03-2024, 20:48
|
Replies: 865
Views: 271,205
FMXInno - Final Release
FMXInno - Final Release [2024-Mar-20]
What's new:
function FCreateFluentBlendedColor(WParent: HWND; DarkTheme, NoBorder: Boolean;
Opacity: Single; BrightnessPct: Byte;...
|
Forum: Conversion Tutorials
01-02-2024, 12:20
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
26-01-2024, 23:11
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
22-01-2024, 02:10
|
Replies: 865
Views: 271,205
|
Forum: Conversion Tutorials
28-12-2023, 10:46
|
Replies: 865
Views: 271,205
@Jahan1373,
it would be more suitable to...
@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...
|
Forum: Conversion Tutorials
28-12-2023, 09:27
|
Replies: 865
Views: 271,205
FMXInno v1.0.0.2 - New features
FTrackBarCustom:
1. FTrackBar - this depends on the Style file, so you need the ability to create or modify a new Style file.
2. FPictureTrackBar - a botva2-like trackbar requires skill in...
|
Forum: Conversion Tutorials
27-12-2023, 19:15
|
Replies: 865
Views: 271,205
OK... (changing the picture when starting the...
OK... (changing the picture when starting the game in the autorun).
Fixed.
Now turning the checkbox into a radio button at the beginning of the script (if someone needs more than one language pack...
|
Forum: Conversion Tutorials
19-12-2023, 02:41
|
Replies: 695
Views: 234,531
I have archived XTool 2020's release history,...
I have archived XTool 2020's release history, related tools and plugins to a github repository in case of another FileForums outage. This repository also contains collections of oodle, lz4 and zstd...
|