"Having had" to study the source code of the XUI Views a bit, I noticed that, in the B4A version, the elevation of the Background panel of the B4XDialog has been set to 4dip. This is obviously a problem, if there was a View with higher elevation in the underlying layout (to avoid writing nonsense, I have experienced it, although I was practically certain).
- How to create this type of View, dialogs, that are certainly displayed above any other?
- What is the maximum elevation value that can be set?
- Although I think the answer will be "No"... is there more memory consumption by increasing this value (I ask because I don't know why this low value was chosen)?
- Finally, how to get the same thing (Background certainly above all) with B4I and B4J? (It seems to me that with these two nothing is done besides mParent.AddView (Background...)
Thank you.