[Done] QT subsystem not work #PB_Event_DeactivateWindow
Posted: Sun Sep 21, 2025 11:16 am
In this code there is no event #PB_Event_DeactivateWindow if the QT subsystem is selected.
Code: Select all
OpenWindow(0, 100, 100, 100, 100, "")
OpenWindow(1, 300, 100, 100, 100, "")
Repeat
Event = WaitWindowEvent()
If Event = #PB_Event_DeactivateWindow
Debug EventWindow()
EndIf
Until Event = #PB_Event_CloseWindow