
Originally Posted by
videoFx
Hi,
I`ve develop fl 3 SMS application ,when user click on button and send sms, S60 series messaging window appear. I do not want to open messaging then send message again. I want directly message send to number.
sms code:
if (System.capabilities.hasSMS) {
getURL("sms:" + number + "?body=" + messageTxt);
}
Is S60 phones, this function will not immediately send the message but open the built-in SMS/MMS editor filled with the given parameters.
Is there a way to do it? or do you have sample? any idea?
Thanks
videoFx