When I try to animate a ScrollView in Uno to his top position (Y=0) like this:
MyScrollView.Scroller.Goto(MyScrollView.MinScroll);
The app crashes! In the previous versions this work fine.
When I try to animate a ScrollView in Uno to his top position (Y=0) like this:
MyScrollView.Scroller.Goto(MyScrollView.MinScroll);
The app crashes! In the previous versions this work fine.
Hi!
Do you have any more information on this crash? What platform(s), any error message? A test case?
This error also happen in the 0.8 version. I test in Android and CMake and in the two platform the app crashes…
In CMake the error that appear in the Terminal is:
> Unhandled exception:
>
> Object reference was null
>
>
>
> UNHANDLED EXCEPTION (main):
>
> Object reference was null
>
> Function: void app::Fuse::AppBase__OnUnhandledException(app::Fuse::AppBase *, ::app::Uno::Exception *)
> Line: 418
> /Users/cristiankarmy/Documents/workspace/Deem/deem (0.6)/.build/CMake-Debug/run.sh: line 13: 4143 Segmentation fault: 11 ./"deem"
> (exit code: 139)
I reroduce the error in this files: https://fuseweb.azureedge.net/forum-user-uploads/2016/08/22/rleFS15u1cVe-legacy-files-ywQE2WsPTzIpKTOp-g2xB0WuuROkvE5GfKvsFloV-.zip
Thanks for reporting this! It’s certainly something we need to track down. We’ve opened a ticket for this an we will get back to you with some news soon
Fixed!