My Theme won't show up!

8 views
Skip to first unread message

Daniel Haugen

unread,
May 13, 2013, 8:31:04 AM5/13/13
to dream...@googlegroups.com
Hi! I'm currently working on my own theme for Dreamboard! I have designed all buttons I need in Adobe Illustrator and want to test my current.plist
However, my theme wont show up when I access Dreamboard. I have added everything I need to my iPhone by extracting a zip I created.
I was wondering if anyone could take a look at my current.plist and see if there is anything wrong with it! Any help would be greatly appreciated!
Current.plist;

<?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>MainView</key>
    <array>
        <dict>
            <key>Actions</key>
            <array>
            <string>launch com.wynd.dreamboard</string>
            </array>
            <key>Frame</key>
            <string>0,40,35,57</string>
            <key>Image</key>
            <string>$ROOT/Dreamboard/
Deluge/Images/Dreamboardic.png</string>
            <key>ViewType</key>
            <string>Button</string>
        </dict>
    </array>
</dict>
</plist>

Kevin Nye

unread,
Jun 19, 2013, 1:13:00 PM6/19/13
to dream...@googlegroups.com
when linking to iamges do 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>MainView</key>
<array>
<dict>
<key>Actions</key>
<array>
<string>launch com.wynd.dreamboard</string>
</array>
<key>Frame</key>
<string>0,40,35,57</string>
<key>Image</key>
<string>$ROOT/Images/Dreamboardic.png</string>
Reply all
Reply to author
Forward
0 new messages