meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrattendeefield.cpp
branchRCL_3
changeset 34 cd2816114bd1
parent 33 da5135c61bad
child 24 b5fbb9b25d57
equal deleted inserted replaced
33:da5135c61bad 34:cd2816114bd1
  1075     TBool ret( EFalse );
  1075     TBool ret( EFalse );
  1076     
  1076     
  1077     if( iTitle->Rect().Contains( aPosition ) ||
  1077     if( iTitle->Rect().Contains( aPosition ) ||
  1078             iFieldButton->Rect().Contains( aPosition ) )
  1078             iFieldButton->Rect().Contains( aPosition ) )
  1079         {
  1079         {
       
  1080     	HandleTactileFeedbackL();
       
  1081     	
  1080         iContactHandler->GetAddressesFromPhonebookL( this );
  1082         iContactHandler->GetAddressesFromPhonebookL( this );
  1081         ret = ETrue;
  1083         ret = ETrue;
  1082         
       
  1083 		HandleTactileFeedbackL();
       
  1084         }
  1084         }
  1085 
  1085 
  1086     return ret;
  1086     return ret;
  1087     }
  1087     }
  1088 
  1088 
  1096            
  1096            
  1097     if( iTitle->Rect().Contains( aPosition ) ||
  1097     if( iTitle->Rect().Contains( aPosition ) ||
  1098             iFieldButton->Rect().Contains( aPosition ) )
  1098             iFieldButton->Rect().Contains( aPosition ) )
  1099         {
  1099         {
  1100         NotifyEventL( EAknSoftkeyContextOptions );
  1100         NotifyEventL( EAknSoftkeyContextOptions );
  1101 		HandleTactileFeedbackL();
       
  1102         }
  1101         }
  1103     }
  1102     }
  1104 
  1103 
  1105 // ---------------------------------------------------------------------------
  1104 // ---------------------------------------------------------------------------
  1106 // CESMRAttendeeField::UpdateAttendeesL
  1105 // CESMRAttendeeField::UpdateAttendeesL