![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
|
|||
|
Hello!
Need some help ... I wrote a simple Welcome screen for my friends PNA, but I have a little problem with the fullscreen mode. It doesnot fills the screen. Tried, to set the screen size in the Form1 to 320x240, and 320x234 too (manufacturer says, this is the native resolution), but nothing... The bottom of the screen is not "filled" with the window.Taskbar is disabled in Win. What is missing, or what is wrong? The code: Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen(CPPC) 'On the device it will remove the title bar too
End Sub
Sub ImageButton1_Click
Shell("\sdmmc\navngo.exe","")
End Sub
Sub ImageButton2_Click
Shell("\MyStorage\CC\player.exe","")
End Sub
Kaninjo |
|
|||
|
Hi!
Klaus! Tried the code. The bottom of the screen is still not filled at any resolution... ![]() P.S.: If I start the program from the explorer window, the scroll bar (of the expl. window) on the bottom is visible, but can't be actuated. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| formlib.fullscreen(false)..? | TWELVE | Questions & Help Needed | 3 | 06-19-2008 09:11 AM |
| Fullscreen,MinimizeBox,ShowToDayScreen | Bobbes | German Forum | 1 | 04-03-2008 12:54 PM |
| fullscreen(false) problems | kolbe | Questions & Help Needed | 1 | 03-22-2008 01:39 AM |
| Form.Height in Fullscreen | berndgoedecke | Questions & Help Needed | 2 | 01-24-2008 07:10 PM |
| FullScreen and getting screen size | glook | Questions & Help Needed | 5 | 11-23-2007 06:48 PM |