Signature / Savepanel

Hi! In previous versions of Fuse I use this module to sign and save a panel to image https://github.com/ckarmy/fuse-signature-savePanel

But now with lastest Fuselibs and Uno crash when the app start. I don`t know why! This error is on iOS and Android and I get:

2019-11-20 16:21:03.584425-0300 SignatureSave[1325:980698] Error: Uno.AggregateException:     One or more errors occurred.
---> (Inner Exception #0) Uno.ArgumentOutOfRangeException: index: value out of range<---

---> (Inner Exception #1) Uno.ArgumentOutOfRangeException: index: value out of range<---
libc++abi.dylib: terminating with uncaught exception of type uThrowable: Fuse.WrapException
(lldb) 

Any Idea how to solve it?

Thanks!

Have you tried commenting out code to find where the problem is?

i follow your advise and I found the problem! Thanks!

1 Like

Good job man :muscle: