07-30-2007, 11:04 AM
|
#1 (permalink)
|
| New Member
Join Date: Jun 2007 Model: 8700c PIN: N/A Carrier: cingular
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| platformRequest call (popup dialog no response) Please Login to Remove! Hi guys,
I use MIDP2 to make a phone call, a dialog appears prompting me to confirm before I go on with this action. Clicking on "No" button has no response; the dialog will not disappear. Clicking "Yes" button and waiting for another 10 - 30 seconds. It will make a phone call.
Does anyone has any similar experience? Any input will be greatly appreciated.
Code below
UiApplication.getUiApplication().invokeLater(new Runnable() {
public void run() {
try
{
boolean mustleaveapp=myapp.getMidlet().platformRequest("te l:2125555555");
//String i="1";
}catch(Exception e){
String testError = e.getMessage();
}
}
});
Thanks,
Cobier |
| Offline
| |