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
978 stars 215 forks source link

TALTabControl - TAB is not visible #354

Open maurobotta opened 1 day ago

maurobotta commented 1 day 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 day ago

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

image

maurobotta commented 1 day ago

YES

Zeus64 commented 1 day 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 day ago

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

FMX TStyleBook remove it ?

image

image