Question:
The dialogs in my visualization open and close slowly when they are opened/closed by pressing a button, for example. How can I speed this up?
Answer:The reason for this behavior lies in the basic structure of the system, as the DialogView is always unloaded and cannot be cached. This makes it very difficult to fix and therefore will not be resolved in the standard version in the short term. However, there is the following workaround.>
Instead of a DialogView, a view is used that is designed to resemble a dialog box.
This is referenced in a region that must be inserted into the AppShell. When the view is closed, this dialog region is hidden and an empty view is loaded into the region. The display is significantly faster because a view remains in the cache and is not completely unloaded. [Automatic Translation]