View Single Post
  #365  
Old 22-09-2023, 18:21
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Following classes have been added.

Code:
* Standard:
  - TListBox

* Layout:
  - TGridLayout
  - TFlowLayout
  - TScaledLayout

* Colors:
  - TComboColorBox
.
@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);

Last edited by hitman797; 23-09-2023 at 11:21.
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (22-09-2023)