Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

"Dialog closed" event does not fire

GosforthDec 19 2020

I do exactly what is in this article https://www.foxinfotech.in/2019/10/oracle-apex-on-close-dialog-refresh-parent-page-regions.html to have dynamic action that fires even when dialog window is closed (by pressing 'x').
Dynamic action is within parent page.
But it does not work. Parent page or region does NOT refresh.
Modal I have is not created duing wizzard process - I open report as modal. Maybe this is the reason. So there are different 'modals'?

Comments

843807
I think repaint() will call update() and not update(Graphics). If update is not overrided then default implementation of it will call paint(Graphics)
843807
Strange even when I commented the update method. Repaint does not work!?! Somehow the code stops going into Paint(Graphics g) but no exception is thrown. Can someone help? Will really appreciate it.
1 - 2

Post Details

Added on Dec 19 2020
7 comments
7,335 views