Thanks. But whats the difference between TBuf and TLex?
Type: Posts; User: Shweta.Hegde; Keyword(s):
Thanks. But whats the difference between TBuf and TLex?
Hi all,
I want to use TLex8 in my code. But i am not getting how to use this. I searched in SDK but dint get any example code there. can anyone send me the link where i will get the sample example...
Hi all,
I was going through some example in Wiki. I found something like TParse, and setting of TParse. But i searched in SDK. I dint get what is meant by related file specification and default...
Hi all,
I want to go through the messaging architecture in symbian O.S. Can any one send me some links related to this.
This example is really good. But i am new to symbian and i am not getting under which .cpp(appln,applUi,document,container) file and under which function i need to add this. Can any one help me out...
Hi all,
I want to store some contact numbers and names in phone memory of s60 emulator through programming. How can i achieve this. Later i want to retrieve these contacts for editing.
Thanks a lot.. But in which file i ve to add this code. I mean in appl.cpp or appUi.cpp or, container.cpp or document.cpp?? M new to symbian. So dont have a clear idea.
Hi all,
I want to read the contacts in SIM and phone memory. Can anyone guide me how should i start my coding? and what APIs or class or functions available to achieve these task?
Ok.. it works only if the data is 1,2,3,... But how to implement the same when the data is something like hardware,software,firmware...
Hi all,
I want to use mod function in my code like XmodY. I have added the header file e32math.h , library euser.lib. But still i am getting an error Undefined identifier XmodY. Can anyone let me...
Hi all,
I want to store some data in an array. I have used the following steps.. Is it possible to store these data in an array in single step.
CDesC16ArrayFlat* array=new...
Hi all ,
I want to display a scrolling bar. It should be like i should display 3 rectangles at a time. When the count is reaches 3, the second rectangle should get moved to first position,3rd to 2...
i have changed the coordinates, but still its not working..
Hi all,
I am facing some problem in scrolling up. I have added the following code. I am able scroll down but not up.. I think there is something wrong in the below part of code. Can anyone let me...
Hi all,
I want to write a function in symbian for tracing the flow. The function should be such that it should open a file, write into the file and close the file. I just want to call that function...
Hi,
I have added the following code in Container.Cpp file. But when i click on Up arrow or down arrow its giving application closed.. can any one help me out.
void...
Hi all,
I want to develop an application where in which i should provide an option for search just like in google and when the user enters the searching subject,the application should display all...
Hi all,
I am new to symbian. M not at all getting the head and tail of this subject. I am trying sample code by myself and ending with errors. Can any one tel me is there any on line training...
Hi all,
I have drawn 3 rectangles. I want a scroll bar which scrolls along these rectangles.
i have added the following code in UI.CPP. But m not getting any scroll bar. Cananyone help me out.
...
Hi all,
I have used the array named array in my code. I want to find the length of the array using Count method . Can any one help me out.
CDesCArrayFlat* array=new (ELeave)CDesC16ArrayFlat(5);...
Hi all,
I want to find the length of an array named array.
I have used the following code.
CDesCArrayFlat* array=new (ELeave)CDesC16ArrayFlat(5);
TInt Count = array->Count;
Thanks a lot..
Hi all,
I want to know how to put logs and trace the flow in symbian os.
Hi all,
i want to display 3 rectangles and text inside that.I have added the following code in contain.CPP.But only the third rectangle(hello3) is getting displayed. Please help me out.
CFont*...
Hi all,
I want to store some data like "hello", "hello1","hello2","hello3" in an array. Such that "hello" is the first element of the array, "hello1" is the second element and so on. I want to...