You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling anything UI related from a thread is generally not going to work. But maybe we should make it for for notify.
Suggest we add a Notification message. The notify method post this (non bubbling) message, and the handler would actually display it. That way you could call self.notify from a thread.
The text was updated successfully, but these errors were encountered:
Consider this issue #3265
Calling anything UI related from a thread is generally not going to work. But maybe we should make it for for notify.
Suggest we add a
Notification
message. Thenotify
method post this (non bubbling) message, and the handler would actually display it. That way you could callself.notify
from a thread.The text was updated successfully, but these errors were encountered: