hi all.
Please guide me to write new application programs in codewarrior for the nokia 90 series or any of the series (be 60 or 80).I half way stuck.
this is what i did.1)i selected the appication wizard and then completed the entire process to create a new project( by specifying the classes,ide folders etc etc).
could any one pls let me know where do i write my own codes( say to display a text box or dialogs) and what should i do after writing the codes.
all f your views are welcomed.
regards
Priju
have you checked the example applications shipped with the SDK ?
Basically your UI code usually goes to the container classes (derived from CCoeControl) and the handling code can often be found from the Application User interface class (or view class).