Search found 8 matches

by reacher
Fri May 14, 2010 14:27
Forum: Offtopic Discussion
Topic: 0.7.1 clipping issue
Replies: 7
Views: 8580

Re: 0.7.1 clipping issue

Adding that property fixed the clipping issue. But now the client portion of the frame window is riding on top of everything else.

Image

Also the cursor is apparently moving behind the window (although this was happening before I added the property)
by reacher
Thu May 13, 2010 19:06
Forum: Offtopic Discussion
Topic: 0.7.1 clipping issue
Replies: 7
Views: 8580

0.7.1 clipping issue

We use CEGUI for a basic console for our game engine. Our console is similar to the example console in the CEGUI Samples. It uses Taharez and is made up of: DefaultWindow (created programatically) --FrameWindow (console window) ----Listbox (text buffer) ----Editbox (text entry) ------Listbox (auto c...
by reacher
Mon Apr 13, 2009 04:20
Forum: Help
Topic: TargetType and user defined classes
Replies: 1
Views: 1597

TargetType and user defined classes

How difficult is it to derive my own custom classes off of CEGUI's classes and link them in a scheme file? I'm looking to add new functionality to the CEGUI::Editbox to not have Tab fire EventTextAccepted. I know I could just derive a class off of Editbox and maybe accomplish this, but how would I s...
by reacher
Mon Apr 13, 2009 04:16
Forum: Help
Topic: MultiLineEditbox and font colo(u)r
Replies: 4
Views: 2775

Thanks guys! Jamarr your insight made me realize I should be using a Listbox instead of the MultiLineEditbox. The main issue is the MultiLineEditbox uses a single String to hold all the text. IOW very difficult to format it on a per line basis. The Listbox was just what I needed :D
by reacher
Thu Apr 09, 2009 15:16
Forum: Help
Topic: looking for downloadable examples
Replies: 2
Views: 2169

The SDK comes with several samples that are really helpful in learning CEGUI by looking at the code. In fact, most tutorials you find on the wiki will use the framework set up the the samples, so looking at the sample code will give you a good understanding on how to set stuff up. The samples implem...
by reacher
Thu Apr 09, 2009 15:00
Forum: Help
Topic: MultiLineEditbox and font colo(u)r
Replies: 4
Views: 2775

MultiLineEditbox and font colo(u)r

I saw a long discussion in the suggestions forum about implementing multiple colors in a single text string. Is there already functionality that allows for differing colors on a per-line basis for the MultiLineEditbox? With the existing properties, I can change the color for all the text at once, bu...
by reacher
Thu Apr 09, 2009 00:12
Forum: Help
Topic: [Solved] Cursor only updating when mouse is clicked
Replies: 2
Views: 2098

haha i just figured it out while cooking. I was tossing some garlic, onions and squash, thinking "man i wish i had some device to do this for me. all it would need is some passive motion that would--" and it hit me: glutPassiveMotionFunc()!!

thanks!
by reacher
Wed Apr 08, 2009 17:55
Forum: Help
Topic: [Solved] Cursor only updating when mouse is clicked
Replies: 2
Views: 2098

[Solved] Cursor only updating when mouse is clicked

I have a simple demo, based on the FirstWindow sample included with CEGUI. I'm using VC++2008 express with glut. The frame window and cursor both display properly. But the CEGUI cursor only moves while I holding down the mouse button. If I let off the button, it fails to update anymore. I must be do...

Go to advanced search