webengine/wmlengine/src/fbox/src/Epoc32InputSkin.cpp
branchRCL_3
changeset 47 e1bea15f9a39
parent 26 cb62a4f66ebe
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
   788   if (thisObj && thisObj->cppEpoc32InputBox)
   788   if (thisObj && thisObj->cppEpoc32InputBox)
   789   {
   789   {
   790     thisObj->cppEpoc32InputBox->ActivateVKB();
   790     thisObj->cppEpoc32InputBox->ActivateVKB();
   791   }
   791   }
   792   
   792   
   793   // also try to launch async in case dialog is up
       
   794   if (thisObj->vkbTimer == NULL) 
       
   795     {
       
   796       thisObj->vkbTimer = NW_System_Timer_New (NW_FBox_InputSkin_VKBCallback,
       
   797                                                  thisObj, 4000, NW_FALSE);
       
   798     }
       
   799 
       
   800 
       
   801   return KBrsrSuccess;
   793   return KBrsrSuccess;
   802 }
   794 }
   803 
   795 
   804 /* ------------------------------------------------------------------------- */
   796 /* ------------------------------------------------------------------------- */
   805 TBrowserStatusCode 
   797 TBrowserStatusCode