Hi,
I have a page hosting a CarouselPage.
Each item of the carousel has an image to be loaded.
I want to create a ProgressDialog, which is shown while the (large) images are loaded from the server.
When all images are loaded, I want to close the ProgressDialog.
Therefore I have to catch a pageLoaded event?
afterShow etc. is not working.
Any hint, how I can add this, e.g. usinf JQuery?
Cheers
Jens