07-21-2021, 11:05 AM
When using multiple child DXViewportView that use RenderingSteps from master DXViewportView (useMasterRenderingSteps constructor parameter is true) then using the new background waiting for rendering to be completed (a feature introduced in v4.4) may throw an exception with the message: "Still waiting for previous thread to finish rendering".
A new fixed version will be provided in the following days.
Until then in case of this exception, a workaround is to disable background waiting for rendering to be completed - this is done by setting the DXViewportView.IsWaitingInBackgroundUntilRendered to false.
A new fixed version will be provided in the following days.
Until then in case of this exception, a workaround is to disable background waiting for rendering to be completed - this is done by setting the DXViewportView.IsWaitingInBackgroundUntilRendered to false.
Andrej Benedik

