Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
thedroid
Posts: 19
Registered: ‎08-24-2008
Accepted Solution

Dialog after PhoneListener "callDisconnected"

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

Please use plain text.
Developer
02cp682
Posts: 80
Registered: ‎08-26-2008

Re: Dialog after PhoneListener "callDisconnected"

try following method to display dialog...

 

Ui.getUiEngine().pushGlobalScreen(dialog, 1, UiEngine.GLOBAL_MODAL);

 

Jeet Bhatt, India
Please use plain text.
Developer
02cp682
Posts: 80
Registered: ‎08-26-2008

Re: Dialog after PhoneListener "callDisconnected"

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

Jeet Bhatt, India
Please use plain text.
Administrator
MSohm
Posts: 13,073
Registered: ‎07-09-2008
My Carrier: Bell

Re: Dialog after PhoneListener "callDisconnected"

The incoming call screen has the highest priority.  It should appear on top of all other screens.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
New Developer
thedroid
Posts: 19
Registered: ‎08-24-2008

Re: Dialog after PhoneListener "callDisconnected"

@ Jeet

 

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
Please use plain text.