uifw/eikctl/src/EIKMFNE.CPP
branchRCL_3
changeset 25 941195f2d488
parent 18 0aa5fbdfbc30
child 38 c52421ed5f07
equal deleted inserted replaced
23:3d340a0166ff 25:941195f2d488
  4582     CEikBorderedControl::MakeVisible( aVisible );
  4582     CEikBorderedControl::MakeVisible( aVisible );
  4583     if ( !aVisible && iExtension && iExtension->iCursorShown )
  4583     if ( !aVisible && iExtension && iExtension->iCursorShown )
  4584         {
  4584         {
  4585         HideCursor();
  4585         HideCursor();
  4586         }
  4586         }
       
  4587     
       
  4588     if ( iExtension && !aVisible )
       
  4589         {
       
  4590         TRAP_IGNORE (
       
  4591             iExtension->iExtendedInputCapabilities->ReportEventL( 
       
  4592                 CAknExtendedInputCapabilities::MAknEventObserver::EClosePenInputRequest, 
       
  4593                 0 );
       
  4594             )
       
  4595         }
  4587     }
  4596     }
  4588 
  4597 
  4589 void CEikMfne::SetValidateCallBack( TCallBack aCallBack )
  4598 void CEikMfne::SetValidateCallBack( TCallBack aCallBack )
  4590     {
  4599     {
  4591     if ( iExtension )
  4600     if ( iExtension )