Hi All,
All this while I had only one view of the App. The parent-child flow is like this
window->conformant->naviframe->box.
On rotating the device the entire scene was re-painted fine.
Now I added second view to my App. I am using naviframe_push().
On the first time launch of the App, the rotation works well on the first view. Navigate to second view, the second view works fine on rotation.
Now, come back to first view. The first view isn't working fine on rotation. It doesn't re-paint the whole scene.
Lets say I am in Vertical mode, I rotate it 90 degress, the view just rotates 90 degrees but the the scene is cut. Means the height and width of the widgets is not recalculated.
Am I missing anything?
Thanx,
Ashwini