Hi,
When user hits SAVE button, the flush methods are called. In one of the flushed UIBB, an event is raised to refresh main data from local data.
Unfortunately, this "flush event" is appended to the event loop and processed too late...
What are the best ways to handle this situation?
Should I modify the action behind the SAVE button to process the flush sooner?
Is there a way to 'reorder' the event loop somehow?
Thanks in advance for your insights.
Best regards,
Guillaume