Asynchronous handling of Page Processes
584345Feb 20 2009 — edited Feb 20 2009Hi,
I created an ApEx-application which uses an application process for displaying images on a page.
The ID of the image is handed to the application via a page item.
This works fine - but mere, if there is only one picture to be loaded - if there are more pictures to be showed, they all get mixed up due to the asynchronous handling of page processes by ApEx.
Do you have any idea, how I could solve this issue using an application item?
The current workaround is to use a procedure to show the images, but I want to switch over to application processes...
Thanks,
tensai