Code: Select all
If OpenWindow(#PB_Any, 0, 0, 200, 150, "Test", #PB_Window_SystemMenu | #PB_Window_WindowCentered)
Button_25 = ButtonGadget(#PB_Any, 50, 50, 60, 25, "...")
Button_20 = ButtonGadget(#PB_Any, 50, 80, 60, 20, "...")
EndIf
Repeat
Event = WaitWindowEvent()
Until event = #PB_Event_CloseWindowIf someone can explain, i would be delighted !!


