What exactly are you trying to accomplish? Are you wanting a button to a different graphic depending on its purpose? Yes, this is it ! Like this, for instance : http://www.codeproject.com/KB/buttons/Enhanced_GlassButton/EnhancedGlassButton.jpg If that is the case, I would just use a basic graphic b...
Thanks Thomas ! It helped me a little bit, but I still don't have it. I already red a lot of pages on the wiki, even the old ones, but I still have a little comprehension problem :? Anyway, I let the layouts down for the moment, since I've found a piece of code which might work for what I want to do...
Hello everyone, I apologize in advance concerning my quite stupid questions, I guess. :oops: I'm starting using CEGUI 0.8.3, along with SDL and OpenGL. I want my buttons to be PNGs that I'd previously load, but the tutorials I found about it are a little bit obsolete, and I didn't understand what I ...
Hi, I found some topics talking about subscribeEvent() in this forum, but I didn't understand where my problem was... So I create a new one. I'm starting using CEGUI 0.7.9 with Ogre, following a french tutorial. I implemented all my CEGUI code in a class called "InputListener", and I creat...