Help - Make my button behind popup window can't clicked when popup window appear

Hi all, i’m trying to make a pop windows, but now i have some problem.

I want to make my button behind the popup window can’t be clicked

This’s the image :

when i click Popup Option, then my popup window will appear like the image below.

and what i want, 4 buttons below can’t be clicked until i’m out from my popup window, any idea? :face_with_spiral_eyes:
i make my popup window using GUI.Box and i used GUIStyle to change the background image of my GUI.Box

somebody please help me, i really don’t know how to do that.

please explain step by step so i can understand :smile:

sorry for my bad english.

Thanks.

anyone can help me please :smile:

Hi, anyone can please help me? until now i have not found the solution for this one. Please somebody help me :smile:

Thanks

Do you know when the popup should appear? Disappear?
Do you know when to run a function on a button when it is clicked?

Answer those two questions and you should be able to do this yourself.