|
||||
Re: CHome/Titanium Modifications
lol...no I just got forced to tag along to the mall. I'm sitting on a bench watching the Masters and browsing ppcgeeks!
__________________
If you are new to the site, take a look at the PPCGeeks New User Guide to get an overview of how to use the forums.
Having problems finding what you're looking for? Here are some tips on how to search the site more effectively. |
This post has been thanked 1 times. |
|
||||
Re: CHome/Titanium Modifications
Hi!
Quote:
I did the example: Contacts, but it does not show/display on my titanium Can anyone help me, please? |
This post has been thanked 1 times. |
|
||||
Re: CHome/Titanium Modifications
Quote:
Quote:
Thanks again...now I can start customizing! |
|
||||
Re: CHome/Titanium Modifications
Quote:
|
|
||||
Re: CHome/Titanium Modifications
Quote:
I've been playing with the for a while now, and I just can't seem to wrap my head around it. I think I'm understanding that with the GUID we will be able to create new panels without making anything "invisible". To test it I simply created a "test" panel using that GUID, and then copied my "welcome center" panel in the CPR file and changed it to represent Test at the end of the cpr file. I then pasted my new CPR and I then went through the standard step to set up the panel, and havent been able to get it to show up. I see Test in the configurator, I've added it to the xml file, but i can't get it to show up. Anyone have any ideas? Shawco, am i missing the boat on this or am I on the right track? |
|
||||
Re: CHome/Titanium Modifications
Quote:
Make those values something like this: Updated -- make this as dword, value of 0 or 1 Pages -- this is your list of pages your using in this panel DataSource -- this shoud be set to HKLM\Software\Microsoft\CHome\Test GUID -- just copy the same Layout -- 'Test', this tells it the name to look for in the cpr files LocName -- 'Test' In the pages registry keys, make sure whatever the image and text lines are called in the cpr are listed here. This GUID reads the info based on name given in cpr. So if cpr says: <Image ID="Image 1" Left="350" Top="-4" Width="100" Height="100" /> then registry needs to have entry called Image 1 for it to read. For text that looks like this in cpr: <Text ID="Text 1" Left="20" Top="52" Width="348" Height="42" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter"> then registry needs entry called Text 1. The other GUID's used those names in cpr, but in registry they sometimes had different names and must have been loaded by chome on launch. This GUID can have values changed in registry, and if you toggle the Updated value from 1 to 0(or 0 to 1) then that whole panel reloads without needing to restart chome plugin or soft reset. I'm going to try to learn some programming to make a app to allow easy customization based on this GUID, but since I have little experience, it might take week or two. |
This post has been thanked 1 times. |
|
||||
Re: CHome/Titanium Modifications
Quote:
|
|
||||
Re: CHome/Titanium Modifications
This is a qvga wm6.5 startmenu, will give you 4 columns of icons in the start menu in portrait mode, and it will give you 5 columns landscape mode. Install, soft reset. Incase you don't like ,uninstall and goes back to default.
Last edited by Hello_world; 04-12-2009 at 09:12 PM. |
|
|
|