Search found 3 matches

by TheBren
Wed Apr 20, 2005 21:18
Forum: Modifications / Integrations / Customisations
Topic: MultiColumnList row selection not highlighting
Replies: 2
Views: 2676

MultiColumnList row selection not highlighting

I have a MultiColumnList. Part of its initialization includes this: list->setSelectionMode(CEGUI::MultiColumnList::RowSingle); When I add rows, my ListBoxTextItem includes this: item->setSelectionBrushImage("TaharezLook", "ListboxSelectionBrush"); The row is highl...
by TheBren
Sun Apr 10, 2005 18:42
Forum: Modifications / Integrations / Customisations
Topic: ListHeader::getSortSegment Exception
Replies: 2
Views: 2200

Re: ListHeader::getSortSegment Exception

I was using CELayoutEditor to create the parent MultiColumnList and then trying to add the headers/list to the XML manually. I should probably have mentioned this. So now I have the MultiColumnList in XML and add the columns through code as you suggested, and it works fine. Thanks! How do I apply my...
by TheBren
Thu Apr 07, 2005 05:28
Forum: Modifications / Integrations / Customisations
Topic: ListHeader::getSortSegment Exception
Replies: 2
Views: 2200

ListHeader::getSortSegment Exception

I'm getting an exception when I try to add an item to a MultiColumnList: ListHeader::getSortSegment - Sort segment was NULL! (No segments are attached to the ListHeader?) It happens when I call MultiColumnList::insertRow(). I tried calling MultiColumnList::setSortColumn(0), same error. I have no ide...

Go to advanced search