|
#361
|
|||
|
|||
|
Can't wait for someone to make a sick scene-style demo using this software
|
| The Following 3 Users Say Thank You to Masquerade For This Useful Post: | ||
| Sponsored Links |
|
#362
|
||||
|
||||
|
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:
Last edited by hitman797; 23-09-2023 at 11:22. |
| The Following 3 Users Say Thank You to hitman797 For This Useful Post: | ||
|
#363
|
||||
|
||||
|
Form:
Code:
FMXForm[1].FormShow(@FormShow); FMXForm[1].FormCreate(@FormCreate); FMXForm[1].FormKeyDown(@FormKeyDown); Code:
FMXGridLayout[1].FCreate(FMXTabItem[3].Handle); FMXGridLayout[1].Align(Client); FMXGridLayout[1].ItemHeight(168); FMXGridLayout[1].ItemWidth(224); FMXGridLayout[1].Orientation(Horizontal); FMXGridLayout[1].Margins(91, 72, 91, 72); FMXGridLayout[1].Height(336); FMXGridLayout[1].Width(672); Code:
FMXComboColorBox[1].FCreate(FMXLayout[3].Handle); FMXComboColorBox[1].Align(Client); FMXComboColorBox[1].CanFocus(False); FMXComboColorBox[1].FillColor(ALWhite); FMXComboColorBox[1].Margins(0, 8, 0, 8); FMXComboColorBox[1].Height(24); FMXComboColorBox[1].Width(48); FMXComboColorBox[1].OnChange(@OnChange); Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');
Code:
FMXLayout[1].Position(X, Y); Code:
FMXRectangle[1].Position(X, Y); Code:
FMXLabel[1].Position(X, Y); Last edited by hitman797; 23-09-2023 at 11:21. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
Masquerade (22-09-2023) | ||
|
#364
|
||||
|
||||
|
Following classes have been added.
Code:
* Standard: - TListBox * Layout: - TGridLayout - TFlowLayout - TScaledLayout * Colors: - TComboColorBox . Last edited by BLACKFIRE69; 14-07-2024 at 02:09. |
|
#365
|
||||
|
||||
|
Quote:
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); Code:
FMXComboColorBox[1].CanFocus(False); FMXComboColorBox[1].GetObject; Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');
Code:
FMXLayout[1].Position(X, Y); Code:
FMXRectangle[1].Position(X, Y); Code:
FMXLabel[1].Position(X, Y); Last edited by hitman797; 23-09-2023 at 11:21. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (22-09-2023) | ||
|
#366
|
||||
|
||||
|
FMXInno Updates - [2023-Sep-23]
Code:
* Added a quality update to the first post. Please check it out. Quote:
done. |
|
#368
|
||||
|
||||
|
four pages done thank you @audiofeel for the advice.
Last edited by hitman797; 24-09-2023 at 12:18. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (24-09-2023) | ||
|
#369
|
||||
|
||||
|
I think the problem is in the arrangement.
|
|
#371
|
||||
|
||||
|
Thank you @audiofeel, the animation and color has been added.
Last edited by hitman797; 24-09-2023 at 17:33. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (24-09-2023) | ||
|
#372
|
||||
|
||||
|
Quote:
Code:
FMXColorAnimation[1].StopAtCurrent; FMXColorAnimation[1].SetColors(FMXComboColorBox[2].GetColor, FMXComboColorBox[1].GetColor); FMXColorAnimation[1].Start; Code:
FMXArc[2].StrokeColor(FMXComboColorBox[3].GetColor); FMXCircle[5].StrokeColor(FMXComboColorBox[3].GetColor); FMXRectangle[87].FillColor(FMXComboColorBox[3].GetColor); Last edited by hitman797; 25-09-2023 at 14:45. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (25-09-2023) | ||
|
#373
|
||||
|
||||
|
add Finished Page.
Code:
//FMXTabItem[10].IsSelected(True);
//FMXLabel[12].Text('Start installation');
//FMXLabel[13].Text(#$E184);
FMXTabItem[11].IsSelected(True);
FMXLabel[12].Text('Finished');
FMXLabel[13].Text(#$E10A);
Code:
FMXRectangle[90].CornerStyle(10, 10, [tcTopLeft, tcTopRight, tcBottomLeft, tcBottomRight], ctRound); Last edited by hitman797; 25-09-2023 at 16:24. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (25-09-2023) | ||
|
#375
|
||||
|
||||
|
Quote:
Code:
FMXTabItem[11] in FMXLayer3D[2]. FMXTabItem[4] in FMXLayer3D[1]. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (25-09-2023) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |