Hello everybody,
I'm building a page in Apex. It executes a lot of process without submitting the page. I did it using dynamic actions.
I'm starting to use the apex.server.process instruction and I have some questions.
I want to use a custom image such as a progress bar instead of the current spinner that the process has.
How can I do it?
Can you write an example using a custom loading_indicator?
Another thing, in some buttons I have only one call to apex.server.process but in others I have two or more apex.server.process
calls. I tested start multiple apex.server.process together in the same dynamic action and the problem is the spinner are showing overlapped.
I need to show the spinner or the custom image before that all the processes (apex.server.process's) start and hide it when all the processes (apex.server.process's) have finished.
How can I do it ? Could you show me examples of code?
All type of helps are good for me.
Thank you very much
Pablo