Replies: 3 comments 1 reply
-
Can you perform the dictation result update on the main actor? |
Beta Was this translation helpful? Give feedback.
-
I have a solution. Put the stuff into a model and it works from both threads. Thanks |
Beta Was this translation helpful? Give feedback.
-
Another (related) question. I need to get notified on clicks and movements of the cursor as well as keyboard input events because I need to stop modifications of the text from the other thread. How do I accomplish this with RichTextEditorKit ? |
Beta Was this translation helpful? Give feedback.
-
I have an app that has dictation support. I want to 'inject' text from my dictation engine, which is running in a completely different thread.
Currently it looks like context must be declared in its displaying View to work properly.
How do I get access to context in another thread ?
Is context multi thread safe ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions