Hi,
I'm having a problem with push button.
First of all, my project use multi dialog displaying.
Following image is the base dialog which is named NormalBG.

You can see the push button placed in upper left side which appearance is home and arrow.
But when I dismiss, switch or present the new dialog, the base dialog's button doesn't work.
Following images are my code and dialog image I'm working on.
1. HandSaftyPopUp which is work like a pop up

2. ComfirmBtSlot code

3. Base dialog(NormalBG) and HandSaftyPopUp are both displaying

We can find out in image 3 that both dialog are displaying.
When you press confirm in image 3 than the next dialog will appear. But the home and arrow button in base dialog(NormalBG) stop operating.
I think the problem is in my confirm button slot code.
Could you guys help me sort this problem?