TimCruise 2 Posted December 19, 2021 Hello, I am new to RAD Studio v10.4.2 Community. I want to understand what FireMonkey can do. Please provide some example projects to me. Thanks. Is FireMonkey also Pascal based? Share this post Link to post
corneliusdavid 214 Posted December 20, 2021 FireMonkey is for both Delphi and C++Builder. Start here to learn about FireMonkey: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/FireMonkey Then find examples here: https://github.com/FMXExpress/Firemonkey Share this post Link to post
Rollo62 536 Posted December 20, 2021 Just a few posts ago, with Image32. Share this post Link to post
Gustav Schubert 25 Posted December 20, 2021 (edited) This one is the latest: https://github.com/federgraph/SudokuHelper Not a mainstream demo, but it will draw your attention to the things that are important. ( Just make sure you update .\$(Platform)\$(Config) in the project options before compiling. ) Edited December 20, 2021 by Gustav Schubert typo Share this post Link to post
Rollo62 536 Posted December 20, 2021 Samples like that ? https://github.com/FMXExpress/Cross-Platform-Samples 1 Share this post Link to post
TimCruise 2 Posted December 20, 2021 10 hours ago, Gustav Schubert said: This one is the latest: https://github.com/federgraph/SudokuHelper Not a mainstream demo, but it will draw your attention to the things that are important. ( Just make sure you update .\$(Platform)\$(Config) in the project options before compiling. ) Is there GetIT package? Share this post Link to post
TimCruise 2 Posted December 20, 2021 12 hours ago, Rollo62 said: Just a few posts ago, with Image32. This one has been absorbed by other package. Share this post Link to post
Gustav Schubert 25 Posted December 20, 2021 3 hours ago, TimCruise said: Is there GetIT package? No, and you do not need any packages. It is not even cross-platform at the moment. It demonstrates some basics, like how to create components at runtime. Share this post Link to post
Rollo62 536 Posted December 21, 2021 13 hours ago, TimCruise said: This one has been absorbed by other package. What does that mean ? The page is here, its not requiring any ther packages, as far as I know. http://www.angusj.com/delphi/image32/Docs/_Body.htm Share this post Link to post
TimCruise 2 Posted December 21, 2021 9 hours ago, Rollo62 said: What does that mean ? The page is here, its not requiring any ther packages, as far as I know. http://www.angusj.com/delphi/image32/Docs/_Body.htm I have found that another SVG related package has install image32 already and Delphi 10.4.2 refuses to install. Share this post Link to post
Rollo62 536 Posted December 21, 2021 https://en.delphipraxis.net/topic/5406-image32-2d-graphics-library-open-source-freeware/ On 8/16/2021 at 2:37 PM, luebbe said: Additional Info: SVGIconImageList has a wrapper for Image32, so Image32 can be used as one of four rendering engines for SVG icons. Since it proved to be the best of the four, @Carlo Barazzetta has made it the default. See: https://github.com/EtheaDev/SVGIconImageList 1 Share this post Link to post