MagicFoundation / Alcinoe

Alcinoe Component Library For Delphi. Full opengl video player, WebRTC delphi wrapper, native ios/android TEdit, Improuved firemonkey controls, Firebase cloud messaging, Android/ios facebook sdk login, Json/Bson Parser, ImageMagick wrapper, MongoDb client And much more
Apache License 2.0
996 stars 220 forks source link

TALTabControl - TAB is not visible #354

Closed maurobotta closed 3 weeks ago

maurobotta commented 1 month ago

Hi

I'm testing a TALTabControl -> TALTabItem, i can't know how view "TAB" ( Android / IOS / Win ).

Last version of Alcinoe.

Delphi 12.2

Mauro

Zeus64 commented 1 month ago

What you mean by view "TAB" ? you mean this :

image

maurobotta commented 1 month ago

YES

Zeus64 commented 1 month ago

Ah, no, TALTabControl doesn't include that feature. There are so many different possible styles for tabs—such as displaying them on the left, at the top, as images, text, etc. (see: https://m3.material.io/components/tabs/guidelines)—that I've chosen not to include the tabs in TALTabControl. Instead, developers can add their own buttons or elements to represent the tabs as they see fit.

TALTabControl is mainly to do stuff like this :

image

image

maurobotta commented 1 month ago

@Zeus64 Thank you, another question , How i can Active Material 3 Controls ( Design ) ?

FMX TStyleBook remove it ?

image

image

maurobotta commented 1 month ago

@Zeus64, How can to have TALEdit with MAT3 design ?

Thank you for yor work :)

Zeus64 commented 1 month ago

You don't need FMX TStyleBook, none of the alcinoe control work with it. in delphi, you right click on a TEdit, and you choose the material 3 design style you want in the popup list

theme