Creating second dialog in one class

Hello, i want to display a dialog after user clicked a button on the first dialog where i just overwrited method.

But in method.clicked() i don’t know how to display a new, next dialog. Can you help me?

Thanks allot

How you are building the first dialog? Do you need a dialog with parameters or just a NoYes box for second time?

I need dialog with parameters. I’m using overwrited method dialog()

So your class extends RunBase? Do you have a main method?
If so, after the prompt, you can create another dialog using Dialog class.

At the end i added a button to my dialog that showed form, that was the best idea for me. Thanks for help :slight_smile: