uidesigner/com.nokia.sdt.series60.componentlibrary/components/view/CAknView_2.x.properties
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
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
generalContainmentError=An Avkon View can''t contain objects of type ''{0}''.
cawthron
parents:
diff changeset
     5
singleInstanceContainmentError=An Akvon View can''t contain more than one object of type ''{0}''.
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
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
     9
validateMenubarWithForm=Menubars added to Avkon views containing a Form will not \
cawthron
parents:
diff changeset
    10
automatically replace the Form''s default options menu. \
cawthron
parents:
diff changeset
    11
Handwritten code must be added to replace the options menu of a Form.
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
handleStatusPaneSizeChange=handleStatusPaneSizeChange
cawthron
parents:
diff changeset
    14
handleStatusPaneSizeChangeDescription=Handle changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
cawthron
parents:
diff changeset
    15
handleCommand=handleCommand
cawthron
parents:
diff changeset
    16
handleCommandDescription=Handles commands at the view level (CAknView::HandleCommandL)
cawthron
parents:
diff changeset
    17
activated=activated
cawthron
parents:
diff changeset
    18
activatedDescription=Extends view activation / construction (CAknView::DoActivateL)
cawthron
parents:
diff changeset
    19
deactivated=deactivated
cawthron
parents:
diff changeset
    20
deactivatedDescription=Extends view deactivation / destruction (CAknView::DoDeactivateL)