PDA

View Full Version : Stupid Question (like me xD)


Nightylike
23rd September 2008, 09:50 PM
Hi!
Is there a way to force the screen always to be landscape.
My device is Hermes (Spv M3100) Rom: Dvh_v20
I have "rotate screen" program but when i turn the display of and on again its portrait again. Any ideas :?

bbobeckyj
24th September 2008, 11:09 AM
mortscript-

9.6.6 Execute application on each power on (RunOnPowerOn)
RunOnPowerOn( application [, parameter ] )
Executes a program every time the device is switched on. For this the program is added to the so
called “Notification Queue”.
You should think twice about using this command, since for example there can be nagging error
messages if the given program is deleted or moved.

&

9.23.4 Rotate the screen (Rotate)
Rotate( orientation )
Rotates the screen.
Valid values are: 0=default (portrait), 90=right handed, 180=upside down, 270=left handed

there's a link in my sig to the site