hi,
this is my first post here on the forum so I'd like to say hi to everybody first!
I've already found very valuable informations here, great deal, thanks a lot!
Right now I'm trying to get a grip on game development on PPC, fullscreen, for 800x480 devices.
First tests are ok, I'm using formlib for fullscreen and fgControl for switching to landscape mode:
On the device (Samsung Omnia II) this works nice, running onthe desktop I get following error:
I couldn't find any information on Google or here at the forum.
The standard basic4ppc demos all run and compile well, so it seems the .NET environment is correctly setup... ?!?
System is: WinXP64 SP2
Thanks a bunch for any help!
Joerg
this is my first post here on the forum so I'd like to say hi to everybody first!
I've already found very valuable informations here, great deal, thanks a lot!
Right now I'm trying to get a grip on game development on PPC, fullscreen, for 800x480 devices.
First tests are ok, I'm using formlib for fullscreen and fgControl for switching to landscape mode:
B4X:
screen.New1
screen.ChangeOrientation(screen.Landscape)
flb.New1("Form1", B4PObject(1))
flb.FullScreen2("true", "true")
On the device (Samsung Omnia II) this works nice, running onthe desktop I get following error:
I couldn't find any information on Google or here at the forum.
The standard basic4ppc demos all run and compile well, so it seems the .NET environment is correctly setup... ?!?
System is: WinXP64 SP2
Thanks a bunch for any help!
Joerg