M
M
Mors Clamor2021-10-07 21:05:05
Delphi
Mors Clamor, 2021-10-07 21:05:05

How are beautiful Win-interfaces created today?

Good evening! There was a need to write a simple application on Windows, no matter what language it will be executed in. The last time I worked in Delphi 7, and then I did not understand how to create a nice looking interface. I figured out how to modify the logic of existing components (buttons and so on), but if, for example, I need to create some special button, beautiful, how do they do it? And how to make a good interface in one window, like SPA on the web? Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
Hemul GM, 2021-10-07
@66demon666

A beautiful interface in Delphi is made on the cross-platform FMX framework. Google it, you'll understand everything.
The possibilities are not inferior to CSS with GPU rendering.
You can see examples in my small blog https://vk.com/delphilive
PS Although, you can also do it beautifully on VCL, but you will have to apply more effort

I
Igor Arkhipov, 2021-10-07
@IgorArkhipov

Something like WinUI / fluent ?

K
kalapanga, 2021-10-07
@kalapanga

"Beautiful interface", "good interface" are subjective concepts. Either you stick to the style offered by the operating system, then look, for example, at the seminar on using Fluent UI in Delphi on the Embarcadero youtube channel (although the material may be somewhat outdated with the release of windows 11), or you prefer your own "custom" interfaces, then google "component creation in delphi" (relatively old materials will also work, the principles have not changed).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question