PDA

View Full Version : WindowXMLDialog


roro
2008-11-14, 00:20
Hi,

I cant find any code sample to understand the WindowXMLDialog function, I would like to find some small easy code snippets. Does anyone know where to find anything?

I'm also woundering about the strFallbackPath, is it the same syntax for Linux, Xbox and Windows?

Thanks from the rookie

Martomo
2008-11-14, 13:19
Not sure if this will help, might be a bit outdated, but this is the old WindowXMLExample (https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/XBMC/scripts/WindowXMLExample.zip)

Also might help to look at the source of some of the scripts that use WindowXML, check the XBMC-scripting SVN for the latest versions of the script;
http://xbmc-scripting.googlecode.com/svn/

More information on how to checkout a SVN (subversion) directory check this tutorial written by xboxbox451;
http://xboxbox451.googlepages.com/svn_client_guide.html

Nuka1195
2008-11-15, 00:48
that's probably outdated.

a simple script is the changelog script, while it is a WindowXML not a WindowXMLDialog. you should be able to substitute accordingly

roro
2008-11-15, 22:10
Thanks for the links, now I just have to understand.
There seems to be a problem with the fallback, I have tested the WindowXMLExample but it only finds the "Script_WindowXMLExample.xml" if I put it in the folder for the skin that is curently active. I thought it would work if I copyed "Script_WindowXMLExample.xml" to ...scripts\WinXMLExample\DefaultSkin\pal\Script_Wi ndowXMLExample.xml.

// Robert