SDK: inside a modal dialog how to create a mine slideshow
After uploading images to a API web service I get a stream of information back.
I want to create a modal dialog where the information processed by the API is shown.
So there needs to be:
- a text area where the information text returned is updated as more info is returned.
- I want the currently processed image shown, but in time, this image should be refreshed by the next image being processed.
Receiving streaming information seems to be difficult, I want to implement pagination in the API and call from the Lightroom SDK this API every x seconds.
Questions:
- Is there a way to keep on adding information to a modal dialog?
Probably the solution with f:scrolled_view with adding rows could work, but this requires the refresh the dialog at an interval and is not nice - Is there a way to show the image being processed along the text area from bullit 1.
And the image should be changed as the API returns information of a different image.
So somekind of slideshow in the modal dialog - Any other ideas?
