Problem solved, thanks to you two !
Search found 6 matches
- Fri Jul 18, 2014 12:15
- Forum: Help
- Topic: [Solved] Image buttons on CEGUI 0.8.3
- Replies: 8
- Views: 8266
Re: Image buttons on CEGUI 0.8.3
Thank you Kulik, it works perfectly !
Problem solved, thanks to you two !
Problem solved, thanks to you two !
- Fri Jul 18, 2014 08:23
- Forum: Help
- Topic: [Solved] Image buttons on CEGUI 0.8.3
- Replies: 8
- Views: 8266
Re: Image buttons on CEGUI 0.8.3
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...
- Thu Jul 17, 2014 15:37
- Forum: Help
- Topic: [Solved] Image buttons on CEGUI 0.8.3
- Replies: 8
- Views: 8266
Re: Image buttons on CEGUI 0.8.3
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...
- Wed Jul 16, 2014 12:48
- Forum: Help
- Topic: [Solved] Image buttons on CEGUI 0.8.3
- Replies: 8
- Views: 8266
[Solved] Image buttons on CEGUI 0.8.3
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 ...
- Mon Aug 05, 2013 12:51
- Forum: Help
- Topic: subscribeEvent() problem
- Replies: 2
- Views: 3015
Re: subscribeEvent() problem
It worked perfectly, thank you very much ! 
- Mon Aug 05, 2013 07:53
- Forum: Help
- Topic: subscribeEvent() problem
- Replies: 2
- Views: 3015
subscribeEvent() problem
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...