Type text is so slow
-
Is there anything i can do? I got 0 delay on text to be written but it's super slow and it just turns black when it types and takes like 5 seconds for small amount of text.
-
@rekaa0251 you can use clipboard and then press control V to paste it.
-
@niceusername said in Type text is so slow:
@rekaa0251 you can use clipboard and then press control V to paste it.
really smart! thank you!
-
Brilliant to use set and get clipboard, Issue with using clipboard is that it won't work in multi-thread, things get's mixed up.
Any ideas on what to do in multi-threads?
-
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?
-
@bobbyonforum said in Type text is so slow:
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?https://community.bablosoft.com/topic/4672/hello-need-a-little-help/5
-
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.