Posted 17 December 2014 - 04:11 AM
Hey everyone, Kinda stumped on this…
Lets say I have an array with several ID numbers inside of it, And I want to loop through it and display the number on screen… Thats simple enough right? What happens when the array contains more than 19 IDs… they move the page down hiding the rest.
I would like help doing the following:
Lets say the array has 13 IDs, I want it so that the first 6 are displayed on screen like thumbnails, I can handle the button drawing… So ones in the top left, next in the top right, then middle left, and so on… Then there is a next button that takes you to the next page displaying the next 6 IDs… and so on until you get to the last page where the button of course no longer does anything and dissappears, there will also be a back button which does the exact opposite (obviously)
can anyone give me any help on this, I have looked at other code but its too difficult for my self to follow..
Thanks in advance -Harry
Lets say I have an array with several ID numbers inside of it, And I want to loop through it and display the number on screen… Thats simple enough right? What happens when the array contains more than 19 IDs… they move the page down hiding the rest.
I would like help doing the following:
Lets say the array has 13 IDs, I want it so that the first 6 are displayed on screen like thumbnails, I can handle the button drawing… So ones in the top left, next in the top right, then middle left, and so on… Then there is a next button that takes you to the next page displaying the next 6 IDs… and so on until you get to the last page where the button of course no longer does anything and dissappears, there will also be a back button which does the exact opposite (obviously)
can anyone give me any help on this, I have looked at other code but its too difficult for my self to follow..
Thanks in advance -Harry
Edited on 17 December 2014 - 03:42 AM