How to make a window modal?

Just starting out? Need help? Post your questions and find answers here.
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

How to make a window modal?

Post by the.weavster »

I want to make a window modal so the user can't interact with the background page while it's open, how do I do that?
spidernet
Posts: 72
Joined: Tue Feb 02, 2016 3:50 pm

Re: How to make a window modal?

Post by spidernet »

Hi

One solution is to open transparent CanvasGadget (size from DesktopWidth and DesktopHeight) before your window.
Post Reply