I started tackling orientation changes in my app and it is going amazingly well. As long as you never hardcode width and height values in your app but depend on globals or some other basis of common dimension variables when you define your screens it is very very fast to change from one orientation to another. Wonderful!!! Kudos to Corona Labs for making it so easy. Thank you very much!!!
Now the question. When I go landscape, the usual tabbar on the bottom - titlebar on top approach does not leave much room in between for the data. I was wondering if the tabBar allows you to go vertical and tuck it in on one side. I don’t think it is possible but just wanted to ask to make sure.
Thanks much for confirming.