I am currently familiarising myself with DSE.
After looking at the sample projects, I see the possibility of saving a lot of time in the development of the UI components in the future.
Especially the "DDD.AddClass(...)" function seems to make it very clear and time-saving to implement the Material3 standards.
In this context, I'm unsure about using the DSE in multiple B4xPages when they all have their own layouts.
1. Is it sufficient to define "Public dd as DDD" in B4XPages.MainPage and use it by reference ( B4XPages.MainPage.dd ) by all other B4xPages?
2. Or does it make more sense to use a "Private dd as DDD" in each B4xPages module?
After looking at the sample projects, I see the possibility of saving a lot of time in the development of the UI components in the future.
Especially the "DDD.AddClass(...)" function seems to make it very clear and time-saving to implement the Material3 standards.
In this context, I'm unsure about using the DSE in multiple B4xPages when they all have their own layouts.
1. Is it sufficient to define "Public dd as DDD" in B4XPages.MainPage and use it by reference ( B4XPages.MainPage.dd ) by all other B4xPages?
2. Or does it make more sense to use a "Private dd as DDD" in each B4xPages module?