I wanted to develop a list control that contain rows and columns and to be scrollable
I developed it already and it inherit from CEikColumnListBox but THE PROBLEM IS that i want to make the first...
Type: Posts; User: SingerSinger; Keyword(s):
I wanted to develop a list control that contain rows and columns and to be scrollable
I developed it already and it inherit from CEikColumnListBox but THE PROBLEM IS that i want to make the first...
Dear All,
i created a list box control using a class that inherit from CEikColumnListBox, and it is working fine
when scrolling, i want the top most row to have its fixed postion and the right...
Dear all,
i recently got an application form other party and want to enhance it.
the most serious issue is that it make the memory full after ~ 30 minutes.
when i traced it using hooklogger...
Thanks Wizard
this sloved the problem
yea wizard actually i have
1- 2nd_fp3 installed under C:\Symbian\8.1a
2- 3rd_fp1 installed under C:\Symbian\9.2
3- and finally S60_3rd_FP2_SDK_v1.1 installed under C:\S60\devices
but my...
Dear All,
i downloaded hooklogger and trying to install it and attach it as the doumentation says.
i am using 3rd_fp1 sdk with carbide.C++
when invoking hookEuser.cmd it tell that it have been...
Dear Gens,
i'm having a problem and need your help
i am downloading some data files in my pkg for later use by the application.
the problem is that it works well on the device but i don't know...
Dear All,
for some reasons i couldn't import the old project to carbide.c++
so i created a new GUI application with the same name of the old project then replaced all the source/inculde/resource...
Sorry everyone,
i found that the problem is that the new project .mmp file will generate a file named projectName_UID.exe projectName_UID.rsg instead of using the project name only.
i manually...
Dear All,
after my previous problem with the .mmp file (i couldn't find a .mmp file in the project) so i tried to make a new project with the same name of the old one then add all the source,...
Thanks Wizard i'll get back to the team
But the question is what is the .project and the .cproject really are in a carbide.C++ project
also there is file .cdbuild :S i donno what is it actually...
hey All,
I've a problem importing from an existing project to carbide.
the previous team developed this project with carbide.c++ v1.3 and S60_3rd SDK and now i will continue working with this...
My problem is not in sending the SMS as the subject mention, but the actual problem is that the function that i use to send command to the SIM device is limited to sending 39 characters
so i...
hi all,
i wanna clear some events from the log
and i am using CLogClient::ClearLog(TInt aRecentList, TRequestStatus& aStatus); function in my code
anyway the code compiled without any error!!...
thnx alot 4 u reply Mr/Paul.Todd
moving on i decided to use the function CLogClient::ClearLog(TInt aRecentList, TRequestStatus& aStatus);
the code works OK!! without any error at the compile...
sorry,
there is a mistake
this is supposed to be in the symbianOS section
sorry agian
hi all,
i really wanna a source code on how to add event to the log
am i gonna use CLogClient::addEvent() function? how?
and also wanna code on how to delete event from the log
am i gonna...
hi all,
i really wanna a source code on how to add event to the log
am i gonna use CLogClient::addEvent() function? how?
and also wanna code on how to delete event from the log
am i gonna...
hi every one
i am new in this field and i wanna to make
1- delete recent events from the log like call duration and recieverd call for a particular ID
i think that the function CLogClient...