Go Back   FileForums > Search Forums

Showing results 1 to 25 of 81
Search took 0.02 seconds.
Search: Posts Made By: Fak Eid
Forum: Conversion Tutorials 13-09-2024, 14:23
Replies: 3
Views: 1,242
Posted By Cesar82
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, 18:53
Replies: 132
Views: 58,515
Posted By audiofeel
Arrow 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, 07:01
Replies: 132
Views: 58,515
Posted By audiofeel
Arrow 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, 04:40
Replies: 3
Views: 1,322
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: 275,166
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 17-08-2024, 01:00
Replies: 865
Views: 275,166
Posted By BLACKFIRE69
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, 15:09
Replies: 132
Views: 58,515
Posted By audiofeel
Arrow This is how checking the hash sum of files would...

This is how checking the hash sum of files would look like.
:o
Forum: Conversion Tutorials 10-08-2024, 08:11
Replies: 132
Views: 58,515
Posted By CrownRepack
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, 03:46
Replies: 865
Views: 275,166
Posted By BLACKFIRE69
Arrow FMXInno Community

-- Frequent Requests from the FMXInno Community --
Forum: Conversion Tutorials 19-07-2024, 12:54
Replies: 132
Views: 58,515
Posted By audiofeel
@Fak Eid Great, I like it, better

@Fak Eid
Great, I like it, better
Forum: Conversion Tutorials 14-07-2024, 07:19
Replies: 10
Views: 5,108
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 08-07-2024, 06:56
Replies: 132
Views: 58,515
Posted By BLACKFIRE69
Arrow 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, 12:24
Replies: 132
Views: 58,515
Posted By hitman797
//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, 06:02
Replies: 419
Views: 155,578
Posted By Cesar82
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, 19:38
Replies: 865
Views: 275,166
Posted By audiofeel
HitTest(True);

HitTest(True);
Forum: Conversion Tutorials 12-06-2024, 13:56
Replies: 865
Views: 275,166
Posted By audiofeel
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, 12:26
Replies: 865
Views: 275,166
Posted By BLACKFIRE69
Arrow 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, 08:05
Replies: 419
Views: 155,578
Posted By CrownRepack
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, 12:56
Replies: 419
Views: 155,578
Posted By Cesar82
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, 03:37
Replies: 865
Views: 275,166
Posted By audiofeel
in my opinion, we lack this.. procedure...

in my opinion, we lack this..

procedure Text1VertAlign(VAlign: TTextAlign);
procedure Text2VertAlign(VAlign: TTextAlign);
:o
Forum: Conversion Tutorials 07-06-2024, 21:59
Replies: 419
Views: 155,578
Posted By Cesar82
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, 10:57
Replies: 419
Views: 155,578
Posted By Cesar82
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...
Forum: Conversion Tutorials 07-06-2024, 09:35
Replies: 419
Views: 155,578
Posted By CrownRepack
Audiofeel and FakEid i think you two should do a...

Audiofeel and FakEid i think you two should do a colab, FMXInno is the future and DSG is best to ever exist. :D
Forum: Conversion Tutorials 07-06-2024, 01:08
Replies: 0
Views: 1,748
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 04-06-2024, 11:31
Replies: 865
Views: 275,166
Posted By hitman797
TTextAlign = (txCenter, txLeading, txTrailing); ...

TTextAlign = (txCenter, txLeading, txTrailing);
procedure Text1HorzAlign(HAlign: TTextAlign);
procedure Text2HorzAlign(HAlign: TTextAlign);
Showing results 1 to 25 of 81

 
Forum Jump


All times are GMT -7. The time now is 20:27.


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