I am having a problem with click events after an orientation change. The small attached program demonstrates this. I have a list view on starting, selecting an option displays some text. Clicking on the screen at this point around the text, fires a panel_click event, which can be seen in the log.
After an orientation change, I am going directly to display the data from within Activity_resume without going through the list again, the initially selected option is stored in a process variable. At this point clicking on the screen provides no panel_click events until I go back to the menu and choose another option.
I'm guessing I've missed something that needs saving or recalling. Please help.
Thanks
Steve
After an orientation change, I am going directly to display the data from within Activity_resume without going through the list again, the initially selected option is stored in a process variable. At this point clicking on the screen provides no panel_click events until I go back to the menu and choose another option.
I'm guessing I've missed something that needs saving or recalling. Please help.
Thanks
Steve