PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   [THEME] Chameleon-240 Version 2 (http://forum.ppcgeeks.com/showthread.php?t=1814)

ImCoKeMaN 01-17-2007 12:28 AM

Now I know why i didn't see it then. I downloaded a few themes and when i extracted them on my PC they each created subdirectories, but the readme.txt wasn't in the subdirectory. The readme.txt i have is for the stealth theme since i extracted that after chameleon. Oops.

storyr 01-17-2007 12:33 AM

Quote:

Originally Posted by ImCoKeMaN
Now I know why i didn't see it then. I downloaded a few themes and when i extracted them on my PC they each created subdirectories, but the readme.txt wasn't in the subdirectory. The readme.txt i have is for the stealth theme since i extracted that after chameleon. Oops.

Hey - that's a good point :)
From now on, I'm going to give the readme's unique names... :idea1:

Pibe38 01-17-2007 02:02 AM

I vote for DontReadMe.txt

:P

Hayabusa1300cc 01-17-2007 08:12 AM

I happened to click the readme last night and to my surprise the information was there. but come on, who reads 'readme' anyways? lol :D

http://img.villagephotos.com/p/2005-...5976/today.jpg

CozBoogie 01-17-2007 12:33 PM

Hey Storyr, as you can see by the screen shot below the weather alert shows up on the left side of WP (under the cloud) but not in the integrated button bar. I'm sure that I don't have a file in the correct place...but which file?
Any help would be appreciated.
Thanks,
Coz

http://i136.photobucket.com/albums/q...gie/011707.jpg

storyr 01-17-2007 01:22 PM

Quote:

Originally Posted by cozboogie
Hey Storyr, as you can see by the screen shot below the weather alert shows up on the left side of WP (under the cloud) but not in the integrated button bar. I'm sure that I don't have a file in the correct place...but which file?
Any help would be appreciated.
Thanks, Coz

Hey Coz - The alert graphic you see on the left (red exclamation point) is built-in WeatherPanel functionality. To get Chameleon-240 to indicated alerts in it's button bar, you need to install the ChamAlert alert icon folder, included in the zip file. You read the Readme.txt, right? :laughing6:

Code:

5.  Install the alert icon files as follows:

    5.1  Unzip the ChamAlert files (use folder names)

    5.1  Using the same method as above, copy the
        ChamAlert folder (and it's contents) into
        each icon folder that you use. For example,
        if you use the Default and Dedication41 icon
        sets, your folders should look like:

        - Program Files
          - MarsWare
            - WeatherPanel
              - data
              - Icons
                - Dedication41
                  + ChamAlert
                  + Mini
                - Default
                  + ChamAlert

        Note: Some icon folders, depending on the install,
              may be installed in a location other than the
              example above.


CozBoogie 01-17-2007 01:51 PM

Of course I read the ReadMe.txt . However the animated icon set that I'm using was located in Program Files/WeatherPanel. Instead of MarsWare/WeatherPanel... So after discovering that all is well and I thank you for your help.
Thanks mucho!
Late,
Coz

wingzero 01-17-2007 08:12 PM

Quote:

Originally Posted by Hayabusa1300cc
I happened to click the readme last night and to my surprise the information was there. but come on, who reads 'readme' anyways? lol :D

I hope I am not the only one but I always read the Readme.txt before I install anything.

PootsworthIII 01-18-2007 11:54 AM

Thanks OP, makes WP alot better. One question, is there any way to remove layouts from the cycle? So when I click the change layout button I don't have to see the lunar phase if I don't want to. Tried removing the layout files, but that just makes it throw an error of invalid layout file.

Thanks again for great work.

storyr 01-19-2007 01:41 AM

Quote:

Originally Posted by PootsworthIII
Thanks OP, makes WP alot better. One question, is there any way to remove layouts from the cycle? So when I click the change layout button I don't have to see the lunar phase if I don't want to. Tried removing the layout files, but that just makes it throw an error of invalid layout file.

Thanks again for great work.

Yes, you can - but you have to alter the layout file itself. Removing the files will only cause problems (as you found out). Some background info:

There are 7 layouts (a, b, c, e, f, g), and each layout file has a pointer to the next. The last layout, "g", points back to the first - "a".

Each layout file is duplicated 13 times - one for each color (01-13). Thus, the layout files are named accordingly: Chameleon_01a.wpl is color 1, layout "a", and so on.

The moon layout (the one you want to skip) is layout "g". So, to skip it, you'll need to modify the previous layout ("f") to point to "a", instead of "g". If you want to do this for all colors, you'll need to modify all 13 layout "f"'s (Chameleon_01f.wpl - Chameleon_13f.wpl).

Here's the mod: This example is for color 01. Open file Chameleon_01f.wpl. In the "Layout changer" section (near the top), modify the reference to point to "a" instead of "g".

Code:

- Layout changer
;WINDOW-0
113,43,14,14
#VOID#
Chameleon_01g.wpl
0,0,W,H
CHANGELAYOUT

becomes
Code:

- Layout changer
;WINDOW-0
113,43,14,14
#VOID#
Chameleon_01a.wpl
0,0,W,H
CHANGELAYOUT

Sorry for being so long-winded - you've probably already figured this out... :)


All times are GMT -4. The time now is 10:53 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0