Is it possible to program in OPL using the whole screen! I just made my first program and even though I can print on the first pixels of the screen I get the Opl runtime pane on top of my text! Is there anyway of removing that or do I have to use the some sort of command like Locate x,y as in Basic ?
On the 9200 SDK emulator there is no OPL runtime pane or text and its Full screen..but not on the S60. 😞
While you can address the whole screen, you will have the top "program/status" bar obscuring anything underneath (as you've found). Firstly, there's not a way around this yet (but it will be needed if someone wants to strictly phone the Nokia Style Guide for Games) so why not put it on the Feature Request list at opl-dev.sourceforge.net so all the developers know it's wanted.
Secondly, change the default window size with
[code:1]
gSETWIN 0,44,176,164
[/code:1]
Which should solve the problem in a consistent way. When you create a new window, move it down to (0,44) for the origin.
As a side note, Menus and Dialogs should be available by mid May, and the softkey commands will take up the bottom 20 pixels of the screen..