Search found 7 matches

by ArmaDuck
Thu Dec 16, 2004 04:56
Forum: Offtopic Discussion
Topic: CrayEddie GUI and Unicode
Replies: 13
Views: 9011

CrayEddie GUI and Unicode

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
by ArmaDuck
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!
by ArmaDuck
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...
by ArmaDuck
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?
by ArmaDuck
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!
by ArmaDuck
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....
by ArmaDuck
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:...

Go to advanced search