i am developing a Calculator....
plz tell me how to Add Buttons (which contains +,- text on butons) and also i would like to add two text boxes one which
accept values, and another to display the result?
i am developing a Calculator....
plz tell me how to Add Buttons (which contains +,- text on butons) and also i would like to add two text boxes one which
accept values, and another to display the result?
As far as I know, there is no button control on S60, you can draw your own then and handle the action by yourself. For text editor, you can use CEikEdwin.
Regards,
Herwin
Without having a touch screen there is not much use in having button controls in S60 because there is no way to press the buttons.
If you want to do something similar to the builtin calculator functionality, you have to create your own controls.
Bernd
There is a set of articles in the wiki about this. Here is how to create a cutom control:
http://wiki.forum.nokia.com/index.ph...Custom_control
Bernd