Thread: [RELEASE] OSX LEOPARD ADD-ONs
-
11-05-2008, 08:02 PM #281
Does the file you downloaded contain a "Master OSX PSD" file, and a whole bunch of folders with README files explaining where to put stuff? If so, that is not the plug and play version. That is Manual version, and the skeleton file structure is an example of how to manually build a theme. The Master PSD, and extra's contained in the other folders go into the skeleton folders. The manual version gives you the most flexibility because it allows you to customize all the widgets by making adjustments in Photoshop and saving as "Wallpaper.png".
The plug and play version is linked near the top of the first post.
Let me know.
-
11-05-2008, 08:38 PM #282
It is the plug and play at the top of the first page in the original post. I downloaded it twice and same results. I changed from downloading it to the a desktop folder to a folder in the C drive and still same thing. When it is in the unzipped form (I use iZarc) it is all there, but when I unzip it to the desktop, nothing.
-
11-05-2008, 08:50 PM #283
I don't know man...if your seeing it before it's unzipped, that tells me you should probably try a different program to extract it. I compressed the files using a MAC, so I don't know if that has anything to do with your cross platform problems with getting the files unzipped.
Ice,
Any luck?
This was posted in a reply to my release on another forum...not sure it looks like something for lockscreen because of the "function onLoad" thing at the bottom.
Any ideas?
======================================
function init()
{
now = new Date();
SY = now.getFullYear();
SM = now.getMonth();
SD = now.getDate();
// document.getElementById("date").innerText = YYMMDD()+" "+weekday();
document.getElementById("lunardate").innerText = solarDay2();
// document.getElementById("festival").innerText = solarDay3();
setTimeout("init()", 60000);
}
function onLoad(){
init();
}Last edited by Bear Hunter; 11-05-2008 at 08:50 PM. Reason: Automerged Doublepost
-
11-05-2008, 08:51 PM #284Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
-
11-05-2008, 09:07 PM #285
Dude, my bad. It's been a long day. I'm tired and it was set to only unarchive the actual folder hence the "empty" folder with no files. I don't remember changing it like that, but set it back to all files and all is good. Sorry for the confusion man.
-
11-05-2008, 10:17 PM #286Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
Last edited by Dashiznit; 11-05-2008 at 10:21 PM. Reason: corrected SSH path
-
The Following User Says Thank You to Dashiznit For This Useful Post:
flounder21 (11-05-2008)
-
11-05-2008, 10:26 PM #287My iPhone is a Part of Me
- Join Date
- Oct 2007
- Location
- Florida
- Posts
- 738
- Thanks
- 235
- Thanked 138 Times in 86 Posts
I just need help to get calendar and weather, set-up like this.
I'm not very good at figuring out how to move them around.
Thanks.
-
11-05-2008, 10:29 PM #288Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
post a screen with what you got and ill see what i can do k?
-
11-05-2008, 10:48 PM #289iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
Dashiznit thanks again!
I finally got my city to show up however the calender (todays date) is partially white?
-
11-05-2008, 11:04 PM #290Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
NP Bro my pleasure
do this about your calendar open the Info.plist file in the Customer Leapord folder in your phone and delete everything in it and replace it with this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CalendarIconDayStyle</key>
<string>position:absolute;margin-top:0px;width:79px;color: #000;font-size: 9px;font-weight: none;padding: 18px 0 0 ;border-center: 4px groove #555;text-align:center;border-top: 2px groove #555; color: #9ACD32; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);</string>
<key>CalendarIconDateStyle</key>
<string>width:79px;height:79px;position:absolute;c olor: #FFFFFF;font-size: 47px;font-weight: bold;padding: 60px 0 0;text-align:center;text-shadow: 0px 0px 0px black;</string>
<key>StatusBarContentsMode</key>
<string>0</string>
<key>UndockedIconLabelStyle</key>
<string>color: transparent; text-shadow: Black 0px 0px 1px</string>
<key>DockedIconLabelStyle</key>
<string>color: transparent</string>
<key>ComposeStoreIcons</key>
<false/>
</dict>
</plist>
and let me know what happens this should fix it
Here is my current screenshot of my layout im working on a few things

Samber i was wondering if you could upload your main wallpaper image to use and what icons are those i want that red power icon?Last edited by Dashiznit; 11-05-2008 at 11:04 PM. Reason: Automerged Doublepost
-
11-05-2008, 11:13 PM #291iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
Now its the opposite...the date (5) is black with the the white background of the original calendar png. covering half of it unlike yours above.
-
11-05-2008, 11:17 PM #292Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
hmmm i copied that txt straight from my info.plist weird try this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CalendarIconDayStyle</key>
<string>position:absolute;margin-top:0px;width:79px;color: #000;font-size: 9px;font-weight: none;padding: 18px 0 0 ;border-center: 4px groove #555;text-align:center;border-top: 2px groove #555; color: #9ACD32; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);</string>
<key>CalendarIconDateStyle</key>
<string>width:79px;height:79px;position:absolute ;color: #FFFFFF;font-size: 47px;font-weight: bold;padding: 60px 0 0;text-align:center;text-shadow: 0px 0px 0px black;</string>
<key>StatusBarContentsMode</key>
<string>0</string>
<key>UndockedIconLabelStyle</key>
<string>color: transparent; text-shadow: Black 0px 0px 1px</string>
<key>DockedIconLabelStyle</key>
<string>color: transparent</string>
<key>ComposeStoreIcons</key>
<false/>
</dict>
</plist>
when i pasted before it inserted a space where there should not have been one let me know if this works!
<string>width:79px;height:79px;position:absolute ;color: #FFFFFF this #FFFFFF means white and hopefully this worksLast edited by Dashiznit; 11-05-2008 at 11:18 PM. Reason: modifications
-
11-05-2008, 11:27 PM #293iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
LOL...back to how it was before with the white date (5) with the white backing on it.
-
11-05-2008, 11:31 PM #294Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
-
11-06-2008, 12:01 AM #295My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
-
11-06-2008, 12:01 AM #296iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
Here is my disaster in the making


and yes I am lost as far as what dir to put that clear bmp
-
11-06-2008, 12:04 AM #297Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
-
The Following User Says Thank You to Dashiznit For This Useful Post:
flounder21 (11-06-2008)
-
11-06-2008, 12:11 AM #298iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
Finally!! It worked!! Now I can move on and try to figure the rest of this puzzle out!!
-
11-06-2008, 12:13 AM #299Green Apple
- Join Date
- Jul 2008
- Location
- Springfield, Missouri
- Posts
- 86
- Thanks
- 21
- Thanked 15 Times in 12 Posts
-
11-06-2008, 01:20 PM #300
Hey guys.... thanks for helping each other out like that.
Dash.. thanks for being so proactive with your support
Flounder.... you need to install categories from cyidia and get the applications that are not going to be part of the widgets or icons under the hard drive off the screen. Marc posted the "spaces" icon a few pages back. That is what I use to keep applications that would normally be on a second or third page. In doing this you keep everying on you phone or iPod to one screen. Another tip for using "spaces" as a category (for applications usually kept on a second page) is to change the "background.png" to match the wallpaper that is currently on your phone (the one with the widgets on them). So when you open "spaces" it will display the same wallpaper as your homescreen and include all those apps normally kept on a second page.
For applications that you want activated by "Widgets" such as "google maps searchbar", etc. You must position the "Map" application over the widget, then SSH a transparent icon for that application (in this example it would be "Maps.png") into the following path:
/Library/Themes/Custom Leopard/Icons
If you don't know how to make a transparent icon here is one you can copy...just make sure to name it to correspond to the applications you want activated by a widget. Another tip: Position the "Weather.app" icon over the weather widget and make the weather.app icon transparent. This way you can press the weather widget and access your weather application which may include forecasts to other regions (depending on how you have your weather app set up)
Transparent Icon:
<---



LinkBack URL
About LinkBacks
Reply With Quote
Its hard to see this icon lol but its here to the left of this sentence
