08-28-2008 04:43 PM
Bit of a Noob question here im sure.
I am trying to pop up a dialog box after a "callDisconnected" event. The problem is however, that the dialog box disappears shortly after it has been created because the screen jumps to the main screen (if I was on the main screen when the call came in). If I then go back to then phone/log screen the dialog is there. How would I go about getting the dialog to stay displayed?
Thanks in advance
AD
Solved! Go to Solution.
08-29-2008 01:50 AM
try following method to display dialog...
Ui.getUiEngine().pushGlobalScreen(dialog, 1, UiEngine.GLOBAL_MODAL);
08-29-2008 01:57 AM
hi, which type of application u r working on? i m working upon incoming call trapping...in which i need to display dialog over incoming call screen but as its(incoming call screen) priority is highest, i m nt abl to do it
thnx
08-29-2008 10:02 AM
The incoming call screen has the highest priority. It should appear on top of all other screens.
08-30-2008 04:54 PM
I'll give it a try. Im trying to build an app to make adding contacts from the phone log a bit more like the Palm that I was used to.
@Mark, I assume that your post was to Jeet?
Andrew