Go Back   FileForums > Search Forums

Showing results 1 to 25 of 263
Search took 0.02 seconds.
Search: Posts Made By: audiofeel
Forum: Conversion Tutorials Today, 15:14
Replies: 565
Views: 107,155
Posted By hitman797
var MyArr: array of Integer; procedure...

var
MyArr: array of Integer;

procedure FMXInnoInit;
var
I: Integer;
begin
SetArrayLength(MyArr, 38);

for I := 0 to 37 do
Forum: Conversion Tutorials Yesterday, 14:00
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
var MyArr: array of Integer; procedure...

var
MyArr: array of Integer;

procedure FMXInnoInit;
var
I: Integer;
begin
SetArrayLength(MyArr, 38);

for I := 0 to 37 do
Forum: Conversion Tutorials 26-09-2023, 17:13
Replies: 565
Views: 107,155
Posted By hitman797
done with Timer. press Ctrl + D to show color...

done with Timer.
press Ctrl + D to show color combo box.

FMXBass: array [1..2] of IXBass;
FMXCPU: array [1..2] of FCpuUsage;
FMXRAM: array [1..2] of FRamUsage;
FMXDISK: array [1..2] of...
Forum: Conversion Tutorials 26-09-2023, 13:15
Replies: 565
Views: 107,155
Posted By hitman797
Thank you for the replay.

Thank you for the replay.
Forum: Conversion Tutorials 26-09-2023, 11:08
Replies: 6
Views: 732
Posted By BLACKFIRE69
Arrow ISCompilerEx - Updates

Updates available!


> ISCompilerEx - [2023-Sep-26]

What's New:

* Added a new function.
- function ISCompilerGetOutputExe: WideString;
Forum: Conversion Tutorials 26-09-2023, 08:15
Replies: 565
Views: 107,155
Posted By hitman797
Developer suggestions: Hi @BLACKFIRE69, can you...

Developer suggestions:
Hi @BLACKFIRE69, can you add this class to FMXInno.
thank you.

Feature of the FMXInno plugin:

TMemIniFile = class(TCustomIniFile)
MemIniFile:=...
Forum: Conversion Tutorials 25-09-2023, 21:35
Replies: 565
Views: 107,155
Posted By hitman797
move all the objects in the FMXTabItem[11] to...

move all the objects in the FMXTabItem[11] to FMXTabItem[4].

FMXTabItem[11] in FMXLayer3D[2].
FMXTabItem[4] in FMXLayer3D[1].
Forum: Conversion Tutorials 25-09-2023, 16:27
Replies: 565
Views: 107,155
Posted By hitman797
if you change all the ctRound with ctInnerRound. ...

if you change all the ctRound with ctInnerRound.
this what lock like.
Forum: Conversion Tutorials 25-09-2023, 15:52
Replies: 565
Views: 107,155
Posted By hitman797
add Finished Page. ...

add Finished Page.

//FMXTabItem[10].IsSelected(True);
//FMXLabel[12].Text('Start installation');
//FMXLabel[13].Text(#$E184);
FMXTabItem[11].IsSelected(True);
FMXLabel[12].Text('Finished');...
Forum: Conversion Tutorials 25-09-2023, 14:37
Replies: 565
Views: 107,155
Posted By hitman797
see this, change the color of objects on the fly....

see this, change the color of objects on the fly.

FMXColorAnimation[1].StopAtCurrent;
FMXColorAnimation[1].SetColors(FMXComboColorBox[2].GetColor, FMXComboColorBox[1].GetColor);...
Forum: Conversion Tutorials 24-09-2023, 16:00
Replies: 565
Views: 107,155
Posted By hitman797
Thank you @audiofeel, the animation and color has...

Thank you @audiofeel, the animation and color has been added.
Forum: Conversion Tutorials 24-09-2023, 13:46
Replies: 565
Views: 107,155
Posted By hitman797
The design is 100 percent complete..

The design is 100 percent complete..
Forum: Conversion Tutorials 24-09-2023, 08:00
Replies: 565
Views: 107,155
Posted By hitman797
four pages done thank you @audiofeel for the...

four pages done thank you @audiofeel for the advice.
Forum: Conversion Tutorials 23-09-2023, 11:28
Replies: 565
Views: 107,155
Posted By hitman797
Thanks Gift 2024 3 Page done.

Thanks Gift 2024 3 Page done.
Forum: Conversion Tutorials 23-09-2023, 04:11
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
Arrow FMXInno - Updates

FMXInno Updates - [2023-Sep-23]

* Added a quality update to the first post. Please check it out.
Forum: Conversion Tutorials 22-09-2023, 18:21
Replies: 565
Views: 107,155
Posted By hitman797
@BLACKFIRE69, Thanks for the update, great job,...

@BLACKFIRE69,
Thanks for the update, great job, we can complete the installer.
Some suggestions:
Form:
FMXForm[1].FormShow(@FormShow);
FMXForm[1].FormCreate(@FormCreate);...
Forum: Conversion Tutorials 22-09-2023, 17:14
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
Arrow FMXInno - Updates

Following classes have been added.

* Standard:
- TListBox

* Layout:
- TGridLayout
- TFlowLayout
- TScaledLayout
Forum: Conversion Tutorials 21-09-2023, 06:10
Replies: 565
Views: 107,155
Posted By hitman797
Developer suggestions: Hi BLACKFIRE69, thank...

Developer suggestions:
Hi BLACKFIRE69, thank you for making example for 3D animation.
I really appreciate the work you bring to this forum thank you.

Feature of the FMXInno plugin:

...
Forum: Conversion Tutorials 21-09-2023, 05:23
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
@hitman797, there's no need for any fixes...

@hitman797,

there's no need for any fixes with the Projection; it's working perfectly as intended.

however, please keep in mind that you should call Projection(pjScreen) before Align(Client)...
Forum: Conversion Tutorials 19-09-2023, 04:19
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
Arrow FMXInno - Updates

FMXInno Moments Updates: [2023-September-19]

What's New:

* Added 'FSplashAnimated' with Sounds.
* Updated 'FUserInfo'.
* Updated 'ChatGPT':
- The example has been updated.
- Added a...
Forum: Conversion Tutorials 15-09-2023, 11:57
Replies: 565
Views: 107,155
Posted By hitman797
OnMouseEnter is Trigger to start animation. ...

OnMouseEnter is Trigger to start animation.
OnMouseLeave is Trigger to Reverse animation.
You can use OnClick.
Forum: Conversion Tutorials 15-09-2023, 06:43
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
screenshot: .

screenshot:

.
Forum: Conversion Tutorials 15-09-2023, 06:04
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
if you are talking about Custom MultiView, you...

if you are talking about Custom MultiView, you need to plan it out a bit more thoroughly than this.


.
Forum: Conversion Tutorials 15-09-2023, 05:29
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
i'm not sure. could you provide an example or...

i'm not sure. could you provide an example or explain further?
Forum: Conversion Tutorials 14-09-2023, 08:49
Replies: 565
Views: 107,155
Posted By BLACKFIRE69
Delphi/FMX: How to add a dynamically created...

Delphi/FMX: How to add a dynamically created top-aligned component (https://stackoverflow.com/questions/62259407/delphi-fmx-how-to-add-a-dynamically-created-top-aligned-component-under-all-pre)


.
Showing results 1 to 25 of 263

 
Forum Jump


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


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