Reply to thread

Thanks for the suggestions!


My skin xml file  has


[CODE]<window>

  <id>7722</id>[/CODE]


Which should match

[CODE]        public int GetWindowId()

        {

            return 7722;

        }[/CODE]


So perhaps it's something else :(


I'll have to reread that documentation and check out the SVN linked... Is there a plugin that's very basic anyone could recommend that I look at?


Top Bottom