September 14, 2020 at 5:24 PM #1 Hi,Is there a way to disable parent window or it's components when child window is active?I can disable each widget separately. Just wondering if there is an efficient way to do this??Any help is appreciated.Thanks and regards,BMD
September 15, 2020 at 7:30 AM #2 Hi,you might try to set the child window/widget into modal state by calling WM_MakeModal().https://www.segger.com/doc/UM03001_emWin.html#WM_MakeModalRegards,Sven