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
When DataTableadd_column method is invoked from thread worker application crashes.
I am wondering if this as designed or not? It is understandable that interacting with the application UI elements is inherently not thread safe. I assumed however that creating new widgets in another worker thread is acceptable.
Could someone please clarify on this one?
The use-case I am trying to use it with is following - I am trying to construct a big table and keep application responsive in the mean time, then as soon as table is ready I was going to mount it using call_from_thread.
textual 0.46.0
PS. Thank you for very nice project, it is a pleasure to experiment with!
When
DataTable
add_column
method is invoked from thread worker application crashes.I am wondering if this as designed or not? It is understandable that interacting with the application UI elements is inherently not thread safe. I assumed however that creating new widgets in another worker thread is acceptable.
Could someone please clarify on this one?
The use-case I am trying to use it with is following - I am trying to construct a big table and keep application responsive in the mean time, then as soon as table is ready I was going to
mount
it usingcall_from_thread
.PS. Thank you for very nice project, it is a pleasure to experiment with!
Here is traceback part:
The text was updated successfully, but these errors were encountered: