I think you want to print values in the Debug console for verification..If that's the case simple RDebug::Printshould be sufficient..
http://wiki.forum.nokia.com/index.php/How_to_use_RDebug
Type: Posts; User: deepchand86; Keyword(s):
I think you want to print values in the Debug console for verification..If that's the case simple RDebug::Printshould be sufficient..
http://wiki.forum.nokia.com/index.php/How_to_use_RDebug
Tbuf is used for static allocation...
You can declare a TBuf variable only by the following means...
Tbuf<50> b1;
Tbuf<120> b2;
The template is for integers only...In your case though the...
Check the value of IAP id passed...whether it is 0 or 1.
I think it might be 1. This is one of the scenarios..if the IAP id passed is not valid, it will prompt...
AFAIK yes...you can look out for capability warnings on the debug console itself..
Have u added the NetworkServices capability(Make sure which capbility is needed...) added in ur .mmp file
CSenXMLreader has the provision to create XML files....
Search for CSenXML* classes in the SDK and also in the forum...There are many posts in this forum for creating an XML file using CSenXML...
The code actually doesn't have the provision to catch the error code..Where do you expect the error code to be reflected...Functions trailing with the alphabet "L" are meant for leaving on error...
You can also have a look @ the Webkit port of S60 to render HTML controls...though it is bulky and u need much time to go thro it...
Check out your XML file for syntax...Drag it in a browser and view the output...
There are many options to parse an XML file...Search for CPArser, CSenXMLreader classes and there are sample programs in the SDK too using these programs, still you have expat lib..u can use it...
...
Hi abhijith,
Juz for ur reference, the NOKIA people closed that bug stating no progress. But i think that mistake was on the hooklogger side.
I tried out a sample program and checked for ALLOC...
What is the crash code you are getting????
Thats the problem man..Its better you put logs to find where it crashes...and for ur info...
A function trailing with LC means it has pushed the object onto the CleanupStack...equivalent to...
1. Ok...are there any function calls like trailing with LC or C...in that function...
2. Are you using threads anywhere...
It's the same as using TLex...except for the fact that it is for 8-bit descriptors..
TLex8 lex_var(desc8_);
TInt value;
lex_var.Val(value);
Make sure that the Time parameter in the SetModified function is in UTC format...I doubt it..
I have even seen this behaviour in the device too, when the console app is given an icon, it was in the foreground itself...
Ok..What is meant by flip...
Cud u elaborate/paste the scenario/code where it is occuring...
There isn't enough information????
The code u provided is not sufficient for detecting what has got wrong..
I would insist to have a look @ the GRids example in the SDK, not the wiki...
Type Grids API in the SDK help, and u have a...
As always insisted search the SDK first..
E32USER-CBase 63:
This panic is raised as a result of a call to the Pop() and PopAndDestroy() static member functions of the CleanupStack class. The...
And also this article might be helpful
http://www.newlc.com/active-object-lights-client-server-framework
Try to put logs to find the execution flow...
Also Rconnection::Start is capability dependent..HAve a look @ the capability needed and add it in the ,mmp file
Install Y_Browser from jukka's website http://www.drjukka.com/ to look into these files or else write an exe to copy the file from C/Logs/ to C/data/...
Juz toggle drawing the original image and white color..
First draw the image...On focus draw the white color bg....In the Draw fn..
You again need to Issue a request from the RunL() to get continuous GPS logging..
have a look @ the LocationRefApp in the SDK examples...U will get a clear picture..
I don't think timer is needed...