Hi, I have a service module that is doing background tasks. It has a widget front-end. When I touch an imageview on the widget, the preference settings page(coded in a main module) opens fine. On closing the settings page there is no activity resume call and so I can't handle any setting changes.
I have called the settings page from the service module:
Sub imgSettings_Click
myclickMain.standardFx(1)
StartActivity(Main.screen.CreateIntent)
rv.UpdateWidget
End Sub
But the following routine is not executed:
Sub Activity_Resume
HandleSettings
End Sub
Very odd. Help please?
I have called the settings page from the service module:
Sub imgSettings_Click
myclickMain.standardFx(1)
StartActivity(Main.screen.CreateIntent)
rv.UpdateWidget
End Sub
But the following routine is not executed:
Sub Activity_Resume
HandleSettings
End Sub
Very odd. Help please?