View Single Post
  #7885 (permalink)  
Old 04-15-2010, 09:42 AM
TMartin's Avatar
TMartin
Chef/Port Specialist
Offline
Location: Westerville, OH
 
Join Date: May 2008
Posts: 1,756
Reputation: 4824
TMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributionsTMartin should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc

Quote:
Originally Posted by LinearBurn View Post
any help explaining this would be great ps what file do i need to mod for tab order in manila
This has to do with an app.reg

I prefer to make an EXT in the EXT\Shared\Packages folder called "Tweaks - Manila Tab Order" and include an app.reg with something like this included.
Code:
REGEDIT4
 
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"PageName"="Manila://home.page"
"Title"="[[IDS_HOMETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"PageName"="Manila://people.page"
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"PageName"="Manila://messaging.page"
"Title"="[[IDS_MESSAGESTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"PageName"="Manila://email.page"
"Title"="[[IDS_EMAILTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"PageName"="Manila://calendar.page"
"Title"="[[IDS_CALENDAR]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"PageName"="Manila://twitter.page"
"Title"="[[IDS_TWITTER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"PageName"="Manila://inforwidget.page"
"Title"="[[IDS_STOCK]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000001
"PageName"="Manila://album.page"
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"PageName"="Manila://music.page"
"Title"="[[IDS_MUSICTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"PageName"="Manila://weather.page"
"Title"="[[IDS_WEATHER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000001
"PageName"="Manila://settings.page"
"Title"="[[IDS_SETTINGSTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000000
"PageName"="Manila://internet.page"
"Title"="[[IDS_INTERNETPORTALTITLE]]"
__________________
Check out my work:
For All Your New Leaks, Check Out:
Hit the if I help you.
This post has been thanked 1 times.