ThreadAccessingUIException
From Xojo Documentation
Class (inherits from RuntimeException)
Occurs when a thread accesses the user interface.
Properties | |||
|
Methods | ||
|
Notes
Accessing the user interface refers to anything that could change the display of the user interface.
You can access your own methods and properties on Windows and other controls as long as the property does not result in a change to the user interface.