The same was reported (by me) for ContainerGadget before and was corrected (no more present on the forum)
Code: Select all
OpenWindow(0, 100, 100, 300, 200, "Test")
;ContainerGadget(0, 10, 10, 280, 180, #PB_Container_Single)
PanelGadget(0, 10, 10, 280, 180)
AddGadgetItem(0, -1, "Tab")
ButtonGadget(1, 10, 10, 260, 130, "Test")
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow


