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.


Topics - aammfe

Pages: [1]
1
NGUI 3 Support / Scroll View List-View effect
« on: October 26, 2016, 08:31:30 AM »
Hi!
Scroll view have one child size(100,100) .
when scroll this child to bottom it remain in bottom and do not go to top again.
 
i have attach an animation , it have two examples first , NGUI , and second is UGUI , and UGUI is working as it is , as supposed to , (changed pivot.y = 1).
how to do it in NGUI.

https://we.tl/fV0LBUQlHa


 

2
NGUI 3 Support / Having issues Regarding UIWrapContent
« on: October 21, 2016, 06:23:34 AM »
Hi!

i m having some difficulties regarding UIWrapContent

this script attached to wrapConent GameObject

  1. public class wrapConentHelper : MonoBehaviour {
  2.  
  3.        
  4.         void Start ()
  5.     {
  6.         GetComponent<UIWrapContent>().onInitializeItem += OniniItem;
  7.         }
  8.  
  9.  
  10.  
  11.  
  12.     private void OniniItem(GameObject go, int wrapIndex, int realIndex)
  13.     {
  14.         print(wrapIndex + " wrapIndex   " + realIndex + "  realIndex");
  15.     }
  16. }
  17.  

set wrapConent limit to 0 - 1.

animation
https://we.tl/3Q5rlABJdE

see console in animation

why realIndex is >0




3
NGUI 3 Support / NGUI UGUI Composition
« on: October 09, 2016, 06:42:09 AM »
is there any way to use NGUI and UGUI at Same Time?
Means Some Component of NGUI Like "ListView" (WrapConent) with UGUI.


how we can set position and Size of a NGUI Widget According to UGUI Panel..

4
NGUI 3 Support / Wrap Content With "Fixed Size Variable" Height Items
« on: September 27, 2016, 11:40:04 AM »
Hi!

Can you make wrap content compatible with Items of Fixed Variable Size ?
this is what i m asking for.

--wrapContent
     --itemHeight_x
     --itemHeight_2x
     --itemHeight_3x
     --itemHeight_x
     --itemHeight_2x


 

5
NGUI 3 Support / Disposing List Items (solved)
« on: September 08, 2016, 12:21:51 PM »
i m having difficulty in disposing List Items
when scene is stopped these it shows these errors.

http://prnt.sc/cfotk4


6
NGUI 3 Support / pull Down and Pull Up events
« on: September 06, 2016, 04:59:15 AM »
How can we add pull up/down events along with such visual indicators?
 
https://www.smashingmagazine.com/wp-content/uploads/2013/10/Twitter.gif

7
NGUI 3 Support / Problem Tile View Using WrapContent
« on: August 30, 2016, 02:37:00 PM »
i m making tile view using WrapContent
it is responsive but when size changed , items go away from screen
gif https://we.tl/59aKYrltRY

and this is pkg
https://we.tl/5zC0nuS61V

8
NGUI 3 Support / Wrap conent , Scroll View, dynamic list
« on: August 02, 2016, 04:01:59 AM »
Hi!
i m trying to make a list view but there are problems ,
1 -items are duplicating ,
2 -when data is provided , list does not start from top

pkg
https://we.tl/zWHbZmo6xq

Pages: [1]