Daes-
You aren't understanding what I'm saying.
Carlton-
I plan to, but it should be updated in the official version, also.
Search found 7 matches
- Thu Apr 21, 2005 21:03
- Forum: Modifications / Integrations / Customisations
- Topic: 0 Alpha Problem
- Replies: 6
- Views: 4718
- Wed Apr 20, 2005 22:37
- Forum: Modifications / Integrations / Customisations
- Topic: MultiColumnList row selection not highlighting
- Replies: 2
- Views: 2673
Re: MultiColumnList row selection not highlighting
Mind posting your code dealing with Listboxes and items? I can't figure out how to do them.
- Wed Apr 20, 2005 19:03
- Forum: Modifications / Integrations / Customisations
- Topic: 0 Alpha Problem
- Replies: 6
- Views: 4718
Re: 0 Alpha Problem
Wrong.
Re-read about my test.
Re-read about my test.
- Wed Apr 20, 2005 12:06
- Forum: Modifications / Integrations / Customisations
- Topic: 0 Alpha Problem
- Replies: 6
- Views: 4718
0 Alpha Problem
CEGUI does not currently recognize that a window has 0 alpha and still attempts to render it. I just tested this, so I'm sure of it. I created 50 buttons and when I set the visiblity to false, there was a significant FPS increase. When I set the alpha to 0, there was no change in FPS, so it still at...
- Wed Apr 20, 2005 09:52
- Forum: Modifications / Integrations / Customisations
- Topic: Generic Hitbox
- Replies: 3
- Views: 2807
Re: Generic Hitbox
Wouldn't the GUI sheet cover the entire screen? And can't you only show one GUI sheet at a time? If I wanted to use this with an already existing GUI sheet, I could just subscribe the click event to the sheet? I would definitly prefer a much cleaner widget (such as a polygon widget? I can provide co...
- Sun Apr 17, 2005 19:14
- Forum: User Projects
- Topic: HGE users can now use CEGUI.....
- Replies: 4
- Views: 9505
Re: HGE users can now use CEGUI.....
He's gotta work on his documentation. After spending a day with him working on it, I finally gave up and had him setup a blank project to use with HGE and CEGUI and had him send me that and the DLLs. Most everything's been going great, but I'm having some trouble with hgeFont now. CEGUI is pretty go...
- Sun Apr 17, 2005 04:58
- Forum: Modifications / Integrations / Customisations
- Topic: Generic Hitbox
- Replies: 3
- Views: 2807
Generic Hitbox
Is there a generic hitbox widget? I want to have an area that will execute a function when clicked on using CEGUI. Any suggestions? I was thinking about just having an invisible button, but it would be nice if there was a generic hitbox widget that will display nothing, but still take input.