I think the forum's hyperlink color is the same as regular text so it's hard to see the link in Nihilus' post.
Here is the full URL anyway:
http://crayzedsgui.sourceforge.net/modu ... opic&t=313
Search found 7 matches
- Thu Dec 16, 2004 04:56
- Forum: Offtopic Discussion
- Topic: CrayEddie GUI and Unicode
- Replies: 13
- Views: 9011
- Sun Dec 12, 2004 19:44
- Forum: CEGUI Library Development Discussion
- Topic: Blurry / Twinkling CEGUI
- Replies: 7
- Views: 7124
Blurry / Twinkling CEGUI
The 'fixed' demo looks nice and sharp. But it I see some weird 'floating' or shifting on some of the widgets and text when I move a window. But it's still a great improvement!
- Sun Dec 12, 2004 08:05
- Forum: Modifications / Integrations / Customisations
- Topic: RawDataContainer Debug Assertion Failed!
- Replies: 7
- Views: 4994
RawDataContainer Debug Assertion Failed!
When I close my application in debug mode I get a Debug Assertion Failed! in CEGUIDataContainer.h. File: dbgdel.cpp Line: 52 Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) Stack trace: CEGUI.dll!CEGUI::RawDataContainer::release() Line 141 + 0x18 C++ CEGUI.dll!CEGUI::RawDataContainer::~Ra...
- Fri Oct 08, 2004 22:40
- Forum: Modifications / Integrations / Customisations
- Topic: Add events to MouseCursor
- Replies: 3
- Views: 2935
Add events to MouseCursor
I've got it working!
There is no problem adding EventSet as another base class for MouseCursor. Everything seems to be working fine so far.
Would you like me to post the modifications?
There is no problem adding EventSet as another base class for MouseCursor. Everything seems to be working fine so far.
Would you like me to post the modifications?
- Fri Oct 08, 2004 19:27
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Injecting absolute mouse movements
- Replies: 4
- Views: 4390
Injecting absolute mouse movements
gcarlton's solution does look a lot better! I'll switch my function and code over to your suggestions. Thanks!
- Fri Oct 08, 2004 09:34
- Forum: Modifications / Integrations / Customisations
- Topic: Add events to MouseCursor
- Replies: 3
- Views: 2935
Add events to MouseCursor
I've been thinking about how to get the mouse image name so I could change Window's cursor to the proper icon since I'm not using CEGUI cursor rendering. The best way seems to be to add an onSetImage event to the MouseCursor class with a new EventArgs class containing the Imageset and Image strings....
- Fri Oct 08, 2004 05:46
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Injecting absolute mouse movements
- Replies: 4
- Views: 4390
Injecting absolute mouse movements
It would be good to support injecting absolute mouse movements. I need this because I want to use Window's mouse messages to manipulate the GUI which gives absolute positions. I have already added an injectMouseMoveAbsolute(...) method based off of injectMouseMove(...) to System so here is the code:...