Dock icon trouble

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
User avatar
guysullavin
Harmless
Posts: 6
Joined: Sat Jan 26, 2008 9:13 pm

Dock icon trouble

Post by guysullavin »

Hello all, ive been working on this dock icon and ive just "finished" it, and i think i have the coding wrong because it does not show my icons when i switch to it.

Coding: <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<dict>
<key>Creator</key>
<string>Created By Ben Strung</string>
<key>LinkURL</key>
<string>http://guysullavin.blogger.com/</string>
<key>Title</key>
<string>Zealot</string>
</dict>
<key>State</key>
<dict>
<key>Alert</key>
<dict>
<key>Animated</key>
<true/>
<key>Delay</key>
<real>0.5</real>
<key>Images</key>
<array>
<string>ZealotDead.png</string>
<string>ZealotBase.png</string>
</array>
<key>Overlay</key>
<false/>
</dict>
<key>Away</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>ZealotDead.png</string>
<key>Overlay</key>
<true/>
</dict>
<key>Base</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>ZealotDead.png</string>
<key>Overlay</key>
<false/>
</dict>
<key>Connecting</key>
<dict>
<key>Animated</key>
<false/>
<key>Delay</key>
<real>0.20000000000000001</real>
<key>Images</key>
<string>ZealotBase.png</string>
<key>Overlay</key>
<true/>
</dict>
<key>Idle</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>ZealotBase.png</string>
<key>Overlay</key>
<true/>
</dict>
<key>Online</key>
<dict>
<key>Animated</key>
<true/>
<key>Image</key>
<array>
<string>Zealotatk.png</string>
<string>ZealotBase.png</string>
<key>Overlay</key>
<false/>
</dict>
<key>Preview</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>ZealotBase.png</string>
<key>Overlay</key>
<false/>
</dict>
</dict>
</dict>
</plist>

if anyone knows what is wrong with this, please respond

P.S. i have the BG of the pics transparent like the original stock icons...
User avatar
guysullavin
Harmless
Posts: 6
Joined: Sat Jan 26, 2008 9:13 pm

Post by guysullavin »

nm, ive got it, just got to change all the .png's to "Flap.png", "Awake.png", and "Asleep.png" no problems!
when life gives you lemons... make lemonade!

When life gives you nuclear warfare... well... i think you get the picture...
Post Reply