Ok, there seems to be a misunderstanding what autoscale does.
Autoscale adjusts the display of controls to let them look ok on different display types as for WVGA/VGA, WQVGA/QVGA. You develop your application in 240x320 and compiled with autoscale it looks the same on 480x640 devices.
Autoscale does NOT scale the controls if you rotate the screen. You have to use the door.library for that setting Dock and Anchor properties of the controls. For a slimple example look Post #5 in this thread.
Hope this helps
Markus
Autoscale adjusts the display of controls to let them look ok on different display types as for WVGA/VGA, WQVGA/QVGA. You develop your application in 240x320 and compiled with autoscale it looks the same on 480x640 devices.
Autoscale does NOT scale the controls if you rotate the screen. You have to use the door.library for that setting Dock and Anchor properties of the controls. For a slimple example look Post #5 in this thread.
Hope this helps
Markus