View Single Post
  #1 (permalink)  
Old 02-27-2008, 12:39 PM
cpc6128 cpc6128 is offline
Junior Member
 
Join Date: Feb 2008
Posts: 17
Default fullscreen problem

The attached code runs fine in the IDE on my PC but not (when compiled) on my PPC (xda orbit2).
The code is supposed to put the form into fullscreen mode, then fill the form with blocks and finally copy the contents of the form to the game window.
The problem seems to be the line

gwGame.DrawBackgroundImage2(formGame.Image)

as the compiled program will run without it.
Has anybody else had this problem or could suggest a solution?
If I were able to draw directly to a game window I could do without that line but this does not seem to be possible.
Attached Images
File Type: gif wall.gif (856 Bytes, 121 views)
Attached Files
File Type: sbp test.sbp (1.6 KB, 12 views)
Reply With Quote