As I understand it, a modal screen is actually a separate screen from the screen from which it was launched.
What I’m looking for is a way to have a popup message, or a drop down menu, where you can see the original screen greyed out in the background.
Is this possible?
Not a big problem, but it’s a common design on many apps. Thanks anyone!
Toddy
March 13, 2022, 2:58am
5
I believe your question is:
How do I create a popup message, or a dropdown menu, with the original screen greyed out in the background? (correct?)
Use a modal screen. It’s pretty easy. So, I am not sure where you are stuck.
Change the opacity. Create a link.
try looking it up, or share a screen shot here. describe where exactly you are stuck.
Toddy
March 13, 2022, 3:19am
6
If the orange screen would be the part you want greyed out,
(The blue square is the modal screen)
You would want to create a modal that was the same size as the orange screen
Lower the opacity
Create another shape on top. (your pop up) Place it where you want.
Place your text / button etc. on top
I hope that helps / works. It has been a few months since I have made one.
I figured out what I was doing wrong. I’ve been forgetting to lower the background opacity. Like you, it’s been a while since I created a modal screen, and I didn’t realize I’be been setting a full color background.
It’s always good to get fresh eyeballs! Thanks!
1 Like
Toddy
March 13, 2022, 4:33am
8
Great! Glad you got it. You’re welcome.