uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/DialogBase.properties
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 0 fb279309251b
permissions -rw-r--r--
Keeping PlatSim internal only.

backColor=background color
wait=waiting
modeless=modeless
EEikDialogFlagModelessDescription=If true, dialog is not added to control stack automatically
EEikDialogFlagWaitDescription=If true, execution does not return until dialog is dismissed

#handleAttemptDimmedSelection=handleAttemptDimmedSelection
#dynInitMenuBar=dynInitMenuBar
#checkHotKeyNotDimmed=checkHotKeyNotDimmed
prepareForFocusTransition=prepareForFocusTransition
prepareForFocusTransitionDescription=Handles validation of the current line before moving to a new one (MEikDialogPageObserver::PrepareForFocusTransitionL)
pageChanged=pageChanged
pageChangedDescription=Handles change of the active dialog page (MEikDialogPageObserver::PageChangedL)
lineChanged=lineChanged
lineChangedDescription=Handles change of the current dialog line (item) (MEikDialogPageObserver::LineChangedL) 
processCommand=processCommand
processCommandDescription=Handles user commands at the dialog level (CAknDialog::ProcessCommandL)
dynInitMenuPane=dynInitMenuPane
dynInitMenuPaneDescription=Handles dynamic changes to menu loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
offerKeyToApp=offerKeyToApp
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)