Hello every one,
I need to know, how to add privacy policy in my symbian c++ app so that my content is able to approve QA procees on Nokia publisher store.
My app is using GPS location data &...
Type: Posts; User: nehasaxena; Keyword(s):
Hello every one,
I need to know, how to add privacy policy in my symbian c++ app so that my content is able to approve QA procees on Nokia publisher store.
My app is using GPS location data &...
Hello everyone,
As i have heard that, in blackberry, android & iphone SOAP is easily implemented & stubs are generated which contains direct functions like GetCategories, GetClassifiedsData, ...
My problem has been solved.
Hi,
My code is below:
_LIT8(KServiceEndpoint, "http://192.168.2.15/WsTest/Service.asmx");
CSenXmlServiceDescription *pServiceDesc =
CSenXmlServiceDescription::NewLC(KServiceEndpoint,...
Thankyou for your reply.
I saw various links regarding xmlparser example, but in each link unable to download example either in forum nokia or newlc. Can you please provide me any helpful link...
http://wiki.forum.nokia.com/index.php/How_to_Parse_XML_File_using_CParser_Class%3F
May i know, why example given in above link is not downloadable ?
Any one faced this problem ? when using static library unable to do phone debugging through TRK.
In debug configurations (fifth tab in the debug configuration), i already made sis file & that file installs successfully on phone through TRK but never launch & gives that error.
My project uses only one exe i.e itself & which is using two static libraries. These libraries are made seprately & linked in exe in mmp file through STATICLIBRARY. I can't use these static library...
Do you anyone know that, how to do TRK debugging of application which is using static librarioes ? Because i have successfully done the TRK debugging of a simple application which is not using any...
No, i am not using these capabilities(DRM and AllFiles).
Hi,
I am getting a problem in debugging on device through TRK.
My error is :
Load Failed
TRKProtocolPlugin : Failed to launch application(installing the application may have failed or...
Please reply anyone.
Hi,
I am facing a strange problem in N8 device, some of my SVG images got turn very dark (almost black) but sometimes it occurs not always whereas same SVG fine in 3rd edition & 5th edition.
What...
This one i want to keep alive.
Now Beta version of Symbian 3 SDK is available, which causes lots of problems like number of times application is not open, unable to define new mailbox, HTTP connection problem etc. So when original...
yes. i have created a separete S60json.lib
Hi everyone,
I am using S60json as a static library in my project & it is building well in all editions except 3rd MR in phone release.
My errors are like:
undefined reference to...
Hello everyone,
How can i add marquee effect in CAknChoiceList ?
Thank You
Neha Saxena
ThankYou so much my problem has solved.
Hi all,
I have made a choice list in 5th edition but its text is not visible because i have drawn a white image in background & text is also white in choice list. Is it possible, can i change its...
But how to create custom control for drop down. Can you please help me ?
Hi all,
I have used CAknListQueryDialog for showing the drop down list but it always show the selection on the first element. So how to show selection on the lat selected item.
Thank You
Neha...
which settings? can you please tell me?
CCommsDatabase* commDb = CCommsDatabase::NewL(EDatabaseTypeIAP);
CleanupStack::PushL(commDb);
commDb->ShowHiddenRecords();
TInt err = commDb->BeginTransaction();
// open IAP table...