Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: xiaoniaojjj on September 22, 2012, 09:58:28 AM

Title: Error happen in table,Pls see it! [Movie attach] reopen!!
Post by: xiaoniaojjj on September 22, 2012, 09:58:28 AM
A error happen when i use the table widget. see attach!
Title: Re: Error happen in table,Pls see it! [Movie attach]
Post by: ArenMook on September 22, 2012, 11:49:20 AM
All transforms leading up to your widgets must have a uniform scale. This generally means scale of (1, 1, 1).
Title: Re: Error happen in table,Pls see it! [Movie attach]
Post by: xiaoniaojjj on September 22, 2012, 12:09:48 PM
Sorry.  I'm not really understand you. The scale of widgets by created is (1, 1, 1)  in these movie .
Title: Re: Error happen in table,Pls see it! [Movie attach]
Post by: xiaoniaojjj on September 23, 2012, 07:51:33 AM
I found the error, Because choose "Drag Effect->MomentumAndSpring" in UIDragPanel, Choose another would be fine!
Title: Re: Error happen in table,Pls see it! [Movie attach] Has been solved!!
Post by: xiaoniaojjj on September 25, 2012, 03:41:53 AM
When i update the last version. this error reopen. I set the Drag Effect = none ,But the Effect still  happen in runtime!!
Title: Re: Error happen in table,Pls see it! [Movie attach] reopen!!
Post by: ArenMook on September 25, 2012, 08:25:40 AM
The only way clipping breaks is if the scales are not uniform leading up to it -- for example the UIPanel has a scale of (1.123, 1, 1), or if you're targeting a device that doesn't support shaders (iOS/Android with GLES 1.1). Well, or if you're also using a shader for your UI other than Unlit/Transparent Colored.