Topic: Wrong navigation between the tumbnails
Hi everybody,
This is the configuration of my .xml file
<SIMPLEVIEWER_DATA maxImageDimension="480" textColor="0x000000" frameColor="0xB22222"
bgColor="0xFAEBD7" frameWidth="0" stagePadding="40" thumbnailColumns="3" thumbnailRows="3"
navPosition="right" navDirection="LTR" title="Example Title" imagePath="" thumbPath="">
Apparently everything is ok, but when I click in the bottom right corner of the image for the next image, instate to move to the right tumbnail in the same row, the navigation goes to the next row.
How can I fix this?
Here I also live a example of what is happening and what I want to do.
thanks
Grid
1 2 3
4 5 6
7 8 9Navigation that happen now
1 > 4 > 7 > 2 > 5 > 8 > 3 > 6 > 9Navigation I want
1 > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9