Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Alex_A on April 03, 2014, 08:13:26 AM
-
Hello.
here GIF-animation.
http://gyazo.com/ada53bae549c6993c3168298fbe898de (http://gyazo.com/ada53bae549c6993c3168298fbe898de)
When dialog shown first time the behaviour of scrollbar is wrong.
when dialog shown next time, all is ok, as expected. To show dialogs I use NGUITools.SetActive()
What I'm doing wrong?
Is this a bug?
-
Scroll bars have an issue in 3.5.5 that got fixed in 3.5.6, so try it after tomorrow's update.
-
Scroll bars have an issue in 3.5.5 that got fixed in 3.5.6, so try it after tomorrow's update.
Just additional info:
I found that if the dialogue (UIPanel) was not initially deactivated (ALT+SHIFT+A shortcut) at design time,
this bug does not appers. I.e. if a leave dialog active and hide it progrtammatically, UIScrollView + UIScrollBar behaves ok.