2
|
1 |
friendlyName=Avkon View
|
|
2 |
information=The S60 top-level Avkon view class. This is a non-visual class which holds a reference to a UI class (such as CAknViewAppUI).
|
|
3 |
cbaDisplay=Control Pane
|
|
4 |
generalContainmentError=An Avkon View can''t contain objects of type ''{0}''.
|
|
5 |
singleInstanceContainmentError=An Akvon View can''t contain more than one object of type ''{0}''.
|
|
6 |
optionsMenu=options menu
|
|
7 |
optionsMenuDescription=Menu pane object to use as the Options menu
|
|
8 |
validateOptionsMenu=The control pane is configured to display an Options menu, but the view's optionMenu property is not set. The application will panic if run in this state.
|
|
9 |
validateMenubarWithForm=Menubars added to Avkon views containing a Form will not \
|
|
10 |
automatically replace the Form''s default options menu. \
|
|
11 |
Handwritten code must be added to replace the options menu of a Form.
|
|
12 |
|
|
13 |
handleStatusPaneSizeChange=handleStatusPaneSizeChange
|
|
14 |
handleStatusPaneSizeChangeDescription=Handle changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
|
|
15 |
handleCommand=handleCommand
|
|
16 |
handleCommandDescription=Handles commands at the view level (CAknView::HandleCommandL)
|
|
17 |
activated=activated
|
|
18 |
activatedDescription=Extends view activation / construction (CAknView::DoActivateL)
|
|
19 |
deactivated=deactivated
|
|
20 |
deactivatedDescription=Extends view deactivation / destruction (CAknView::DoDeactivateL)
|