Hi,
Apex 24.1.
I have a page 10 with page item P10_DISPLAY_YN. And a button MYBUTTON.
The page is called from page 5 via a link and P10_DISPLAY_YN is set via the link to Y or N.
If set to Y the button should be enabled.
If set to N the button should be disabled.
We have implemented this via a dynamic action on page load.
When I open the page it takes some time till the button is disabled.
Looks like the page load needs some time.
And during this time the button is enabled.
So you can see the button is enabled. And gets disable after some time.
This is not very beautiful. In the development environment it normally takes couple of miliseconds.
But still you can see that the button was initially enabled before it gets disabled.
But we have another test environment where for some reason the button is enabled for around 2 seconds before it gets disabled. So the user can easily click the button.
Why does the page load need so much time?
And is there another way to disable buttons? So that they are instantly disabled without the visible gap.
Any suggestions?
Thanks, Peter