Change propery like background of Confirmation Box

Hello,

On button, we have Confirm property which will open message box to confirm action from user, now I want to change the background of that box. I am not sure how to do that. I am using vision 8.1.


image

Basically, you can't.
It's a modal popup dialog, so while it's open the event dispatch thread (where most of your scripts in Vision are run) is blocked, deliberately, so that users have no choice but to interact with the dialog box.

2 Likes

Is there a way I can blur windows behind it? Issue is that it does not stand out.

You will need to make your own. This thead may help.

2 Likes

Personally, I don't like gui locking message boxes, but nevertheless, I do have a couple of examples in the forum on how to customize them:
https://forum.inductiveautomation.com/t/customized-message-box-vision/64578/16

https://forum.inductiveautomation.com/t/system-gui-confirm-text-formatting/63750/9

1 Like