This is really a big problem:
Code: Select all
win = OpenWindow(#PB_Any, 100,100,400,400,"Test",#PB_Window_SystemMenu)
btn1 = ButtonGadget(#PB_Any, 10,10,200,30,"")
btn2 = ButtonGadget(#PB_Any, 10,50,200,30,"")
SetActiveGadget(chk1)
Repeat
E = WaitWindowEvent()
Until E = #PB_Event_CloseWindow
Best regards
OS Linux Mint 21.2 / Subsystem GTK





