Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Balax

Pages: [1]
1
NGUI 3 Support / Changing ItemSize of UIWrapContent When Scrolling
« on: January 19, 2015, 08:49:44 AM »
I am using UIWrapContent to make a recyclable list!
It 's OK for same itemsize object but how  can I adjust gap between,
different size list item?

I wanna do like this!
※SampleImage is Attached!

2
NGUI 3 Support / Re: How can I make a drum roll list?
« on: October 21, 2014, 03:34:52 AM »
>Aren
Thanks! Now I figured out what to do!

For now , updating the topmost row or bottom most row when
OnInitializeItem is called! I check the row is topmost or bottom most
inside OnInitializeItem! It is ok when I drag slowly but when momentum
occurs, [i.e OnInitializeItem is called more than one time in one frame]
I can't control updating! Is there a way to limit OnInitializeItem get Called
when there is no OnInitializeItem doing in same frame?

3
NGUI 3 Support / How can I make a drum roll list?
« on: October 20, 2014, 11:00:42 PM »
I want to make a drum roll list.
I think I should use UIScrollView and UIGrid To get that!

The idea is that I don't want to load every object in data list
when I have 500 data for example and add every data to list
even it is invisible!

Whenever the top row is get invisible, I will took off that row and
add it to the bottom of the list and the same idea for bottom row!

How can I?

Pages: [1]