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:
In the Home.xml I have:
When I launch XMBC, I see the button, however when I click on it I just get this:
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
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:
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