Search found 34 matches
- Sat Jul 07, 2007 18:43
- Forum: Help
- Topic: Resizing Ogre Window not reflected in CEGUI
- Replies: 1
- Views: 2434
Resizing Ogre Window not reflected in CEGUI
When I run in Ogre windowed mode and drag the window to resize CEGUI doesn't seem to reflect this. CEGUI::Point mousePos = CEGUI::MouseCursor::getSingleton().getPosition(); At the right/bottom edge of the screen, it always returns the original resolution, not the new resolution I dra...
- Tue May 22, 2007 22:57
- Forum: Modifications / Integrations / Customisations
- Topic: 50% framerate slowdown with 6 lines of text
- Replies: 1
- Views: 2961
50% framerate slowdown with 6 lines of text
I'm getting this problem. http://www.ogre3d.org/phpBB2/viewtopic.php?t=32277 I can't ship my game like this. So I need to spend some time to see what I can do to fix this. Maybe nothing, since such a widespread and evident problem likely does not have any easy fix. The alternative is to use Ogre's f...
- Tue May 22, 2007 04:40
- Forum: Modifications / Integrations / Customisations
- Topic: The best way to display lots of text.
- Replies: 7
- Views: 8199
- Fri May 18, 2007 17:00
- Forum: CEGUI Library Development Discussion
- Topic: Memory leaks?
- Replies: 0
- Views: 3969
Memory leaks?
This is sort of a fast and loose guess, but when shutting down my game I get about 100 memory leak reports from the memory leak detector built into Visual Studio. I went into CEGUI and changed STR_QUICKBUFF_SIZE from 32 to 128. Now I only get one. It could be totally unrelated, so take it with a gra...
- Fri May 11, 2007 18:18
- Forum: Help
- Topic: Tooltips off screen
- Replies: 1
- Views: 2069
Tooltips off screen
Long tooltips, which could fit if they were centered better, go off the screen. How do I fix this?
- Fri May 11, 2007 18:15
- Forum: Help
- Topic: Edit box key repeat?
- Replies: 1
- Views: 2171
Edit box key repeat?
Do edit boxes not have key repeat or am I doing something wrong?
- Fri May 11, 2007 18:00
- Forum: Help
- Topic: Imageset Edit box alignment
- Replies: 7
- Views: 5298
- Fri May 11, 2007 17:37
- Forum: Help
- Topic: Imageset Edit box alignment
- Replies: 7
- Views: 5298
- Fri May 11, 2007 17:09
- Forum: Help
- Topic: Imageset Edit box alignment
- Replies: 7
- Views: 5298
- Thu May 10, 2007 22:16
- Forum: Help
- Topic: Imageset Edit box alignment
- Replies: 7
- Views: 5298
Imageset Edit box alignment
In the imageset file, I made a new image for "EditBoxLeft" where the width is pretty big: <Image Name="EditBoxLeft" XPos="3" YPos="260" Width="59" Height="73" XOffset="20"/> But when I type in the edit box, the cursor's origin is ...
- Thu May 10, 2007 22:11
- Forum: Help
- Topic: How to set default text color for StaticText in looknfeel?
- Replies: 2
- Views: 5431
How to set default text color for StaticText in looknfeel?
I did a find in files in the looknfeel to change name="NormalTextColour" initialValue="FF5fb8bb" etc. and did so for NormalTextColour HoverTextColour PushedTextColour DisabledTextColour So now the text color of my buttons are right, but my static text is still white. What do I ch...
- Sun Apr 22, 2007 18:32
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Fix for Multicolumn list scrollbars showing up when unneeded
- Replies: 7
- Views: 11386
Fix for Multicolumn list scrollbars showing up when unneeded
I noticed that the multicolumn list horizontal scrollbar shows up even when not needed. This happens if the column header approaches the edges although doesn't reach it. I fixed this by allowing you to set always on, always off, or as needed for setShowHorzScrollbar and setShowVertScrollbar, which a...
- Sun Apr 22, 2007 03:51
- Forum: Help
- Topic: Hide column in multicolumn list
- Replies: 5
- Views: 4676
- Wed Apr 11, 2007 06:21
- Forum: Help
- Topic: Hide column in multicolumn list
- Replies: 5
- Views: 4676
Hide column in multicolumn list
How do I hide a column in a multi-column list?
- Wed Mar 14, 2007 04:04
- Forum: Help
- Topic: Seeing images in layout editor without code changes
- Replies: 1
- Views: 2026
Seeing images in layout editor without code changes
I want to add static images to the layout editor. So I created about 30 512x512 TGA images. After looking around, it seems like I need to make a .imageset file for each file. I did so as follows: <?xml version="1.0" ?> <Imageset Name="AdvancedSensors" Imagefile="AdvancedSens...