View Single Post
  #2 (permalink)  
Old 02-12-2007, 04:24 PM
luv2chill's Avatar
luv2chill
Retired Staff
Offline
Location: Lawrence, KS
 
Join Date: Nov 2006
Posts: 1,524
Reputation: 143
luv2chill is keeping up the good workluv2chill is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to luv2chill Send a message via AIM to luv2chill Send a message via MSN to luv2chill Send a message via Yahoo to luv2chill Send a message via Skype™ to luv2chill
I think you would either need to write a macro or use scripting to do this. If you're pretty computer savvy have a go with mortscript http://www.sto-helit.de/modules/edito/content.php?id=38 and see if you can't make it do what you want.

Edit: Looking over MortScripts list of commands this definitely looks do-able. It's got a function to evaluate the current screen format (landscape or portrait) and another one to rotate 90, 180, or 270 degrees. So you can do an if then statement to check whether the screen is in portrait mode. If yes then rotate 90 (or 270) degrees) and launch Notes. If no then launch Notes. Then do a runwait for Notes to exit, and rotate 270 (or 90) degrees back to portrait.

Play around with it and see if it works.
Reply With Quote