![]() |
How to invoke outgoing call screen? I am going to invoke a phone call by using Invoke.invokeapplication(), but this one seems cannot invoke the default call screen, after I run it, it doesn't show anything at all. Anyone has idea about this? |
You need to post more information. How about a code snippet? |
Code: m_callMenuItem = new MenuItem("call" , 0,0)How could I make that? or it is not possible to make a call from our own application just like making a call as a default way.. |
Have you checked for exceptions? Have you checked Application Permissions (phone)? What version of JDE, and which simulator are you using? Have you placed a breakpoint to make sure the Invoke statement is being executed? |
Ah..solved...thanks Dougsg38p. the problem is I have not checked the application permissions. |
Hi........ All, I also tried the same . but after entering the number when i press the call option, its showing that " cannot contact". what is the problem ? what to modify? can anybody give suggestions? Thanks ahead........ |
I'm trying to invoke this line inside a class that implements PhoneListener : Code: Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, new PhoneArguments(PhoneArguments.ARG_CALL, "555-5555"));any ideas what am I doing wrong? |
| All times are GMT -5. The time now is 01:16 AM. |
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.