cancel
Showing results for 
Search instead for 
Did you mean: 

Save event, Flush and event loop

guillaume-hrc
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I used a singleton to convey data from source UIBB to target UIBB at 'Flush time'.

I had no wire but, luckily, the defaut sort or UIBBs during the Flush time (which is lexicographic based on component, then configuration, then ...) was OK !

Best regards,

Guillaume

Answers (0)