On 12/19/12 2:23 PM, "Chema Balsas" <jbal...@gmail.com> wrote: >> >> But but what about this >> Was: >> var height:Number = Math.min(height, >> listContent.height - >> y); >> changed to: >> height = Math.min(height, listContent.height - y); Hi Chema, I don't think that's the right change. I'm guessing the intent is to change a local variable, not the instance's height property? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
- Re: svn commit: r1423863 - /incubator/flex/sdk/branches/dev... Carol Frampton
- Re: svn commit: r1423863 - /incubator/flex/sdk/branche... Chema Balsas
- Re: svn commit: r1423863 - /incubator/flex/sdk/bra... Alex Harui
- RE: svn commit: r1423863 - /incubator/flex/sdk/bra... Gordon Smith
- Re: svn commit: r1423863 - /incubator/flex/sdk... Chema Balsas
- Re: svn commit: r1423863 - /incubator/flex... Chema Balsas
- Re: svn commit: r1423863 - /incubator... Carol Frampton
- Re: svn commit: r1423863 - /incub... Chema Balsas
- Re: svn commit: r1423863 - /incub... Alex Harui
- Re: svn commit: r1423863 - /incub... Justin Mclean
- Re: svn commit: r1423863 - /incub... Alex Harui
- Re: svn commit: r1423863 - /incub... Carol Frampton
- Re: svn commit: r1423863 - /incub... Chema Balsas
- Re: svn commit: r1423863 - /incub... Chema Balsas
- Re: svn commit: r1423863 - /incub... Justin Mclean
- Re: svn commit: r1423863 - /incub... Alex Harui
- Re: svn commit: r1423863 - /incub... Chema Balsas
- Re: svn commit: r1423863 - /incub... Alex Harui
- Re: svn commit: r1423863 - /incub... Alex Harui