Hello balsamiq team,
I am looking to simulate a dialog page on a top of a main page but it has to look like the user can not manipulate the main page until the dialog is not closed. Like a grayed backgound…
Thanks for any ideas
Hello balsamiq team,
I am looking to simulate a dialog page on a top of a main page but it has to look like the user can not manipulate the main page until the dialog is not closed. Like a grayed backgound…
Thanks for any ideas
Hi @simple45 ,
You could keep this very straightforward and just overlay a Modal Screen
control over your entire page like this:
The Modal Screen
is just a grey rectangle. If you need more control over the color and/or opacity, you could use a Rectangle
control in the same way.
Thanks alasdair. Exactly what I am looking for😀