cancel
Showing results for 
Search instead for 
Did you mean: 

Problem closing a popup window

Former Member
0 Kudos

Hi everybody.

I'm developping a modul-pool application in wich i have a popup window to show data.

I've created a status GUI for that window with a 'CANCEL' button. I use that button to close de dynpro.

But why can't i close this dynpro by clicking the 'X' in the top right corner??

I've debbugged this action, and no event is fired when i click it.

Any ideas???

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I've just solved the problem by myself.

Thanks

former_member196299
Active Contributor
0 Kudos

hi ,

I think you might not have handled any action for event of clicking 'X'.

check on it , I guess thats where the problem lies .

Regards,

Ranjita

Former Member
0 Kudos

Yes, but as i said before, no event is fired when i click 'X' so i can not handle this event.