View Single Post
  #9 (permalink)  
Old 03-27-2009, 10:26 PM
showaco's Avatar
showaco
Lurker
Offline
 
Join Date: Nov 2007
Posts: 20
Reputation: 105
showaco is keeping up the good workshowaco is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Link Rhodium 'All People' to a softkey/hardkey

You can add its tab to the world clock view, that way you can access it by pressing the clock, then selecting its tab. Add it to the 26948339_manila xml file. In this section for world clock page(its about 1/3 down from top), I've edited mine to remove the world clock setting(always changes my timezone), kept alarm tab, then added call history, all people, sounds profile. I made my own icons for sounds page, so don't copy those icon names unless you make some or it won't work.
Code:
      <PageGroup Name="WorldClock">
     <Page Order="0" Name="peopleAll.page" PackageName="HTC" Title="Contacts" Default="true"  >
           <ComponentReference Name="page" Mode9Path="HTC\peopleAll.mode9?type=all" Component="PeopleRoot" SmartComponent="true" />
       <ComponentReference Name="icon_normal"   Mode9Path="HTC\PeopleIcon.mode9" Component="AllPeople_Off" />
       <ComponentReference Name="icon_selected" Mode9Path="HTC\PeopleIcon.mode9" Component="AllPeople_On" />
       <ComponentReference Name="icon_preview"  Mode9Path="HTC\PeopleIcon.mode9" Component="AllPeople_Preview" />
        </Page>
    <Page Order="1" Name="peopleCallHistory.page" PackageName="HTC" Title="Call History">
      <ComponentReference Name="page"        Mode9Path="HTC\peopleCallHistory.mode9" Component="CallHistoryRoot" SmartComponent="true" />
      <ComponentReference Name="icon_normal"   Mode9Path="HTC\PeopleIcon.mode9" Component="PeopleCallHistory_Off" />
      <ComponentReference Name="icon_selected" Mode9Path="HTC\PeopleIcon.mode9" Component="PeopleCallHistory_On" />
      <ComponentReference Name="icon_preview"  Mode9Path="HTC\PeopleIcon.mode9" Component="PeopleCallHistory_Preview" />              
    </Page>
        <!-- Page Order="0" Name="clockview.page" PackageName="HTC" Title="[[IDS_WorldClock_Title]]" Default="true">
          <ComponentReference Name="page"                Mode9Path="HTC\WorldClock.mode9" Component="ClockView" SmartComponent="true" />
          <ComponentReference Name="icon_normal"   Mode9Path="HTC\icons.mode9" Component="WorldClock_Off" />
          <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="WorldClock_On" />
          <ComponentReference Name="icon_preview"  Mode9Path="HTC\icons.mode9" Component="WorldClock_Preview" />
        </Page -->
        <Page Order="2" Name="alarmview.page" PackageName="HTC" Title="Alarm">
          <ComponentReference Name="page"                Mode9Path="HTC\WorldClock.mode9" Component="AlarmView" SmartComponent="true" />
          <ComponentReference Name="icon_normal"   Mode9Path="HTC\icons.mode9" Component="Alarm_Off" />
          <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Alarm_On" />
          <ComponentReference Name="icon_preview"  Mode9Path="HTC\icons.mode9" Component="Alarm_Preview" />
        </Page>
        <Page Order="3" Name="sounds.page" PackageName="HTC" Title="Profile">
      <ComponentReference Name="page" Mode9Path="HTC\settings.mode9" Component="SoundsPageComponent" SmartComponent="true" />
          <ComponentReference Name="icon_normal"   Mode9Path="HTC\icons.mode9" Component="Sounds_Off" />
          <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Sounds_On" />
          <ComponentReference Name="icon_preview"  Mode9Path="HTC\icons.mode9" Component="Sounds_Preview" />
        </Page>
Reply With Quote
This post has been thanked 1 times.