I apologise if this is stupidly elementary, but I've browsed through the forums and googled extensively and I'm still having difficulties. I was wondering if there are any basic tutorials anywhere that explain the relationships / dependencies between the various XML files CEGUI uses (.imageset, .layout etc), and / or that describe how to create your own XML files.
I've been trying to experiment on my own but am not getting very far - at the moment I have a myProject.imageset, myProject.layout, myProject.looknfeel and myProject.scheme. I made these by copying and renaming the TaharezLook files, then changing all the instances of "TaharezLook" within the files to "myProject". All I want at the moment is for my program to load the same data contained in TaharezLook through these files, but I guess this isn't the way to do it! I'm getting a blank screen and the following error in CEGUI.log:
. If I load the original TaharezLook instead, though, using the same C++ code (and all instances of myProject switched to TaharezLook, of course), the program loads fine with no errors.. so the problem isn't in my code. Any suggestions?loading of look and feel data from file myProject.looknfeel has failed