Hi,
I implemented that. It gives correct result even if we change system time in between. But I have one query in this matter.
During the start of event i call the function
iTickstart =...
Type: Posts; User: kumar_sai123; Keyword(s):
Hi,
I implemented that. It gives correct result even if we change system time in between. But I have one query in this matter.
During the start of event i call the function
iTickstart =...
Hi,
One solution is coming to my mind.
iTickstart = User::TickCount(); // start of event
---//some events occur
iTickend = User::TickCount(); //stop of event
Hi All,
I am working in S60 5th edition. In my application I need to maintain a timer which calculates elapsed time in seconds. I am giving the code for reference
CDiffTimer*...
Hi,
Thanks for the reply. One more query.
1. I want to block blue tooth communication and well as download via usb on the mobile device. Can I do that programatically too (to prevent
users...
Hi all,
I have developed an application in S60 3rd edition. This is an enterprise application. This application uses http communication with the enterprise server. Our requirement is like this.
...
Hi All,
I am trying to use a listbox to display some items. Now when i use
lb = appuifw.Listbox(entries, handle_select)
appuifw.app.body = lb
i get the listbox but it has the...
Hi all,
I am trying to create a sis file for my python script to run on 3rd edition phone. I am using ensymble tool. I am able to create the sis file succesfully. I am using the following command...
Hi all,
I am a symbian developer and have just started python. I have one query regarding creation of an application having multiple views.
say view1: having menu1 and displaying image1 in...
Hi all,
I am new to J2ME programming. I have created a jar file for my application and have placed it in the webserver. I have also written a html page on the server which contains a hyperlink...
Hi All,
I am working on S60 3rd edition fp1. I am testing my application on 6110 Navigator phone. I am having my own custom background for my application. I am also changing the text color of the...
Hi all,
I am working on S60 3rd edition fp1. I am trying to change the skin of the control pane according to my needs. My application is skin enabled. So I have written the following code.
...
Hi all,
I am working on S60 3rd edition FP1.I am using Nokia 6110 Navigator phone to test my application. My application runs properly on emulator as well as on phone also. But i have one problem....
Hi all,
Suppose my phone doesnot have GPRS connectivity so that i cant perform OTA download of the sis file. Also suppose i dont want to install the application from the pc using PC Suite. I want...
Hi all,
I am working on S60 3rd edition. I am using a rich text editor to display some text and image. I am referring to the following link
...
Hi all,
I am working on S60 3rd edition devices. I want to autostart my midlet during bootup. I want to know whether it is possible and if yes, how i can do it. I found that using startup list...
Hi all,
I am working on S60 3rd edition. I am using Rich text editor to display some icons and text. I am referring to the following article
...
Hi all,
The problem has been solved. Actually the color changing code had to be placed in SizeChanged() function of my container. Preeviously i was placing in the constructL function.
thanks...
Hi All,
I am working on S60 3rd edition fp1. In my application i am using my own background and using a CAknSingleStyleListBox in a container. I want to change the color of the text in the...
Hi all,
I am trying to implement a scrolling container in S60 3rd edition. I am referring to the wiki article...
Hi all,
I am trying out the example in the wiki for custom conrol series
http://wiki.forum.nokia.com/index.php/CS000859_-_Custom_control
...
Hi all,
I am using a form to display some data. My application is skin enabled. So the font color in the form is accrding to the theme settings. I want to change the font color in the form...
Hi all,
I am using Multiline DataQuery dialog to accept username and password. I am able to accept the username and password but with one problem. When i enter the username, it is left aligned but...
Hi all,
I am working on S60 3rd edition. In my application i want to retreive the phone number of an incoming SMS. I am using the following code to do that.
CMsvEntry* serverEntry =...
Hi all,
I am facing a problem since yesterday (10th Nov 2008) in open signed online. Whenever i am trying to sign any application, it gets uploaded properly and confirmation mail also comes. When...
Hi all,
i am using active objects in my application. In the RunL function i am using RTimer object to generate the event.
void CGenerateText::RunL()
{
// Change visibility of app view...