I'm trying to create reusable GUI, there will be situation that multiple GUIs are opened in parallel. To reproduce the issue 1. click on the "button" a few times to create multiple GUIs 2. When using the input to filter name list, it will only works on last created GUI. Thank you in advance   #AutoIt3Wrapper_Res_HiDpi=y #AutoIt3Wrapper_Run_Tidy=y #NoTrayIcon #include <StaticConstants.au3> #include <GUIConstantsEx.au3> #includ