Welcome,
Guest
. Please
login
or
register
.
March 23, 2025, 10:06:25 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
v2.2 UIScrollBar activation bug
« previous
next »
Print
Pages: [
1
]
Author
Topic: v2.2 UIScrollBar activation bug (Read 1899 times)
athos
Guest
v2.2 UIScrollBar activation bug
«
on:
September 17, 2012, 04:35:08 PM »
Line 182:
- mBG.gameObject.active = mBG.alpha > 0.001f;
+ NGUITools.SetActiveSelf(mFG.gameObject, (mFG.alpha > 0.001f));
Looks like that changed line should be mBG not mFG.
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: v2.2 UIScrollBar activation bug
«
Reply #1 on:
September 17, 2012, 06:23:43 PM »
What version of NGUI are you using?
Logged
athos
Guest
Re: v2.2 UIScrollBar activation bug
«
Reply #2 on:
September 17, 2012, 06:44:03 PM »
v2.2.0
Logged
PhilipC
Guest
Re: v2.2 UIScrollBar activation bug
«
Reply #3 on:
September 18, 2012, 10:12:45 AM »
Will be fixed in the next version. Thanks
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
v2.2 UIScrollBar activation bug