textinput/peninputarc/src/peninputclient/penclientimpl.cpp
branchRCL_3
changeset 13 1bbdde98cc2d
parent 12 5e18d8c489d6
child 20 ebd48d2de13c
equal deleted inserted replaced
12:5e18d8c489d6 13:1bbdde98cc2d
   329         }
   329         }
   330    
   330    
   331     if(aFlag)
   331     if(aFlag)
   332         {
   332         {
   333         //show the background control
   333         //show the background control
   334         if(!iBackgroundCtrl)
   334         if(!iBackgroundCtrl && bmpHandle != -1)
   335             {
   335             {
   336             iBackgroundCtrl = CPenUiBackgroundWnd::NewL(CCoeEnv::Static()->RootWin(),bmpHandle);
   336             iBackgroundCtrl = CPenUiBackgroundWnd::NewL(CCoeEnv::Static()->RootWin(),bmpHandle);
   337             }
   337             }
   338         if(iBackgroundCtrl)
   338         if(iBackgroundCtrl)
   339             iBackgroundCtrl->Show(extend, iGlobalNotes, 
   339             iBackgroundCtrl->Show(extend, iGlobalNotes, 
  1156     
  1156     
  1157     TPckg<TBool> msg(bChange);
  1157     TPckg<TBool> msg(bChange);
  1158     arg.Set(KMsgSlot0,&msg);    
  1158     arg.Set(KMsgSlot0,&msg);    
  1159     SendReceive(EPeninputRequestDimResChangeLayout,arg);       
  1159     SendReceive(EPeninputRequestDimResChangeLayout,arg);       
  1160     }
  1160     }
       
  1161 
       
  1162 void RPeninputServerImpl::EnablePriorityChangeOnOriChange(TBool aEnabled)
       
  1163     {
       
  1164 	TIpcArgs arg;
       
  1165 	TPckg<TBool> msg(aEnabled);
       
  1166     arg.Set(KMsgSlot0,&msg); 
       
  1167 	SendReceive(EPeninputEnablePriorityChangeOnOriChange,arg); 
       
  1168 	}
  1161     
  1169     
  1162 //end of class RPeninputServerImpl
  1170 //end of class RPeninputServerImpl
  1163 
  1171 
  1164 
  1172 
  1165 // Class CPeninputServerObserver
  1173 // Class CPeninputServerObserver