I have tried many times to create a Windows card instead of the standard dialog box, as I want it to look more professional. Unfortunately, it’s still not working.
A card window is auto-sizing, auto-entering, modal to the parent window launched from. That last tidbit may be where the issue lies; the card cannot exist if the parent window is not open. Also the pause script indefinitely has nothing (in your post) to indicate a resume script.
Hi, @Saeed , if I understand your request, here's a very simple example file that does what I think you want. The issue is you need two scripts, not one with "pause indefinitely". Plus a $$trigger to help direct things.
The scripts are bare-bones, but you can extend as needed. Upon closing you could do some logging data first or whatever. The "No" button uses a single step script, but you could take the user to their dashboard or whatever, etc. I hope it's of some help to you.