In
onbuttonClick i handle 2 buttons:
if buttonSelected = 0 . go to other dialog
if buttonSelected = 1 cancel
But if i click "OK" on the remote while select cancel, the "OK" click go "through" the dialog and the "OK" click will handled in mainscreen in OnKeyEvent again. So the dialog will open again, because that is the ok click.
How can i prevent that ? Why click event go through from dialog to mainscreen ? i'm very frustrated.