phonebookui/Phonebook2/ccapplication/ccamycardplugin/src/ccappmycardcontainer.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 23 5586b4d2ec3e
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
  1162       iDetailsPopup->ConstructFromResourceL( reader );
  1162       iDetailsPopup->ConstructFromResourceL( reader );
  1163       CleanupStack::PopAndDestroy(); // reader
  1163       CleanupStack::PopAndDestroy(); // reader
  1164       }
  1164       }
  1165       
  1165       
  1166     PosToScreenCoordinates( this, pos );    
  1166     PosToScreenCoordinates( this, pos );    
  1167     iDetailsPopup->SetPosition( pos );      
  1167     iDetailsPopup->SetPosition( pos, CAknStylusPopUpMenu::EPositionTypeRightBottom );      
  1168    
  1168    
  1169     CCoeControl::HandlePointerEventL( aPointerEvent );              
  1169     CCoeControl::HandlePointerEventL( aPointerEvent );              
  1170     }
  1170     }
  1171 
  1171 
  1172 // --------------------------------------------------------------------------
  1172 // --------------------------------------------------------------------------