Complete the tip

How can you click a button to complete a task and then a dialog box that completes or fails an operation pops up?
thank you

You probably are looking for a Wizard that is launched which a button_action. The wizard is a finite state machine that can be in several states (completed or failed can be one of them) and which accept transitions between them via buttons.

Hope it helps

1 Like