Search found 34 matches

by Rakkar
Sat Jul 07, 2007 18:43
Forum: Help
Topic: Resizing Ogre Window not reflected in CEGUI
Replies: 1
Views: 2267

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...
by Rakkar
Tue May 22, 2007 22:57
Forum: Modifications / Integrations / Customisations
Topic: 50% framerate slowdown with 6 lines of text
Replies: 1
Views: 2724

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...
by Rakkar
Tue May 22, 2007 04:40
Forum: Modifications / Integrations / Customisations
Topic: The best way to display lots of text.
Replies: 7
Views: 7444

You aren't kidding about being expensive. My FPS dropped from 48 to < 20 with only 6 lines of text on the screen.
by Rakkar
Fri May 18, 2007 17:00
Forum: CEGUI Library Development Discussion
Topic: Memory leaks?
Replies: 0
Views: 3779

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...
by Rakkar
Fri May 11, 2007 18:18
Forum: Help
Topic: Tooltips off screen
Replies: 1
Views: 1899

Tooltips off screen

Long tooltips, which could fit if they were centered better, go off the screen. How do I fix this?
by Rakkar
Fri May 11, 2007 18:15
Forum: Help
Topic: Edit box key repeat?
Replies: 1
Views: 1957

Edit box key repeat?

Do edit boxes not have key repeat or am I doing something wrong?
by Rakkar
Fri May 11, 2007 18:00
Forum: Help
Topic: Imageset Edit box alignment
Replies: 7
Views: 4634

I take that back - it still doesn't work. The right edge is too far away, but the left edge is ok.
by Rakkar
Fri May 11, 2007 17:37
Forum: Help
Topic: Imageset Edit box alignment
Replies: 7
Views: 4634

I got it working. It should have been setup like this to begin with <Area> <Dim type="LeftEdge" ><ImageDim imageset="GalacticMeleeLook" image="EditBoxLeft" dimension="Width" /></Dim> <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim> <Dim...
by Rakkar
Fri May 11, 2007 17:09
Forum: Help
Topic: Imageset Edit box alignment
Replies: 7
Views: 4634

This doesn't work because it doesn't scale with the screen resolution. For a left edge of 58 pixels at 1600x1200 <Dim type="LeftEdge" ><UnifiedDim scale="0.0" offset="58" type="LeftEdge" /></Dim> Goes twice as far as it should at 800x600.
by Rakkar
Thu May 10, 2007 22:16
Forum: Help
Topic: Imageset Edit box alignment
Replies: 7
Views: 4634

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 ...
by Rakkar
Thu May 10, 2007 22:11
Forum: Help
Topic: How to set default text color for StaticText in looknfeel?
Replies: 2
Views: 5070

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...
by Rakkar
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: 10220

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...
by Rakkar
Sun Apr 22, 2007 03:51
Forum: Help
Topic: Hide column in multicolumn list
Replies: 5
Views: 4209

How do I rename a column header? I tried getItemAtGridReference but that got the item and not the column
by Rakkar
Wed Apr 11, 2007 06:21
Forum: Help
Topic: Hide column in multicolumn list
Replies: 5
Views: 4209

Hide column in multicolumn list

How do I hide a column in a multi-column list?
by Rakkar
Wed Mar 14, 2007 04:04
Forum: Help
Topic: Seeing images in layout editor without code changes
Replies: 1
Views: 1865

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...

Go to advanced search