Forum: Conversion Tutorials
08-12-2024, 02:51
|
Replies: 3
Views: 560
Layered.dll - Re-Written in Pure Zig
A few days ago, I met some of my classmates, and I learned that several of them had started game development projects using Zig . After talking to them, I felt motivated and, on my way home, decided...
|
Forum: Conversion Tutorials
27-10-2024, 07:19
|
Replies: 868
Views: 304,221
FMXInno - Update
FMXInno Quality Update - [October 27, 2024]
1. Updated `FNewINI` class and `MINI.exe`
- Now reads and saves INI files in UTF-8 without BOM.
2. Updated `FCheckboxTree` class
-...
|
Forum: Conversion Tutorials
13-09-2024, 14:26
|
Replies: 11
Views: 6,042
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, 05:40
|
Replies: 3
Views: 1,847
|
Forum: Conversion Tutorials
27-08-2024, 11:53
|
Replies: 868
Views: 304,221
FMXInno - Updates
[ FMXInno Cumulative Update - 2024/Aug/28 ]
--- Changelog
* Added Custom Blueprints:
1. 'FAdvancedMemo'
2. 'FAdvancedShape'
3. 'FAdvancedNotification'
|
Forum: Conversion Tutorials
15-08-2024, 09:48
|
Replies: 10
Views: 5,427
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, 04:46
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
14-07-2024, 08:19
|
Replies: 10
Views: 5,427
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, 02:08
|
Replies: 0
Views: 1,967
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, 01:07
|
Replies: 868
Views: 304,221
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, 14:29
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
19-05-2024, 06:10
|
Replies: 868
Views: 304,221
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, 06:31
|
Replies: 103
Views: 114,813
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, 04:50
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
13-05-2024, 01:36
|
Replies: 868
Views: 304,221
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, 10:01
|
Replies: 868
Views: 304,221
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, 12:15
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
29-04-2024, 08:02
|
Replies: 868
Views: 304,221
FMXInno - Update
FMXInno - Final Release [2024-Apr-29]
* What's New:
Example:
procedure DeinitializeSetup();
begin
|
Forum: Conversion Tutorials
20-03-2024, 09:43
|
Replies: 868
Views: 304,221
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, 21:48
|
Replies: 868
Views: 304,221
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, 13:20
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
27-01-2024, 00:11
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
22-01-2024, 03:10
|
Replies: 868
Views: 304,221
|
Forum: Conversion Tutorials
28-12-2023, 11:46
|
Replies: 868
Views: 304,221
@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, 10:27
|
Replies: 868
Views: 304,221
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...
|