View Single Post
  #139 (permalink)  
Old 12-15-2008, 06:55 AM
EdLow's Avatar
EdLow
Lurker
Offline
 
Join Date: Dec 2008
Posts: 1
Reputation: 0
EdLow is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: HOW TO: Customize TouchFLO3D / Manila Themes

Quote:
Originally Posted by lweisenb View Post
I used this information and within a few minutes was able to modify the manila internet tab file and creating a couple png icons and now my internet tab looks like this the attached.

Code:
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>  
  <IncludeUserFavorites>True</IncludeUserFavorites>
  <Banner
    DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc"
    SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
    Text="Launch Browser"
    Width="240"
    Height="107" />
  <OperatorLinks>
    <Link
      Text="Kinoma"
      Executable="\Storage Card\Program Files\Kinoma\BIN\Kinoma.exe"
      ImagePath="\Windows\kinoma.png" />
    <Link
      Text="Messenger"
      Executable="\Windows\WLMMessenger.exe"
      ImagePath="\Windows\msn.png" />
    <Link
      Text="Live Search"
      Executable="\Storage Card\Program Files\LiveSearch\LiveSearch.exe"
      ImagePath="\Windows\livesearch.png" />
  </OperatorLinks>
</InternetPortal>


I've managed to get other tabs added as above however the icons shows as white squares. I'm pretty sure this is because they have not been sized correctly. Can you please let me know what size the png files are that you used so that I can edit mine to display correctly.

Thanks

Ed