Code: Select all
InitSprite()
If OpenWindow(1,0,0,800,600,#PB_Window_ScreenCentered|#PB_Window_SystemMenu,"Test")
If OpenWindowedScreen(WindowID(),0,0,800,600,#False,0,0)
ClearScreen(255,255,255)
FlipBuffers()
MessageRequester("Test","test")
EndIf
EndIf
It would be nice, when PB automatic redraw the windowed-Screen (it exist in one of the two buffers, so it should be no problem).
Maybe optional with (for possible Speed-Problems)
WindowedScreenRedraw(Flag)