I have to problem with my code and Purebasic 4.00 beta 7
impossible to post my window , however front the Beta 7 , it to go very well
Thank You for your assistance please
jbernard13
Code: Select all
Enumeration
#fenetre_0
EndEnumeration
Procedure test()
If OpenWindow(#fenetre_0,0,0,800,600,"test Pb,4",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
EndIf
EndProcedure
test()
Repeat
Select WaitWindowEvent()
Case #PB_Event_CloseWindow
fermer=0
EndSelect
Until fermer=0
End