uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/DialogBase.properties
author fturovic <frank.turovich@nokia.com>
Thu, 19 Aug 2010 13:31:39 -0500
changeset 1860 63d0f74e878e
parent 0 fb279309251b
permissions -rw-r--r--
add commands to cheat sheet to open pref panels

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)