I'm developing for the Nokia 9210 and would like to make use of the Application Title to display some information.
According to the SDK documentation there are 2 ways of creating a title. The first, a static title is by entering everything in the Resource file. I tried this and it works but unfortunately as it states, it is static and you can not change anything after creation.
The second method is to create a CCknAppTitle object. Well, this doesn't work. I don't get any errors, it just doesn't display. I searched for examples but no success.