Search found 4 matches
- Fri May 06, 2005 19:35
- Forum: Modifications / Integrations / Customisations
- Topic: Simple static image - surely anyone could help!?
- Replies: 2
- Views: 2928
Re: Simple static image - surely anyone could help!?
Ok peeps, I got bored of waiting for a response (I know, I know, I'm really impatient!) so I went right ahead and found out how to do it myself, and it's great because now my program looks more professional ;) I'm actually here to document exactly how you do this. Perhaps someone will migrate this p...
- Fri May 06, 2005 14:13
- Forum: Modifications / Integrations / Customisations
- Topic: Trouble loading a scheme
- Replies: 5
- Views: 4552
Re: Trouble loading a scheme
*bump* Long time no speak Spudder! Fancy bumping into you on the CEGUI forum!
- Fri May 06, 2005 13:55
- Forum: Modifications / Integrations / Customisations
- Topic: Simple static image - surely anyone could help!?
- Replies: 2
- Views: 2928
Simple static image - surely anyone could help!?
Ok I've gotten this far, I've got a really nice GUI in the works for a simple editing application I'm writing using OGRE, CEGUI and a pinch of magic. However I have come to a resounding halt! I want to have a simple, simple static image at the top of my screen! Something like a title image if you ge...
- Fri Jan 28, 2005 11:28
- Forum: Unofficial CEGUI-Related Tools
- Topic: First thoughts on scriptkid's layout editor code
- Replies: 25
- Views: 22882
Re: First thoughts on scriptkid's layout editor code
Hi there I'm just posting a little thing here about the undo functionality. I am aware of a design pattern called the command pattern which would work well here. The idea is that you make an interface (Command) and derive a subclass for every possible doable action and pop the code to perform the ac...