Page 1 of 1

PB 6.30 b4 - #PB_Window_BorderLess|#PB_Window_Tool

Posted: Sat Oct 25, 2025 9:12 pm
by User_Russian

Code: Select all

OpenWindow(0, 0, 0, 400, 100, "", #PB_Window_Invisible|#PB_Window_BorderLess|#PB_Window_Tool|#PB_Window_NoActivate)
HideWindow(0, #False)
Repeat
  Event = WaitWindowEvent()
Until Event = #PB_Event_CloseWindow
When using flags #PB_Window_BorderLess and #PB_Window_Tool, in Linux Mint for PC when using the qt subsystem, there is no window button on the taskbar. But in Raspberry Pi OS, the button is on the taskbar, but it shouldn't be there.