Hi Paul,
I have one GUI component named Screen1 where there is function key , So when i press F1 it goes to next GUi component screen2.
Logic I used:
keyHandler to detect F1 key pressed. SO when F1 is pressed,
PresentDialog is used to present the modal (screen2). Where modal screen2 we have one text view and two Function keys
Now if i again pressed F1 it should close the screen2 GUI component.
What is happening is that , it present the Dialog of Screen2 . So it does not get Screen1 Function key access.
How to get the present key access to such situation.