04-04-2011, 01:52 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Mar 2011 Location: India Model: 9700 PIN: N/A Carrier: Airtel
Posts: 30
Post Thanks: 3 Thanked 0 Times in 0 Posts
| push the screeen after disconnectin the phone Please Login to Remove! hi everyone
i want to show my app when user cut the phone on blackberry 9650.
public void callInitiated(int callid)
{
UiApplication.getUiApplication().invokeLater(new Runnable()
{
public void run()
{
UiApplication.getUiApplication().pushScreen(new MyScreen());
}
});
}
this code is working on blackberry curve 8900 but not in 9650.so please help me how can i push the screen to foreground.
Thanks in advance |
| Offline
| |