browserui/browser/FeedsSrc/FeedsEditFeedDialog.cpp
changeset 10 4530440261a8
parent 5 e45c3f40ea5f
child 33 dbd79466b1ed
equal deleted inserted replaced
5:e45c3f40ea5f 10:4530440261a8
   127 // CFeedsEditFeedDialog::HandlePointerEventL
   127 // CFeedsEditFeedDialog::HandlePointerEventL
   128 // ---------------------------------------------------------
   128 // ---------------------------------------------------------
   129 //
   129 //
   130 void CFeedsEditFeedDialog::HandlePointerEventL(const TPointerEvent& aPointerEvent) 
   130 void CFeedsEditFeedDialog::HandlePointerEventL(const TPointerEvent& aPointerEvent) 
   131     {
   131     {
   132     CAknForm::HandlePointerEventL(aPointerEvent);
   132     if ((iSelectedDlgLine != IdOfFocusControl()) && (aPointerEvent.iType == TPointerEvent::EButton1Up))
       
   133         {
       
   134         LineChangedL(IdOfFocusControl());
       
   135         }
       
   136     else
       
   137         {
       
   138         if ((iSelectedDlgLine == EFeedsEditAutomaticUpdatingId) && (aPointerEvent.iType == TPointerEvent::EButton1Up))
       
   139             {
       
   140             HandleFreqCmdL();
       
   141             }
       
   142         else
       
   143             {
       
   144             CAknForm::HandlePointerEventL(aPointerEvent);
       
   145             }   
       
   146         }
   133     }
   147     }
   134 
   148 
   135 // ---------------------------------------------------------
   149 // ---------------------------------------------------------
   136 // CFeedsEditFeedDialog::OkToExitL
   150 // CFeedsEditFeedDialog::OkToExitL
   137 // ---------------------------------------------------------
   151 // ---------------------------------------------------------
   311         }
   325         }
   312     else if(aControlId == EFeedsEditAutomaticUpdatingId) 
   326     else if(aControlId == EFeedsEditAutomaticUpdatingId) 
   313         {
   327         {
   314         // make the 'Change' Button visible
   328         // make the 'Change' Button visible
   315         cba.MakeCommandVisible(EAknSoftkeyChange, ETrue);
   329         cba.MakeCommandVisible(EAknSoftkeyChange, ETrue);
   316         HandleFreqCmdL();
       
   317         }
   330         }
   318     else
   331     else
   319         {
   332         {
   320         //blank implementation
   333         //blank implementation
   321         }
   334         }
   573             HlpLauncher::LaunchHelpApplicationL(iEikonEnv->WsSession(), 
   586             HlpLauncher::LaunchHelpApplicationL(iEikonEnv->WsSession(), 
   574                     iAppUi->AppHelpContextL());
   587                     iAppUi->AppHelpContextL());
   575 
   588 
   576 	        break;
   589 	        break;
   577 #endif //__SERIES60_HELP 
   590 #endif //__SERIES60_HELP 
   578 
   591         case EWmlCmdAboutProduct:
       
   592         	{
       
   593     	    iAppUi->HandleCommandL( aCommandId );
       
   594             break;
       
   595         	}
   579         default:
   596         default:
   580             // Standard form commands.
   597             // Standard form commands.
   581             CAknForm::ProcessCommandL(aCommandId);
   598             CAknForm::ProcessCommandL(aCommandId);
   582 
   599 
   583             if (iExitDialog)
   600             if (iExitDialog)