View Single Post
  #3 (permalink)  
Old 12-27-2008, 12:27 AM
auto_exec's Avatar
auto_exec
PPCGeeks Regular
Offline
Location: Chicago
 
Join Date: Jul 2007
Posts: 97
Reputation: 90
auto_exec is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Override/force screen rotation?

Quote:
Originally Posted by dr g View Post
Here's one maybe the PPCGeeks community can help me with. I am using a program called Pocket CDG, a karaoke program for pocket PC. It works well with the Touch Pro, however when you play a song and it goes full-screen, the display is such that with the TV out cables, it displays upside-down on the TV screen.

So, does anyone know of a program or method to force it to rotate in the opposite direction?
I'd think you could probably use MortScript to handle this.... maybe something like:

Rotate(270)
Runwait("\Program Files\whateverdirectory\programname.exe")
Rotate(0)

This should flip the screen around, call your Pocket CDG program, and then rotate the screen back when you quit the program... you'd need to change the PocketCDG program shortcut to point to this new Mortscript (instead of directly calling the app)... You can find MortScript and more info on it at this link -- http://www.sto-helit.de/index.php?mo...n=view&menu=29 -- in case you don't already have it.
Reply With Quote