Adding button to Confluence results in blank window
#1
Hello,

I'm attempting to add a simple button to my home screen which goes to a specific videos share. I'm following this tutorial:
http://wiki.xbmc.org/index.php?title=HOW...o_the_Menu

In sources I have:
Code:
<source>
            <name>Torna</name>
            <path pathversion="1">smb://winserver/Torna/</path>
        </source>

In the Home.xml I have:

Code:
                    <item id="190">
                        <label>Torna</label>
                        <onclick>ActivateWindow(Videos,Torna,return)</onclick>
                        <icon>-</icon>
                        <thumb>-</thumb>
                    </item>

When I launch XMBC, I see the button, however when I click on it I just get this:
Image

I feel like a noob, although I can't see what's wrong and have checked everything I can think of, including other forum posts.

Thanks,

hades
Reply
#2
Question 
Hi, i have exactly the same problem. Did you solve it? Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Adding button to Confluence results in blank window0