Search found 15 matches
- Thu Jan 04, 2007 04:22
- Forum: Modifications / Integrations / Customisations
- Topic: Getting rid of mouse droppings
- Replies: 9
- Views: 7372
- Wed Jan 03, 2007 22:06
- Forum: Modifications / Integrations / Customisations
- Topic: Getting rid of mouse droppings
- Replies: 9
- Views: 7372
- 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.
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.
- Tue Jan 02, 2007 19:14
- Forum: Modifications / Integrations / Customisations
- Topic: Getting rid of mouse droppings
- Replies: 9
- Views: 7372
- 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...
- Thu Dec 21, 2006 19:12
- Forum: Help
- Topic: Imageset coords and my confusing result(s)
- Replies: 22
- Views: 18643
- Wed Dec 20, 2006 19:44
- Forum: Skins and Themes
- Topic: Stretched and tiled give different effects
- Replies: 2
- Views: 5983
- 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...
- 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
- 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
- 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
- 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...
- 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...
- 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...
- 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...