Using the UI designer I made 3 views for my application, each with its own Navigation Pane Text (subtitle): "Main" (default, initial view), "History" and "Settings".
This works fine; every view shows its correct subtitle. However, the N95 can switch between portrait and landscape layout on-the-fly, and after changing this orientation, the subtitle is always set to "History", irregarding the current view. Only after switching the view, the correct subtitle is displayed again.
I can't figure out why only the subtitle is set incorrectly and the rest of the view is rotated properly. Do I need to do anything in my application to handle the orientation change? I did notice the view's HandleStatusPaneSizeChange and AppUI's HandleResourceChangeL get called...




