Search found 15 matches

by dteviot
Thu Jan 04, 2007 04:22
Forum: Modifications / Integrations / Customisations
Topic: Getting rid of mouse droppings
Replies: 9
Views: 7372

Most embarassing. I’m having a major “D’oh” moment. After looking at the CEGUI code some more I realize that activeSheet.Render(); DOESN’T render the screen. It just generates the set of sprite quads that are to be rendered. The drawing of the quads occurs in the line renderer.DoRender(&...
by dteviot
Wed Jan 03, 2007 22:06
Forum: Modifications / Integrations / Customisations
Topic: Getting rid of mouse droppings
Replies: 9
Views: 7372

Well, could you at least tell me:
1. How CEGUI aviods the per frame redraw, and
2. How it does this without without leaving a trail of mouse droppings.

That might give me some clues for what I need to be looking for.
by dteviot
Tue Jan 02, 2007 22:10
Forum: Modifications / Integrations / Customisations
Topic: Getting rid of mouse droppings
Replies: 9
Views: 7372

This one:
http://ceguisharp.sourceforge.net/index.php/Main_Page
Which claims to be ported from Revision 1248
Version 0.4.?
Oh, and I'm using the XNA renderer.
by dteviot
Tue Jan 02, 2007 19:14
Forum: Modifications / Integrations / Customisations
Topic: Getting rid of mouse droppings
Replies: 9
Views: 7372

OK, Let me clarify my previous statement. The "mouse droppings" are left until the mouse does something like hover over a button. Then the trail is cleared, but while the mouse is hovering over the button it again leaves a trail. Which is cleaned up when the mouse moves off the button. And...
by dteviot
Mon Jan 01, 2007 04:17
Forum: Modifications / Integrations / Customisations
Topic: Getting rid of mouse droppings
Replies: 9
Views: 7372

Getting rid of mouse droppings

Gentlemen, Sorry to bother you, but I have a bit of a problem. I’m trying to get CEGUI# into a workable condition, and I’m a bit stuck. Specifically, how do I get rid of the “mouse droppings?” That is, when the mouse cursor moves across the screen, its old images are not removed. Looking at the CEGU...
by dteviot
Thu Dec 21, 2006 19:12
Forum: Help
Topic: Imageset coords and my confusing result(s)
Replies: 22
Views: 18643

well, for what it's worth, here's the code I used a couple of days ago. Note that I use a right edge, not a width. <!-- top edge --> <ImageryComponent> <Area> <Dim type="LeftEdge" > <AbsoluteDim value="0" > <DimOperator op="Add"> <ImageDim imageset="XenoLook/Button...
by dteviot
Wed Dec 20, 2006 19:44
Forum: Skins and Themes
Topic: Stretched and tiled give different effects
Replies: 2
Views: 5983

Thanks, that looks like it has a solution to the problem. I'll try it out.
by dteviot
Tue Dec 19, 2006 19:20
Forum: Skins and Themes
Topic: Stretched and tiled give different effects
Replies: 2
Views: 5983

Stretched and tiled give different effects

Gentlemen, I have the following problem. I'm trying to skin a button using a number of 1 pixel wide images. Specifically, the 4 corners are 2x2, the top and bottom edges are 1x2, the left and right edges are 2x1 and the background is 1x1. The problem I have is that if I set the HorztFormat and VertF...
by dteviot
Mon Dec 18, 2006 20:25
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

I believe the second option will work, but I haven't tried it.
I don't think there's any urgency in resolving the problem.
by dteviot
Mon Dec 18, 2006 19:27
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

Actually, thinking about it some more, I suspect that trying to use Event::Connection in a client that calls the DLL would be problematic. The Event class is exported in the DLL, but Event::Connection is not.
by dteviot
Mon Dec 18, 2006 19:06
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

It looks like you're correct, nested classes do not get their enclosing class's declspec modifier. The relevant documentation appears to be: http://msdn2.microsoft.com/en-us/library/81h27t8c.aspx With the important lines being: "When you declare a class dllexport, all its member functions and s...
by dteviot
Mon Dec 18, 2006 09:41
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

I think you are mistaken. I've tried compiling the 0.5.0 code with the CEGUIEXPORT removed from the RefCounted template, and I can not find any warnings that are related to the RefCounted class. When I look at the CEGUI code some more, the only usage of RefCounted is the Connection class in Event. c...
by dteviot
Sun Dec 17, 2006 18:41
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

Here's a copy of the problem. [quote name='Pi Masta' date='Dec 17 2006, 11:42 AM' post='162376'] Ok, I mentioned this to reist, and probably confusingly as well. (Also doesn't help that this only affects Windows and he cannot test this himself) I think I found out why the dependencies are not compil...
by dteviot
Sun Dec 17, 2006 03:20
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Possible bug in CEGUI 0.5.0 final release
Replies: 9
Views: 8399

Possible bug in CEGUI 0.5.0 final release

Hi Guys, I believe theres a small error in your 0.5.0 final release code. The short form is, your class RefCounted in the file CEGUIRefCounted.h has a CEGUIEXPORT modifier. i.e. template<typename T> class CEGUIEXPORT RefCounted { CEGUIEXPORT is a macro that expands into a declspec(import) or de...
by dteviot
Mon Nov 13, 2006 20:40
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Confusion with Demo7 ItemListBox
Replies: 3
Views: 4115

Confusion with Demo7 ItemListBox

Hi Guys, I'm not quite sure where I should post this, so if this is the wrong place, I apologise. Anyway, looking at the sample code for the 0.5.0 release. Demo 7 replaces the ListBox widget with the ItemListBox. However, in the scheme file /samples/datafiles/schemes/TaharesLook.scheme it defines th...

Go to advanced search