Some questions concerning gallery/images in the project.
Images are stored (blockData.style.blockBackgroundMedia) as string like
“473ea5b1bd487a3a671ef7d11a562fdb.tiff”.
Is that string a random-value or constant on life-time (also on every
program-start)?
2)
How can I access the preloaded images in the gallery by index?
Manipulating gallery like actionListForward() is clear. But how can I use the
third image to be displayed as “blockBackgroundMedia” in another widget? =>
string imagename = gallery[2]
3)
As a background-idle-state (when the device is not used/touched for a while), I
want to have a slideshow with images - every image will hold for a while. To use
a gallery is obvious, but when I call “actionListForward()” the animaton is
predefined. I would like to blend-in or crossfade one image with another. Is
that possible? Or should I use a movie instead (much more memory-usage)?
Additionally, are there some graphical effects except the Blur I can use
(brightness, contrast, …)?