CEGUI::UnknownObjectException when tree is used
Posted: Wed Jan 21, 2009 21:21
The following exception messages are displayed in VS2005 output and logged in CEGUI.log whenever trees are used (e.g. just run the tree sample project). I am running 0.6.2 with directx 9 renderer. No code were modified off the zip files downloaded. The tree in sample project is using Taharez scheme, the properties mentioned are indeed specified in the looknfeel, so I'm not sure what went wrong.
This have been mentioned in here and here. But I can't find where it has ever been addressed.
]
21/01/2009 13:10:23 (Error) CEGUI::UnknownObjectException in file d:\projects\cegui\cegui_admin\cegui_mk2\sdk_helpers\cegui-0.6.2-vc8\src\ceguipropertyset.cpp(124) : There is no Property named 'SelectionBrushImage' available in the set.
21/01/2009 13:10:23 (Error) CEGUI::UnknownObjectException in file d:\projects\cegui\cegui_admin\cegui_mk2\sdk_helpers\cegui-0.6.2-vc8\src\ceguipropertyset.cpp(124) : There is no Property named 'NormalTextColour' available in the set.
21/01/2009 13:10:23 (Error) CEGUI::UnknownObjectException in file d:\projects\cegui\cegui_admin\cegui_mk2\sdk_helpers\cegui-0.6.2-vc8\src\ceguipropertyset.cpp(124) : There is no Property named 'SelectedTextColour' available in the set.
21/01/2009 13:10:23 (Error) CEGUI::UnknownObjectException in file d:\projects\cegui\cegui_admin\cegui_mk2\sdk_helpers\cegui-0.6.2-vc8\src\ceguipropertyset.cpp(124) : There is no Property named 'ActiveSelectionColour' available in the set.
21/01/2009 13:10:23 (Error) CEGUI::UnknownObjectException in file d:\projects\cegui\cegui_admin\cegui_mk2\sdk_helpers\cegui-0.6.2-vc8\src\ceguipropertyset.cpp(124) : There is no Property named 'InactiveSelectionColour' available in the set.
This have been mentioned in here and here. But I can't find where it has ever been addressed.