Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mimmog on December 19, 2014, 01:11:46 PM

Title: More menu and one click
Post by: mimmog on December 19, 2014, 01:11:46 PM
I want that when I show a menu all other buttons under it not are clickable...how can I do it ? I try to use more panels with more depth but it not work...
Title: Re: More menu and one click
Post by: mimmog on December 20, 2014, 10:47:35 AM
Can you help men? My menu is showed over another menu and I want that when it is active the menu's button  under are not clickable. Is it possibile?
Title: Re: More menu and one click
Post by: ArenMook on December 21, 2014, 08:31:58 AM
Trivial. Create a widget ALT+SHIFT+W, give it a collider ALT+SHIFT+C, stretch it to cover the screen. Position its depth so that it's just below your popup window so that you can interact with the popup window, but nothing else behind it.