mmieher Active Member Licensed User Longtime User Nov 26, 2017 #1 Is there a way to add a view modal? In other words, when I show a panel that is smaller than the screen size, I want the user to only be able to click on items in the panel -- not outside it on the view that is behind it. Marc
Is there a way to add a view modal? In other words, when I show a panel that is smaller than the screen size, I want the user to only be able to click on items in the panel -- not outside it on the view that is behind it. Marc
Star-Dust Expert Licensed User Longtime User Nov 26, 2017 #2 Open a large transparent panel when the screen intercepts the Touch event. There are buttons on the panel that can be clicked. After clicking one of these buttons, the panel must disappear and make the clickable one. See this thread in Code Snippets (Modal MessageBox): https://www.b4x.com/android/forum/threads/sd-msgbox-re-stylized.78660/#content Upvote 0
Open a large transparent panel when the screen intercepts the Touch event. There are buttons on the panel that can be clicked. After clicking one of these buttons, the panel must disappear and make the clickable one. See this thread in Code Snippets (Modal MessageBox): https://www.b4x.com/android/forum/threads/sd-msgbox-re-stylized.78660/#content
Erel B4X founder Staff member Licensed User Longtime User Nov 27, 2017 #3 You can create a custom dialog: https://www.b4x.com/android/forum/t...-2017-custom-dialogs-and-async-methods.80204/ Upvote 0
You can create a custom dialog: https://www.b4x.com/android/forum/t...-2017-custom-dialogs-and-async-methods.80204/