Hi All
A very strange thing happened recently.
My dialogs and menus are not working
The code executes right over msgbox2 and returns a value of -3.
Also when I use a menu item to go to another activity this code is not executed!
Are you calling StartActivity or StartService before the dialog? That will cause the dialogs to be dismissed automatically and return DialogResponse.Cancel (-3).