Search found 7 matches
- Thu Jul 05, 2007 07:47
- Forum: Help
- Topic: Color at Point
- Replies: 0
- Views: 2543
Color at Point
Is there a way to get the color of a window at a certain point, say where the user clicked?
- Mon Jun 11, 2007 19:50
- Forum: Offtopic Discussion
- Topic: Escape Characters
- Replies: 1
- Views: 3452
Escape Characters
I tried to use a "\t" to add a tab to the text in a DefaultWindow, but it was not interpreted at all. The two strings that are sperated by the "\t" butt right against each other.
- Fri May 04, 2007 20:47
- Forum: Offtopic Discussion
- Topic: Thanks to the CEGUI team
- Replies: 6
- Views: 7031
I've seen these other GUI systems, but am not inclined to move from CEGUI. Heck, I'm responsible for one of those GUI systems and you still see me here! It's the maturity and flexibility of CEGUI that keeps it at the top! So far I've only been using the looks that come with the download and I CANNO...
- Thu May 03, 2007 22:02
- Forum: Help
- Topic: Resize a Texture or an Image
- Replies: 4
- Views: 4485
- Thu May 03, 2007 21:49
- Forum: Help
- Topic: Resize a Texture or an Image
- Replies: 4
- Views: 4485
Resize a Texture or an Image
I am using CEGUI with Ogre and I have an Ogre Texture that I use for RTT and I convert that to a CEGUI texture and use that to create a CEGUI::Image. I put that Image in a FrameWindow and I want the user to be able to resize that window, but I can't seem to find a way to change the size of the CEGUI...
- Tue Mar 20, 2007 14:06
- Forum: Help
- Topic: Hide Mouse Cursor
- Replies: 2
- Views: 3767
- Mon Mar 19, 2007 21:37
- Forum: Help
- Topic: Hide Mouse Cursor
- Replies: 2
- Views: 3767
Hide Mouse Cursor
I am using OIS for input and have create the mouse in non-exclusive mode, so I want to be able to hide the CEGUI mouse pointer. Is there an overall switch for this or do I need to set it per window?