Hello Guest

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 - n1ngimi

Pages: [1]
1
Releases / Re: 2D Toolkit 2.4.0
« on: April 16, 2014, 02:34:53 am »
hihi..


I wondering if this topic is included .

http://2dtoolkit.com/forum/index.php/topic,3629.0.html


2
Releases / Re: 2D Toolkit 2.0 beta 1
« on: May 31, 2013, 07:00:54 am »
toggle button , When OnChange event , selectedIndex = ( before change Index )  <<

tk2dUIToggleButtonGroup.cs
127            if (toggleButton != selectedToggleButton)
128           {
129                if (OnChange != null) { OnChange(this); }
130                selectedToggleButton = toggleButton;
131                SetSelectedIndexFromSelectedToggleButton();
132           }

u can change
127            if (toggleButton != selectedToggleButton)
128           {
129                selectedToggleButton = toggleButton;
130                SetSelectedIndexFromSelectedToggleButton();
131            if (OnChange != null) { OnChange(this); }
132           }


3
Releases / Re: 2D Toolkit UI 1.0 beta 3
« on: April 26, 2013, 12:51:42 pm »
Do you have plans to add the snap?  for ScrollList.
need a snapping ITEM.

but current scroll is no item system..
any idea?

Pages: [1]