Problem with pop ups when using Monarch + Gooey (SOLVED)

Hi there,

I’m working on a small project to practice using Monarch and Gooey together.

I have a scene with a button (created with Gooey) that opens a pop up using Monarch (proxy). The pop up appears as it should, but the button on the screen below the pop up is still visible over de pop up.

I attach the project in case this helps to illustrate the problem.

Can anyone tell me if I’m doing something wrong or how I can fix this little issue.

Thanks for your help :smiley:

scenes.zip (1.5 MB)

When creating multiple GUI screens you can control their order using:

gui.set_render_order()

You need to set a number (1-15) between the parentheses to define what “layer” the GUI should be rendered.

4 Likes

Thanks a lot!

It totally solved the problem :smiley:

1 Like