This page was last modified 07:33, 30 March 2008.
Set text on navigation pane
From Forum Nokia Wiki
There are used following header files:
#include <clmkla#include <aknnavi.h> #include <aknnavide.h> #include <eikspane.h> #include <aknnavilabel.h>
CAknNavigationControlContainer *iNaviContainer; CAknNavigationDecorator* iNaviLabelDecorator; CEikStatusPane* sp = iEikonEnv->AppUiFactory()->StatusPane(); iNaviContainer = (CAknNavigationControlContainer *)sp->ControlL(TUid::Uid(EEikStatusPaneUidNavi)); iNaviLabelDecorator = iNaviContainer->CreateNavigationLabelL(); static_cast<CAknNaviLabel*>(iNaviLabelDecorator->DecoratedControl())->SetTextL(_L("Hellotext")); iNaviContainer->PushL(*iNaviLabelDecorator);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How Can I Handle The Menu Screen. | ashutosh12 | Python | 5 | 2007-06-18 06:56 |
| Menu Pane: Position and Size | nnehriya2 | Symbian User Interface | 1 | 2007-07-12 08:11 |
| S60 3.2 --> Context pane removed! How to get it back? | tifou1m | Symbian User Interface | 1 | 2008-06-04 11:18 |
| Status Pane like in application browser ?? | danielos1 | Symbian User Interface | 6 | 2007-05-07 11:32 |
| start navigation software with gps data | lkz633 | General Symbian C++ | 1 | 2007-03-18 11:53 |
