Hi,
I found the solution!!!.I'ts too simple.
In the line before you put the path of the wmlc file:
HBufC* param = HBufC::NewLC( number );
The "number" represents the number...
Type: Posts; User: elena_santander; Keyword(s):
Hi,
I found the solution!!!.I'ts too simple.
In the line before you put the path of the wmlc file:
HBufC* param = HBufC::NewLC( number );
The "number" represents the number...
Hi,
I'm trying to open a file that it's in a folder and it's runs ok. The problem is the length of the path...I explain(I don´t know einglish very well).
Whe you use the method:
...
Hi,
You can to try whith LaunchWapBrowswer1L method in this example. This method runs ok.
Best Regards,
Elena
Hi!!
Thanks for your reply again :-) , but when the application open the wml page ( file://c:/mypage.wml), opens the wmlbrowser and I view the page with notes application..like a text plain.
...
thanks for your reply, but now, I've a new problem...
I want to open a wml page that are in a mobile folder e.g. "c:\\mypage.wml", but the example, only opens the browser, not the page.
...
Hi,
I'm trying to open a local file whit wml browser. I see an example in this url "http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=21756" but I have an error in this line:
...
Hi,
I'm developing an application that sends an archive(txt, jpg or amr) via bluetooth and open it when the mobile recives de message.
Now I want to save the attachment of this message, the...
Hi,
I'm developing an application that sends an archive(txt, jpg or amr) via bluetooth and open it when the mobile recives de message.
Now I want to save the attachment of this message, the...
Hi,
I need to "play" an MMS message, but i need the path of the images and text. I know that the files are stores under C:\System\Mail, but there are more folder that have an hexadecimal name...
Hi,
I have the same problem. I need to know what is the extension of a file that is in the message, eg. amr, wav, txt...
What is the method to do this? can't find it in API....
...
Hi,
I'm a big problems....
1. I trying to open a message that arrives to my phone(nokia 7650) over Bluetooth. My application it's ok when a new message arrives, but when I try to read...
Hi,
I want to play an audio files that arrives at phone over Bluetooth. I've filtered the messages that arrives over Bluetooth using CbtClientMtm and KUidMsgTypeBt, but I can't find the command...
Hi,
I've seen this example in "Programming Series 60 Platform and Symbian OS". It's a book....but The examle it's too large and I can't copy for u.
Regards,
Elena.
Hi,
I need to display only the messages/files that arrives to my mobile over bluetooth, not over wap. The mobile shows diferents icons depending on the type of the file/message is arrived.
Is...
Hi,
I have to play an audio file(amr, wav) automaticaly when it arrives at my phone. The file arrives over Obex an it's saved in inbox, but I don't know what classes I have to use to develop...
Hi,
I send an amr through bluetooth and I have to play it when the file arrive to the mobile. It's saved in a folder of the Symbian.
How can I play it automaticaly?
Can I use Java to do it?...
Hi,
I don't know wath is the "real structure" of a MMs in a real phone. I know that a MMs is composed for images, text,smil, amr....but, Where is the folder that I can see this files in the...
Hi,
I have a problem when I try to view an image in wml. The src of the image contains variables. This is the code:
<setvar name="url_image"...