2020-02-21 12:37 AM
I have some trouble with the JSMOC method.
In my application,one screen could contain many(over 3000) widgets.Because of the recursive JSMOC function,it can easily cause a stack overflow.
Like this:
2020-02-21 05:46 AM
Why do you have this many? Seems unreasonable. I feel we can optimize something in this application : ) Tell me about it?
/Martin
2020-02-21 06:08 AM
Hi Martin.
Our product is a writing pad.The more you write the more widgets will be added to the screen.
Here is the product.
What is clear is that recursion caused a stack overflow.
Looking forward to your reply.
Thanks!