Hello everyone
I want to implement two behaviors with the custom dialog.
1. I have a button with a mouseregion on it. I have added an action so that On Mouse Enter, it opens the custom dialog. But I would like it to close the custom dialog when I leave the region.
I tried to include the Close Dialog action in On Mouse Exit, but it didn't work.
Any ideas on how to do this?
2. When we use this same custom dialog, it blocks any action on another widget on the page that is below it. Is it possible that even if it is displayed, I can still click on the button on the page?
It would be as if the custom dialog did not block access to the page that is below it.