Search found 11 matches
- Thu Sep 22, 2005 07:21
- Forum: Modifications / Integrations / Customisations
- Topic: Keyboards and Listboxes
- Replies: 1
- Views: 1446
Keyboards and Listboxes
Hey guys. I have started to try and use listboxes, but for some odd reason I can't get them to work. When I use selecttListboxItem (or something like that), it won't select the item...at least it doesn't highligh. The key part about all of this is that I'm not using a mouse for selecting items. Ever...
- Fri Sep 09, 2005 04:15
- Forum: Modifications / Integrations / Customisations
- Topic: Compiling CEGUI 0.4.0 on Mac OS X
- Replies: 1
- Views: 1806
Compiling CEGUI 0.4.0 on Mac OS X
Hey guys, I have a bit of a problem trying to compile and link CEGUI under Xcode. For some odd reason I get the following error when linking... mkdir /Developer/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUI.framework/Versions/A cd /Developer/cegui_mk2/makefiles/mac/Xcode2/Cra...
- Thu Sep 01, 2005 14:33
- Forum: Modifications / Integrations / Customisations
- Topic: Changing font size in an multilineeditbox or statictext wind
- Replies: 1
- Views: 2700
Changing font size in an multilineeditbox or statictext wind
Hey guys. I've been looking over the API reference and I was wondering if there is a way to change the overall text size in a window? I didn't see anything in the API reference on changing text size. Any information on this would be extremely helpful.
-EDarkness
-EDarkness
- Fri Aug 05, 2005 20:52
- Forum: Modifications / Integrations / Customisations
- Topic: Editboxes and Listboxes
- Replies: 6
- Views: 4259
Re: Editboxes and Listboxes
Why go through the debug trouble when I don't even know what I'm looking for. I wanted to know a bit more about the editbox itself before I went that route. I simply don't know enough about CEGUI and how it sets up it's windows. As I've said many times there aren't enough good tutorials to help peop...
- Fri Aug 05, 2005 20:15
- Forum: Modifications / Integrations / Customisations
- Topic: Editboxes and Listboxes
- Replies: 6
- Views: 4259
Re: Editboxes and Listboxes
<sigh> Why is it when someone asks for an explanation of how a particular function works, someone has to say they're trying to get someone to write the code for them? All I want is a list of the variables of a editbox that MUST be set in order for it to function properly. I have the editbox on the s...
- Fri Aug 05, 2005 19:11
- Forum: Modifications / Integrations / Customisations
- Topic: Clearing windows
- Replies: 6
- Views: 4080
Re: Clearing windows
Thanks for the help, guys. Everything works great.
-EDarkness
-EDarkness
- Fri Aug 05, 2005 19:05
- Forum: Modifications / Integrations / Customisations
- Topic: Editboxes and Listboxes
- Replies: 6
- Views: 4259
Editboxes and Listboxes
Hello again, fellas. I'm trying to get Editboxes and Listboxes to work. Can someone give me the basics of how they function and what variables need to be set in order for them to work? I got the editbox to display, but whenever I put focus on it and hit a key the program crashes. Also, I'm just expe...
- Tue Aug 02, 2005 20:04
- Forum: Modifications / Integrations / Customisations
- Topic: Clearing windows
- Replies: 6
- Views: 4080
Re: Clearing windows
Thanks. For hiding, does that also work for buttons, static windows, edit boxes, etc.?
-EDarkness
-EDarkness
- Tue Aug 02, 2005 12:47
- Forum: Modifications / Integrations / Customisations
- Topic: Clearing windows
- Replies: 6
- Views: 4080
Clearing windows
There are two things I'm having a tough time doing...
1. hiding windows
2. destroying windows
How would one go about doing either of those things? I've read the docs, but I can't understand them. Anyone have any tips?
-EDarkness
1. hiding windows
2. destroying windows
How would one go about doing either of those things? I've read the docs, but I can't understand them. Anyone have any tips?
-EDarkness
- Wed Jul 20, 2005 23:29
- Forum: Modifications / Integrations / Customisations
- Topic: Frustrated...need help.
- Replies: 3
- Views: 2408
Re: Frustrated...need help.
Well, that's good to hear. How do you know if the window has focus? Does it light up like it would if you moused over it? Oh, and how to I "fake" mouse events?
-EDarkness
-EDarkness
- Wed Jul 20, 2005 20:36
- Forum: Modifications / Integrations / Customisations
- Topic: Frustrated...need help.
- Replies: 3
- Views: 2408
Frustrated...need help.
Hello. I'm using Ogre and CEGUI. Right now, I'm trying to setup some buttons that will be selectable with the keyboard and when the user presses "enter/return" it will do something. My problem is all of the tutorials assume you're using a mouse. I have mouse functionality turned off, so I ...