Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: aholla on July 31, 2014, 04:21:43 AM
-
Hi I have just updated and all my scrollviews with grid that are wrapped have broken. I have replaced any instances of "BetterList" with "List" and I presume it is something related to this.
If i enable UIWrap which is attached to my Grid, range limits set to 0 - 0 and cull = false. Everything appears out of order and never gets into the correct order.
My grid is alphabetically sorted.
Thanks.
[Edit:]
I have since also experience s few strange things such as:
- crasheswhen scrolling the scrollview with a grid within it.
- anchors not being set corrected when game object are being reactiveated (might have always been like this)
I have had to revert back to 3.6.7 for my game.
[]
-
Infinite scroll views work fine in the example that comes with NGUI. Your issue lies in mixing UIWrapContent with UIGrid. The two should never mix. They both reposition children, and you can't mix them. They fight for the same functionality. I don't know how it ever worked in 367 for you, my guess you just lucked out and things were being executed in just the right order.
-
Ah right...
I need to use the grid to access the items within it but want them to scroll endlessly.
I have manual scroll left and right btns, these find the next item in the grid and move the scrollview to that position.
Any ideas?
-
Idea about what? You need to choose one component and stick with it. You simply can't use both at the same time.