securitydialogs/secuinotifications/secuinotificationdialogplugin/src/secuinotificationdialog.cpp
changeset 42 82671cd8994b
parent 35 f1030a78d563
child 66 67b3e3c1fc87
equal deleted inserted replaced
41:5b698dd6e75a 42:82671cd8994b
   225                 {
   225                 {
   226                 RDEBUG("check default.3", 0);
   226                 RDEBUG("check default.3", 0);
   227                 handleCodeTopChanged(codeTop->text());
   227                 handleCodeTopChanged(codeTop->text());
   228                 }
   228                 }
   229             RDEBUG("setFocus", 0);
   229             RDEBUG("setFocus", 0);
   230       			codeTop->setFocus();	// this should open the VKB . Doesn't seem to work when it's done on the widget, so it's done here.
   230         		// remove setFocus from PIN query because Orbit can't handle it
       
   231       			// codeTop->setFocus();	// this should open the VKB . Doesn't seem to work when it's done on the widget, so it's done here.
   231             }	// codeTop!=NULL
   232             }	// codeTop!=NULL
   232             
   233             
   233 			const TUint32 KSecurityUIsTestCode  = 0x00000307;
   234 			const TUint32 KSecurityUIsTestCode  = 0x00000307;
   234 			TInt value = 0;
   235 			TInt value = 0;
   235 			TInt err = RProperty::Get(KPSUidSecurityUIs, KSecurityUIsTestCode, value );
   236 			TInt err = RProperty::Get(KPSUidSecurityUIs, KSecurityUIsTestCode, value );