
23-09-2023, 04:11
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
FMXInno - Updates
FMXInno Updates - [2023-Sep-23]
Code:
* Added a quality update to the first post. Please check it out.
Quote:
Originally Posted by hitman797
@ BLACKFIRE69,
Thanks for the update, great job, we can complete the installer.
Some suggestions:
Form:
Code:
FMXForm[1].FormShow(@FormShow);
FMXForm[1].FormCreate(@FormCreate);
FMXForm[1].FormKeyDown(@FormKeyDown);
ComboColorBox:
Code:
FMXComboColorBox[1].CanFocus(False);
FMXComboColorBox[1].GetObject;
Layer3D:
Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');
Layout:
Code:
FMXLayout[1].Position(X, Y);
Rectangle:
Code:
FMXRectangle[1].Position(X, Y);
Label:
Code:
FMXLabel[1].Position(X, Y);
|
done.
|