Android Question help needed - how to disable a panel and its elements

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
i have a view (panel) in B4A app
i display another panel ontop
the top panel is partly transparent so the under panel is visible
how can i grab the under panel's name to identify it (it can be one of many in my app)
and then disable it and after i am done to re-enable it?
otherwise the user can still click any button in the background pannel
i want only the top one to be active
in windows i can show a modal form or topmost form - how can i do it in b4a?
thanks
 

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
Please, search about B4XDialogs or B4XPreferenceDialog, you will find a lot of answers to your questions.

If you can't solve it, open a new specific thread.


Glad to read this¡¡
thank you SO MUCH
now i'll need to finf how to add title and the body text
all the rest seems to be perfect
 
Upvote 0
Top