Hi, I'm showing a connection dialog in my application using
void CClientEngine::SetupConnectionL()
{
TInt currentProfileId;
TInt bearerFilter = EApBearerTypeAllBearers;
...
Type: Posts; User: mariadlangeles; Keyword(s):
Hi, I'm showing a connection dialog in my application using
void CClientEngine::SetupConnectionL()
{
TInt currentProfileId;
TInt bearerFilter = EApBearerTypeAllBearers;
...
I think it's the inactivity timer. Because when I press any key, the music continue.
Thanks
Hi,
Now I have an audio player working perfectly, but when the user don't press any key during a while the player stops because the screensaver starts work. Is there any way I can avoid the...
I'm using 3rd Edition FP2. Is it OK UID 0x10008D39?. I've noticed that I got this error only on emulator on device it works ok. Why?
Thanks,
Maria de los Angeles
Thanks a lot
Hi,
I want to open the phone browser from my application, I'm using the following code:
TApaTask task(iEikonEnv->WsSession());
task.SetWgId(...
Hi,
I would like to create a dialog or a note on my symbian application which shows an url link. So, the user click on it if he/she wants to open it?.How can I get this?
Please help,
Thank...
Thanks, for your help
I'm trying to apply all your tips. Another question, Which function can I implement to know when my application has brought to foreground?
Thanks,
Maria
Hi,
I'm trying to hide my application and keep this running in background. I'm using the following code to hide the application:
TApaTask task(iEikonEnv->WsSession());
task.SetWgId(...
Hi,
I'm trying to use a CEikRichTextEditor to set and HTML text, but it doesn't interpreted the html code. So I always got <p>Hello</p>. There's any way to solve this problem or using...
Hi anand_zain76,
I have this problem with CMdaAudioPlayerUtility and mp3 files. Did you solve this problem?
Thanks,
Maria
Hi,
I have created a control volumen in NaviPane using an example in Forum Nokia and it works fine. But recently I disabled de skin in my application. So I'm just change...
Hi, qxiaoyuan
I let the user set the iap using the following code, which I get from the HttpClientExample:
void CClientEngine::SetupConnectionL()
{
TInt bearerFilter =...
Please... I've not solved this problem
Thanks
Hi where did you add the 'NetworkServices' capability?
Thanks, Maria
Hi,
Well that's what I'm trying with this code. When the application start it asks me to select and IAP but with all I got the same error?? But I can use the browser with all.
Thanks for...
Hi,
I'm creating and httpclient application for a nokia N60. I've followed de httpclient example in this forum but when I installed it at mobile I've got a -5120 Error DndTimedOut No response...
Hi,
I have the same problem in my mobile. How do you solve it???
Please help thanks
Maria
Well, Now I have and error -5120 No Internet Connection, but I don't understand why if I'm using the same connection that anothers application. Is it necessary to have and UID unprotected for testing...
Hi,
I'm doing and httpclient application using sdk 3rd edition feature pack 1. Everything works ok in the emulator, but when I install it in the mobile it doesn't work. I'm using a self signed sys...
Hi,
I have the same question. Did you find a solution to this problem??
Maria
Hi,
I need to keep a session with a remote server after I did login in my nokia application. When I login I get a successful response from server but when I do a new request for server I got a no...
Sorry That's true
Hi,
I'm parsing an XML using Dom Parser. But I need to know the tagname of the root element. I've tried with the following code for root element:
iReader = CSenXmlReader::NewL();
...