Well look at this:

see thoses tool bar (borders) they arent suppose to be on the screen! i did a cls!
How can i fix it!? Else all game are screwed because I can't get ride of it.

see thoses tool bar (borders) they arent suppose to be on the screen! i did a cls!
graphics 800,600,32 SetBuffer BackBuffer() cls Text 0,10, "This is some text printed on the graphic screen (and a white box)! Press ESC ..." Rect 100,100,200,200,1 Flip WaitKey() End
How can i fix it!? Else all game are screwed because I can't get ride of it.
