uidesigner/com.nokia.sdt.series60.componentlibrary/components/view/CAknView_2.8.properties
author fturovic <frank.turovich@nokia.com>
Fri, 03 Apr 2009 10:36:00 -0500
changeset 36 131ddbe8aee4
parent 2 d760517a8095
permissions -rw-r--r--
added IAD rules to CS manual
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
friendlyName=Avkon View
cawthron
parents:
diff changeset
     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).
cawthron
parents:
diff changeset
     3
cbaDisplay=Control Pane
cawthron
parents:
diff changeset
     4
layoutConfig=layout configuration
cawthron
parents:
diff changeset
     5
layoutConfigDescription=Layout(s) the view is designed for; all but "variable" constrain the layout used when editing
cawthron
parents:
diff changeset
     6
optionsMenu=options menu
cawthron
parents:
diff changeset
     7
optionsMenuDescription=Menu pane object to use as the Options menu.
cawthron
parents:
diff changeset
     8
generalContainmentError=An Avkon View can''t contain objects of type ''{0}''.
cawthron
parents:
diff changeset
     9
singleInstanceContainmentError=An Akvon View can''t contain more than one object of type ''{0}''.
cawthron
parents:
diff changeset
    10
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.
cawthron
parents:
diff changeset
    11
validateMenubarWithForm=Menubars added to Avkon views containing a Form will not \
cawthron
parents:
diff changeset
    12
automatically replace the Form''s default options menu. \
cawthron
parents:
diff changeset
    13
Handwritten code must be added to replace the options menu of a Form.
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
handleStatusPaneSizeChange=handleStatusPaneSizeChange
cawthron
parents:
diff changeset
    16
handleStatusPaneSizeChangeDescription=Handle changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
cawthron
parents:
diff changeset
    17
handleCommand=handleCommand
cawthron
parents:
diff changeset
    18
handleCommandDescription=Handles commands at the view level (CAknView::HandleCommandL)
cawthron
parents:
diff changeset
    19
activated=activated
cawthron
parents:
diff changeset
    20
activatedDescription=Extends view activation / construction (CAknView::DoActivateL)
cawthron
parents:
diff changeset
    21
deactivated=deactivated
cawthron
parents:
diff changeset
    22
deactivatedDescription=Extends view deactivation / destruction (CAknView::DoDeactivateL)