Replies: 1 comment 1 reply
-
Freezing is more often due to blocking the event loop. If you post code, I might be able to give you suggestions. See the Textlog API Reference for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm struggling with the TextLog when I need to draw a really huge text (i.e., several megabytes). The write() method freezes the app and after several minutes draws the text on a screen. After that, all work perfectly and I scroll through this text without any problems.
The only workaround I found is to put text piece by piece when the user is scrolling down. But I don't think it's an appropriate way to do that. (By the way, it would be nice to have an option to not auto scroll down a text with every write() call).
Is there something I'm missing? Or maybe there are some plans to enhance the TextLog?
Thanks a lot in advance. /Hope I found the right place to post this question/
Beta Was this translation helpful? Give feedback.
All reactions