Using the PopupWindowShowAction i show an "Domain Component View". The "popupWindowShowAction1_Execute" is a "Long running Operation" and i want to show the Progress in the popup, for example "10 / 4000 Objects created …". How can i show the Progress-Infos in the popup while the execute-event is running?
We have closed this ticket because another page addresses its subject:
How do I execute a long background task or asynchronous process using an Action?Show Infos in Popupwindow on long running operations
Answers approved by DevExpress Support
Hello Werner,
XAF does not provide any specific API for indicating a long operation's progress. Please use platform-specific approaches, as described in the How do I execute a long background task or asynchronous process using an Action? article.