Hi all. I have a problem when implement popup in master page.
I have a master page which have Master is a list menu, which include logout menu.
When i click to logout menu, i want to display a popup on center of screen that to confirm "Are you sure? blabla..."
In Detail page, i add a relative layout(called myPopup) full screen to make background when show popup (background color is black, and opacity is 0.5). In myPopup i add a frame to make body of popup. Then if i want to show popup, i just make myPopup is visible.
The problem here the detail page is changed when i click to another menu. so, i dont know where can i place myPopup?
Detail page may be set to many another Page when we moving in the application. Please help me to design it. I dont know any idea to make it work.
Thank you so much!