Hi,
I have a symbian application which takes the location of the phone every hour. During some location updates I get the following Error code -2, which is KErrGeneral. Can anyone please say the...
Type: Posts; User: murugaprabum; Keyword(s):
Hi,
I have a symbian application which takes the location of the phone every hour. During some location updates I get the following Error code -2, which is KErrGeneral. Can anyone please say the...
Hi,
Currently for one of an application I am building, I am using RDbNamedDatabase. I am performing all the database operations in the main UI thread. Is it okay to do it ??? Though there seems to...
Hi Guys,
Thanks for your replies. Now I have understood, when to define T Classes and when to define C Classes. Thank you so much for educating me.
I was able to fix the problem atlast. Thanks for your reply guys. The problem is the Application Manager settings in Nokia e63 was configured to install only signed apps. I changed the setting to...
I have a class Named CSample. It holds two string data as it's data member.
class CSample{
TBuf<20> data;
TBuf<25> data1;
}
But I am able to install the same application in My Nokia C6-00 which is S60 5th edition.
Hi,
I created a new Symbian GUI application project in Carbide C++. The build configuration was selected to Phone Debug (GCCE) S60 3rdEd_FP1.
I didn't make any changes to the code. I built it....
I am running the program in E63. I am not able to change the font of the column data.
Inside the ConstructL() function, I am creating the listbox.
iListBox = new (ELeave)...
Yeah I will try it. If there is some example code for this component, it would be very much helpful for the beginners.
I couldn't find any example for using the CAknInputFrame component in the internet and it is very poorly documented. Can anybody provide me a sample code to do it.
Murugaprabu
What is the meaning of this function SetMopParent in CcoeControl class. ?? With the documentation given in the Symbian library, I am not able to get what they are meaning by it. ??? Please some body...
Okay. I will custom implement it. I have some doubts regarding PTI Engine. I ran a sample code of it to find out the input modes supported by English language in my e63. It doesn't have...
Can't I use PTI Engine API to get the predictive text functionality ????
I was able to add a find pane to the list box. What I found in it is, it uses string matching to suggest items as the user types in. Is it possible to have more sophisticated search like partial...
I have almost 8000 items in a list box, from which the user can select one. I have used CAknSearchField component for the user to search from the list. The search functionality is very slow. So, I...
I am developing an app for phones >= S60 3rd Edition FP1. The user has a text box to enter city name. There are around 5000 valid city names, that my app has. How do I add auto suggest feature for...
Hey thank you so much. I have got the solution that I wanted. Thanks a lot
Is it possible to keep my application running in the background once the user has quit. If possible I also don't want the application to appear as running in the task manager. I am targeting S603rd...
Yes, the question is about symbian C++.
Sorry. I made a mistake in framing my question. I don't want the app to quit when the right soft key is pressed. Can this be done ??
Hi,
I have an unique use case for my app. It is a location based application. The use case is very simple. I have to alert the user when he comes 5KM near to a location of his interest. For the...