Notices

HTC Touch Pro / HTC Fuze HTC Touch Pro / HTC Fuze Discussion Forums

Reply
 
LinkBack Thread Tools
Old 12-12-08, 09:10 AM   #1 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 4
Thanked 0 Times in 0 Posts
[TIP] - Do this with your phone

Since the Touch Pro doesn't have many hardware buttons, I decided I wanted to be able to use the keyboard for shortcuts. I listen to podcasts on the way home and I don't like the way I can't prevent the screen from rotating when I pop out the keyboard. Plus being plugged into the stereo makes it difficult to handle in a landscape layout.

Thankfully I found Mortscript! I wrote the following simple script and assigned this script as my shortcut for Pocket Player:

Run( "\Program Files\Pocket Player\pocketplayer.exe" )
While ( ProcExists( "pocketplayer.exe" ) )
If ( Screen( "landscape" ) )
Rotate( 0 )
EndIf
Sleep( 500 )
EndWhile

Every half second it checks if the player is in landscape mode and flips it back if not. Gyrator 2 is a great program for handling this, but even it can't prevent the keyboard rotation from happening.

I can't be the only one to deal with this!
batch2k1 is offline   Reply With Quote
Sponsor Ads
Reply

Tags
phone, tip

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:23 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC