Hi,
I'm trying to get a contact address.
The thing is that a contact might have more then one address (home, company, postal).
I can access a street field by calling:
CPbkContactItem*...
Type: Posts; User: shilgaron; Keyword(s):
Hi,
I'm trying to get a contact address.
The thing is that a contact might have more then one address (home, company, postal).
I can access a street field by calling:
CPbkContactItem*...
tnx yucca,
Not what I wanted to hear but an answer never the less...
gil
Hi,
I'm looking for a way to integrate into the Contacts application.
I want is to add a custom menu item of my own that will trigger my custom action on the selected contact.
Is there any...
Has anyone been able to run this example?
If so, with what capabilities? The example uses All -TCB -DRM but I can't get an approval from Nokia for a dev cert with these capabilities.
When I try...
Thanks, I was sure there is a way but I just couldn't find it...
Hi,
Is there a way in series 60 3rd edition to get the name of my private dir(/private/<SID>/) ?
or should I just construct it manualy?
Hi there,
My application needs to send some WBXML over SMS for exchanging data between clients.
There is a lot of SMS related stuff in Symbian so some start points will be most helpful:
1) Does...
My sis file contains some files and an embedded third party sis.
First installation is always OK, but when installing over an existing installation - only the embedded sis is installed (all other...
try :
int responseCode = Con.getResponseCode();
before :
ins=Con.openInputStream();
Well,I guess postng here is much cheaper then spending a 100$ an hour on a shrink...
teoem, I can confirm your problem with POPUP choice group on s60.
Our solution was to create a custom item that looks like a closed popup and open a list screen when the user clicks on it.
Well,...
Are you sure it is a firmware problem?
What CA are you using? (VeriSign etc)
In our projects we use an in house logger class that can be configured to log to either standard output (for emulator), RMS or HTTP. It proved to be extremely valuable for us...
I found that if I don't use form.append() at all and instead pass all the form items in the form's ctor - I get no crashes.
Has anyone else noticed that a call to setCurrentItem(item) will crash the 7610 KVM if the item container is not displayed at the time of call?
This is very frustrating considering the fact there...