Search found 6 matches

by pw242
Sun May 22, 2011 09:49
Forum: Modifications / Integrations / Customisations
Topic: Removing event inside the event handler
Replies: 1
Views: 3165

Removing event inside the event handler

I am trying to remove event handlers from an object inside an event handler for that object and I get a crash: Debug assertion failed! include\xtree line 256 expression map/set iterator not incrementable I am trying to modify the TabControl widget in order to support dragging tabs out into their own...
by pw242
Sat May 21, 2011 18:53
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Extending ItemListBox
Replies: 9
Views: 7343

Re: Extending ItemListBox

I wanted to sort a column as numbers, so I created a derived class from ListboxTextItem. I've had to resort to a dynamic_cast which I don't like, but it seems to do the job: class ListboxNumberItem : public ListboxTextItem { int value; public: ListboxNumberItem(int value, CEGUI::uint item_id = 0, vo...
by pw242
Sun May 01, 2011 21:09
Forum: Bug Reports, Suggestions, Feature Requests
Topic: DragContainer will disappear when other window signalRedraw
Replies: 1
Views: 2810

Re: DragContainer will disappear when other window signalRed

Also had this issue.
I'm updating the text in a button every frame (just messing around) and it makes draggable things disappear.
by pw242
Sat Apr 30, 2011 18:20
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor Error
Replies: 6
Views: 12904

Re: CEImagesetEditor Error

I had the same error message on loading an imageset with File...
However there is a separate box for the Image file, and pointing that to the right place fixed the issue.
by pw242
Fri Apr 29, 2011 13:49
Forum: Help
Topic: No renderer options in sample programmes
Replies: 7
Views: 4072

Re: No renderer options in sample programmes

29/04/2011 12:57:00 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- * 29/04/2011 12:57:00 (Std) ******************************************************************************** 29/04/2011 12:57:00 (Std) ---- Version 0.7.5 (Build: Apr 25 2011 Debug Microsoft Windows MSV...
by pw242
Fri Apr 29, 2011 13:42
Forum: Help
Topic: No renderer options in sample programmes
Replies: 7
Views: 4072

No renderer options in sample programmes

When I try to run the sample programs it pops up a window asking what renderer I want to use. There are no options. I've built CEGUI in visual studio 10, got the basic tutorials working and my own program just fine. Now I want to do some more stuff and I thought looking through the samples would be ...

Go to advanced search