Page 1 of 1

[Done] QT subsystem not work #PB_Event_DeactivateWindow

Posted: Sun Sep 21, 2025 11:16 am
by User_Russian
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

Re: QT subsystem not work #PB_Event_DeactivateWindow

Posted: Mon Oct 06, 2025 10:03 am
by Fred
Fixed.