Hi,
I've been trying to set the skin colors into the application colors without success.
I ended up mapping individual skin colors using AknsUtils::GetCachedColor however this does not seem like...
Type: Posts; User: kasuga; Keyword(s):
Hi,
I've been trying to set the skin colors into the application colors without success.
I ended up mapping individual skin colors using AknsUtils::GetCachedColor however this does not seem like...
Just to followup on my previous post,
The behaviour is a bit different on the E61: the uninstall process is not left hanging, but it still only runs after the user is prompt that the application...
Hi,
Thanks for your help. I am already running the latest firmware on the phone (N80), so I don't think this is an issue.
I did some more testing and found out that the application is in fact...
Hi,
I have created a application that runs on the background of the phone and a small exe file to request the background server to shutdown and remove configuration.
I configured this small...
Hi,
I am getting ESock_client 4 panic when using HTTP POST in the emulator. I am following the HTTP 2.0 example from forum nokia. I am using S60 Sdk 3.0 MR.
What is the ESock_client panic? I...
Hi,
I am trying to create a sdk independent pkg file, where the full path of sdk to use is not specified, and neither the target (udeb, urel), as well as other project settings. Unfortunately I...
Hi,
Is it possible to establish a HTTPS connection to a server and specify the certificate to use?
I looked at RHTTPSession and RHTTPTransaction but could only find the api to get the server...
Hi,
The class RSessionBased extents the RSessionBase class and adds the functionality to talk to the server. The connect method is created by calling RSessionBase::CreateSession.
The class...
Hi,
I am writing a ecom plugin that connects to a server using a RSessionBase based class.
I if create the RSessionBase as an attribute of the plugin class and connect to the server at plugin...
Hi,
According to the documentation I read if I used Dll::Tls() from a different thread where it was set using Dll::SetTls(value), I should get different values...
Does this mean different...
Hi,
I am trying to retrieve the current loaded page in the embedded browser in my application using the following method:
HBufC * CBrCtlInterface::PageInfoLC(TBrCtlPageInfo::EPageInfoContent)
...
So what's the point of 'supporting' exceptions, if basically, you cannot use them?
Thanks for the info,
K.
Hi,
Exceptions are available in S60 3rd Edition (C++), although they are not recommended?
I don't understand exactly what does this means:
- Can I fully use exceptions when developing for...
Thanks for the explanation guys, I understand now how the mechanism works.
K.
Hi,
Can I use TRequestStatus objects directly instead of CActive objects?
If I use the following code, I get a USER CBase 46 panic which means a stray active object. However, I cannot...