PBv6.30b6 WaitWindowEvent without parentheses
Posted: Thu Jan 01, 2026 3:06 pm
PB v6.30b6 arm64 Raspberry Pi OS (Debian 13, Wayland/labwc)
If you use ‘WaitWindowEvent’ without parentheses, there is no syntax error and the program cannot be closed. Other events are also not processed.
I don't know if this is a PB error or just a user error.
Peter
If you use ‘WaitWindowEvent’ without parentheses, there is no syntax error and the program cannot be closed. Other events are also not processed.
I don't know if this is a PB error or just a user error.
Peter
Code: Select all
OpenWindow(0, 0, 0, 300, 200, "Test")
Repeat : Until WaitWindowEvent = #PB_Event_CloseWindow
;Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow