Fred wrote:Hello,
It's the fourth beta release of the forthcoming 4.40 version, and it's mostly bug fixes. We encourage anyone who can to test its program on it, it will help to have a stable final version. Thanks a lot to all the current beta testers, it's very much appreciated !
thanks Fred
no directx9 : ok (framerate= 59) --> fluid

With directx9 : windowed mode(framerate=
63) --> jerk (saccade) bye bye pastrycook in windowed mode... "ooh noooo...."
i don't know use flipmode, test with sprite 2D:
http://www.purebasic.fr/french/viewtopic.php?f=2&t=9818
flipmode ? i don't know:
Code: Select all
If Fullscreen = #True
If OpenScreen (1024, EcranY, 32,"vers l'infini 0.6")=0;, flipmode( #PB_Screen_WaitSynchronization)); flipmode(),refreshrate)=0
MessageRequester ( "Error" , "Can't open a 1024*768 - 32 bit screen !" , 0)
End
EndIf
Else
If OpenWindow(0, 0,0, EcranX, EcranY ,"vers l'infini 0.52", #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar| #PB_Window_MinimizeGadget | #PB_Window_MaximizeGadget | #PB_Window_ScreenCentered | #PB_Window_ScreenCentered)
OpenWindowedScreen(WindowID(0),0,0, EcranX, EcranY, 0, 1, 1);,flipmode)
SetWindowColor(0, RGB (0, 0, 0))
EndIf
EndIf