uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/DialogBase.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
backColor=background color
cawthron
parents:
diff changeset
     2
wait=waiting
cawthron
parents:
diff changeset
     3
modeless=modeless
cawthron
parents:
diff changeset
     4
EEikDialogFlagModelessDescription=If true, dialog is not added to control stack automatically
cawthron
parents:
diff changeset
     5
EEikDialogFlagWaitDescription=If true, execution does not return until dialog is dismissed
cawthron
parents:
diff changeset
     6
cawthron
parents:
diff changeset
     7
#handleAttemptDimmedSelection=handleAttemptDimmedSelection
cawthron
parents:
diff changeset
     8
#dynInitMenuBar=dynInitMenuBar
cawthron
parents:
diff changeset
     9
#checkHotKeyNotDimmed=checkHotKeyNotDimmed
cawthron
parents:
diff changeset
    10
prepareForFocusTransition=prepareForFocusTransition
cawthron
parents:
diff changeset
    11
prepareForFocusTransitionDescription=Handles validation of the current line before moving to a new one (MEikDialogPageObserver::PrepareForFocusTransitionL)
cawthron
parents:
diff changeset
    12
pageChanged=pageChanged
cawthron
parents:
diff changeset
    13
pageChangedDescription=Handles change of the active dialog page (MEikDialogPageObserver::PageChangedL)
cawthron
parents:
diff changeset
    14
lineChanged=lineChanged
cawthron
parents:
diff changeset
    15
lineChangedDescription=Handles change of the current dialog line (item) (MEikDialogPageObserver::LineChangedL) 
cawthron
parents:
diff changeset
    16
processCommand=processCommand
cawthron
parents:
diff changeset
    17
processCommandDescription=Handles user commands at the dialog level (CAknDialog::ProcessCommandL)
cawthron
parents:
diff changeset
    18
dynInitMenuPane=dynInitMenuPane
cawthron
parents:
diff changeset
    19
dynInitMenuPaneDescription=Handles dynamic changes to menu loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
cawthron
parents:
diff changeset
    20
offerKeyToApp=offerKeyToApp
cawthron
parents:
diff changeset
    21
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)