Hi all,
I'm developing an image viewer based on the 'Gallery' sample project in Tizen IDE of version 2.3.0 Rev2.
In order to display images in local storages, I implemented to put vertical box in the scroller widget.
The app makes and inserts same amount of image holders with local images to the box widget at the beginning.
And it loads all images into the holders after launching and displays images without any problem.
However, some images were not displayed when I modified the project to make and insert image holders at runtime.
And they were appeard when I rotated the device.
For now, I found that item count of the box widget didn't change before device orientation changed.
I've tried to call elm_obj_box_recalculate when an image was added but all didn't work.
Is there any way to solve this problem?