View Single Post
  #4  
Old 23-09-2023, 04:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow 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 View Post
@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.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (23-09-2023), hitman797 (23-09-2023)