Solved now, thanks to CE on IRC. The problem was that the drag container wasn't a child of anything in the layout, adding this line fixed the problems:
Sure thing, what's happening is that the image that is a child of the drag container instead of aligning with the containers' top left hand corner, is aligning with the top left of the screen. I don't think the fineness of the values are the problem, I'd expect this to be a problem when the values w...
Hey all I'm trying to attach a static image that has already been defined in the layout file to a drag container, with the container being defined in code. The problem is that although the static image should be relative to the container but do not work out as expected, it has been created to the co...
I tried to grab the dependancies yesterday to compile 0.3.0, but only the compiled libs were included for msvc7.0. Where can I get the header files for the versions of dependancies compiled in that download?
Is this something that's gonna follow quite closely after 0.3.0, or is it something that needs some more planning and will be a done when it's done type deal?
Hey I'm having some problems understanding the GUI skinning part of CeGUI. I've read that you need only modify the .tga image and the .imageset files. If that is true, why can I just paint the whole .tga file one colour and it keeps the shapes of things like the cursor? I would expect it to be a sol...