GLBasic forum

Main forum => Bug Reports => Topic started by: bigsofty on 2008-Jan-03

Title: CREATESCREEN doesn't work in GP2X
Post by: bigsofty on 2008-Jan-03
Erm... thats it... just halts at 'Loading..."
Title: CREATESCREEN doesn't work in GP2X
Post by: Kitty Hello on 2008-Jan-04
Thank you. Have to fix that.
Title: CREATESCREEN doesn't work in GP2X
Post by: Kitty Hello on 2008-Jan-04
Can you give an example? It seems to work for me.
Title: CREATESCREEN doesn't work in GP2X
Post by: bigsofty on 2008-Jan-04
Code (glbasic) Select
// CREATESCREEN
PRINT "Monitor", 0,0
GRABSPRITE 1, 0, 0, 64, 10

// Screen 0, Sprite 13
CREATESCREEN 0, 13, 32, 24
// Use screen for all output
USESCREEN 0
   PRINT "Offscreen", 10,10
   DRAWSPRITE 1,32,32
// Switch back to the window
USESCREEN -1

// Draw the screen
DRAWSPRITE 13, 0,0
SHOWSCREEN
MOUSEWAIT
END
...on a F200.
Title: CREATESCREEN doesn't work in GP2X
Post by: Wild_Duck on 2008-Jan-07
Black screen on my F200 and F100 (I`m greedy)