Hi Simon,wenn ich folgendes in den Editor schreibe.
[/code]
If OpenWindow(0, 0, 0, 221, 150, #PB_Window_SystemMenu|#PB_Window_ScreenCentered, "Test")
If CreateStatusBar(0, WindowID())
AddStatusBarField(70)
AddStatusBarField(70)
AddStatusBarField(70)
EndIf
Repeat
Until WaitWindowEvent ...