Go Back   FileForums > Search Forums

Showing results 1 to 25 of 72
Search took 0.08 seconds.
Search: Posts Made By: Ele
Forum: Conversion Tutorials 13-09-2024, 13:26
Replies: 3
Views: 1,136
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow ISCompilerEx.dll: Protect and Compile InnoSetup Scripts with Ease

ISCompilerEx.dll Documentation


Overview

ISCompilerEx.dll is a versatile plugin designed to enhance the capabilities of InnoSetup by allowing script compilation from both local script files...
Forum: Conversion Tutorials 27-08-2024, 10:53
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
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
Posted By BLACKFIRE69
Arrow FMXInno Community

-- Frequent Requests from the FMXInno Community --
Forum: Conversion Tutorials 14-07-2024, 07:19
Replies: 10
Views: 5,079
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow 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
Posted By audiofeel
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
Posted By BLACKFIRE69
this tool is the CLI version of 'FNewINI' and can...

this tool is the CLI version of 'FNewINI' and can be used for preprocessing and automating everything at compile-time.

in the attachment, you'll find a simple example of how to read and configure...
Forum: Conversion Tutorials 19-05-2024, 05:10
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
Arrow 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
Sticky: Useful programs
Views: 110,653
Posted By BLACKFIRE69
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
Posted By BLACKFIRE69
1. 'FImgSlideshow' requires its parent as 'HWND'...

1. 'FImgSlideshow' requires its parent as 'HWND' because it's originally based on a VCL component.
2. You can create a 'FFormImgSlide' on an 'FRectangle' because its parent's type requires...
Forum: Conversion Tutorials 13-05-2024, 00:36
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
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
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow users sometimes report this issue, but until now,...

users sometimes report this issue, but until now, i couldn't come up with a better solution.

let's dive a little deeper into this. in FMXInno, all the forms (FluentForm, BlankForm, ImageForm,...
Forum: Conversion Tutorials 29-04-2024, 07:02
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow 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
Posted By BLACKFIRE69
Arrow FMXInno v1.0.0.2 - Updates

FMXInno Final Release: [2024-Jan-31]




New update uploaded to first post, check it out.



What's new:
Forum: Conversion Tutorials 26-01-2024, 23:11
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
Arrow FMXInno - Modern FitGirl Installer

Modern FitGirl Installer for Windows 11+
Forum: Conversion Tutorials 22-01-2024, 02:10
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
Arrow FMXInno - Installer Template

FMXInno - Installer template
Forum: Conversion Tutorials 28-12-2023, 10:46
Replies: 865
Views: 271,205
Posted By BLACKFIRE69
@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
Posted By BLACKFIRE69
Arrow 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
Posted By audiofeel
Cool 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
Posted By Masquerade
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...
Showing results 1 to 25 of 72

 
Forum Jump


All times are GMT -7. The time now is 16:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com