Page 1 of 1

Tree crash

Posted: Fri Jul 04, 2008 03:20
by dewyatt
I was wondering if anyone else was having a problem with Tree.

I'm using CEGUI 0.6.1 and setting either MultiSelect or Sort to true causes a crash.
I submitted a bug report for CELayoutEditor only to realize it was a problem with CEGUI, not CELayoutEditor.

On my system, setting Sort to true causes a crash.
Setting MultiSelect to true causes a runtime check failure (ESP was not saved correctly).

Is this a known problem?
The fact that CELayoutEditor crashes shows that it can't be a problem with my setup.

Posted: Fri Jul 04, 2008 08:12
by CrazyEddie
Hi,

I'm not aware of this being a known problem, I'll run a couple of checks and add the issue to mantis.

Thanks for the report :)

CE.

Posted: Fri Jul 04, 2008 09:25
by CrazyEddie
Hi again,

I can confirm this as an issue when using the Property based interface (it should not crash if you set the settings in code via 'setSortingEnabled' etc).

I've added a ticket to mantis and it will be fixed for the next release.

Thanks again for finding and reporting this issue.

CE.

Posted: Fri Jul 04, 2008 17:23
by dewyatt
Great, thanks CE!