WindowFactory for TaharezLook/ItemListbox not found

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

matches81
Just popping in
Just popping in
Posts: 11
Joined: Sun Dec 21, 2008 22:03

WindowFactory for TaharezLook/ItemListbox not found

Postby matches81 » Fri Jan 16, 2009 16:44

Hi there again!
After my initial XML woes my layouts are working fine, so I went ahead with creating a little console, nothing fancy.
The current structure for this is a TaharezLook/StaticText window as frame with an Editbox at the bottom for input and a Listbox above that for output. Works fine, however logging of some messages long enough causes them to extend over the Listbox's extents, which in turn causes a horizontal scrollbar to show up.
So, after looking around, it seems, an ItemListbox is the way to go, since it would allow me to have an Editbox or MultilineEditbox as entries in my list and therefore have multi-line messages.

Problem is: It seems the FalagardMapping for TaharezLook/ItemListbox is never created, although it is defined in the TaharezLook.scheme file I use.
It also appears in the TaharezLook.looknfeel file and I have no errors in the CEGUI log. I've got quite a few FalagardMappings from the TaharezLook scheme and they work, but at least one of them doesn't show up.
I'm currently using CEGUI 0.51, but got the .looknfeel, .scheme, .imageset etc files from the CEGUI 0.6 SDK download, since the ItemListbox wasn't defined in the ones that came with Ogre.

Could that be the cause of my problems?
Any other ideas if it isn't?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Postby CrazyEddie » Sat Jan 17, 2009 10:59

With regards to multi-line entries in the older style listbox, all you need is a ListboxItem class that does text wrapping. There is an example of this here

As far as the issue with the "TaharezLook/ItemListbox" mapping not working, I'm not sure what could be going on there. Could you post the full log, I know you said there's no errors, but it's good to see what else going on :)

CE.

matches81
Just popping in
Just popping in
Posts: 11
Joined: Sun Dec 21, 2008 22:03

Postby matches81 » Sat Jan 17, 2009 12:00

Thx for the link. Will check it out, although I already have implemented a workaround by splitting the given text into multiple lines, respecting words and automatic padding of "follow-up" lines.
For the case of my console that's even better than "simple" word-wrapping, since it groups lines belonging to one message together using the padding automatically.

As for the ItemListbox issue, here is the CEGUI log:
17/01/2009 12:51:49 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
17/01/2009 12:51:49 (InfL1) + Crazy Eddie's GUI System - Event log +
17/01/2009 12:51:49 (InfL1) + (http://www.cegui.org.uk/) +
17/01/2009 12:51:49 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

17/01/2009 12:51:49 (InfL1) CEGUI::Logger singleton created.
17/01/2009 12:51:49 (InfL1) ---- Begining CEGUI System initialisation ----
17/01/2009 12:51:49 (InfL1) CEGUI::ImagesetManager singleton created
17/01/2009 12:51:49 (InfL1) CEGUI::FontManager singleton created.
17/01/2009 12:51:49 (InfL1) CEGUI::WindowFactoryManager singleton created
17/01/2009 12:51:49 (InfL1) CEGUI::WindowManager singleton created
17/01/2009 12:51:49 (InfL1) CEGUI::SchemeManager singleton created.
17/01/2009 12:51:49 (InfL1) CEGUI::MouseCursor singleton created.
17/01/2009 12:51:49 (InfL1) CEGUI::GlobalEventSet singleton created.
17/01/2009 12:51:49 (InfL1) CEGUI::WidgetLookManager singleton created.
17/01/2009 12:51:49 (InfL1) CEGUI::WindowRendererManager singleton created
17/01/2009 12:51:49 (InfL1) WindowFactory for 'DefaultWindow' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'DragContainer' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'ClippedContainer' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Checkbox' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/PushButton' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/RadioButton' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Combobox' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ComboDropList' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Editbox' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/FrameWindow' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ItemEntry' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Listbox' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ListHeader' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ListHeaderSegment' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Menubar' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/PopupMenu' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/MenuItem' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/MultiColumnList' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/MultiLineEditbox' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ProgressBar' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ScrollablePane' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Scrollbar' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Slider' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Spinner' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/TabButton' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/TabControl' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Thumb' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Titlebar' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/Tooltip' windows added.
17/01/2009 12:51:49 (InfL1) WindowFactory for 'CEGUI/ItemListbox' windows added.
17/01/2009 12:51:49 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
17/01/2009 12:51:49 (InfL1) CEGUI::System singleton created.
17/01/2009 12:51:49 (InfL1) ---- CEGUI System initialisation completed ----
17/01/2009 12:51:49 (InfL1) ---- Version 0.5.1 ----
17/01/2009 12:51:49 (InfL1) ---- Renderer module is: CEGUI::OgreRenderer - Official Ogre based renderer module for CEGUI ----
17/01/2009 12:51:49 (InfL1) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
17/01/2009 12:51:49 (InfL1) ---- Scripting module is: None ----
17/01/2009 12:51:49 (InfL1) Attempting to load Scheme from file 'TaharezLookSkin.scheme'.
17/01/2009 12:51:49 (InfL1) Attempting to create an Imageset from the information specified in file 'TaharezLook.imageset'.
17/01/2009 12:51:49 (InfL1) Started creation of Imageset from XML specification:
17/01/2009 12:51:49 (InfL1) ---- CEGUI Imageset name: TaharezLook
17/01/2009 12:51:49 (InfL1) ---- Source texture file: TaharezLook.tga in resource group: (Default)
17/01/2009 12:51:49 (InfL1) Attempting to create Font from the information specified in file 'bluehighway-12.font'.
17/01/2009 12:51:49 (InfL1) Started creation of FreeType Font:
17/01/2009 12:51:49 (InfL1) ---- CEGUI font name: BlueHighway-12
17/01/2009 12:51:49 (InfL1) ---- Source file: bluehigh.ttf in resource group: (Default)
17/01/2009 12:51:49 (InfL1) ---- Real point size: 12
17/01/2009 12:51:49 (InfL1) Succsessfully loaded 289 glyphs
17/01/2009 12:51:49 (InfL1) Attempting to create Font from the information specified in file 'bluehighway-10.font'.
17/01/2009 12:51:49 (InfL1) Started creation of FreeType Font:
17/01/2009 12:51:49 (InfL1) ---- CEGUI font name: BlueHighway-10
17/01/2009 12:51:49 (InfL1) ---- Source file: bluehigh.ttf in resource group: (Default)
17/01/2009 12:51:49 (InfL1) ---- Real point size: 10
17/01/2009 12:51:50 (InfL1) Succsessfully loaded 289 glyphs
17/01/2009 12:51:50 (InfL1) Attempting to create Font from the information specified in file 'bluehighway-8.font'.
17/01/2009 12:51:50 (InfL1) Started creation of FreeType Font:
17/01/2009 12:51:50 (InfL1) ---- CEGUI font name: BlueHighway-8
17/01/2009 12:51:50 (InfL1) ---- Source file: bluehigh.ttf in resource group: (Default)
17/01/2009 12:51:50 (InfL1) ---- Real point size: 8
17/01/2009 12:51:50 (InfL1) Succsessfully loaded 289 glyphs
17/01/2009 12:51:50 (InfL1) ===== Falagard 'root' element: look and feel parsing begins =====
17/01/2009 12:51:50 (InfL1) ===== Look and feel parsing completed =====
17/01/2009 12:51:50 (InfL1) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Button' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Default' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Editbox' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/FrameWindow' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ItemEntry' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ListHeader' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ListHeaderSegment' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Listbox' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Menubar' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/MenuItem' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/MultiColumnList' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/MultiLineEditbox' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/PopupMenu' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ProgressBar' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ScrollablePane' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Scrollbar' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Slider' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Static' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/StaticImage' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/StaticText' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/SystemButton' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/TabButton' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/TabControl' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Titlebar' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ToggleButton' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/Tooltip' added.
17/01/2009 12:51:50 (InfL1) WindowRendererFactory 'Falagard/ItemListbox' added.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/Button'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'TaharezLook/Checkbox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/ImageButton'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'TaharezLook/RadioButton'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' and Look'N'Feel 'TaharezLook/FrameWindow'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' and Look'N'Feel 'TaharezLook/Titlebar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/SystemButton' and Look'N'Feel 'TaharezLook/Button'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'TaharezLook/Editbox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' and Look'N'Feel 'TaharezLook/MultiLineEditbox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' and Look'N'Feel 'TaharezLook/Menubar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' and Look'N'Feel 'TaharezLook/PopupMenu'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' and Look'N'Feel 'TaharezLook/MenuItem'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/AltProgressBar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/ProgressBar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/VUMeter'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/VerticalScrollbar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/HorizontalScrollbar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/VerticalScrollbarThumb'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/LargeVerticalScrollbar'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' and Look'N'Feel 'TaharezLook/TabButton'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' and Look'N'Feel 'TaharezLook/TabControl'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/TabContentPane'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/TabButtonPane'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' and Look'N'Feel 'TaharezLook/ComboDropList'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'TaharezLook/ComboEditbox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/Combobox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' and Look'N'Feel 'TaharezLook/Listbox'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' and Look'N'Feel 'TaharezLook/ListHeader'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' and Look'N'Feel 'TaharezLook/ListHeaderSegment'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' and Look'N'Feel 'TaharezLook/MultiColumnList'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' and Look'N'Feel 'TaharezLook/Slider'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/SliderThumb'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' and Look'N'Feel 'TaharezLook/ScrollablePane'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/Spinner'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' and Look'N'Feel 'TaharezLook/Tooltip'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' and Look'N'Feel 'TaharezLook/StaticImage'.
17/01/2009 12:51:50 (InfL1) Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' and Look'N'Feel 'TaharezLook/StaticText'.
17/01/2009 12:51:50 (InfL1) Attempting to create Imageset 'BlueHighway-12_auto_glyph_images_ ' with texture only.
17/01/2009 12:51:51 (InfL1) ---- Successfully completed loading of GUI layout from 'MainMenu.layout' ----
17/01/2009 12:51:51 (InfL1) ---- Successfully completed loading of GUI layout from 'OptionsMenu.layout' ----
17/01/2009 12:51:51 (InfL1) ---- Successfully completed loading of GUI layout from 'GraphicsMenu.layout' ----
17/01/2009 12:51:51 (InfL1) ---- Successfully completed loading of GUI layout from 'SoundMenu.layout' ----
17/01/2009 12:51:51 (InfL1) ---- Successfully completed loading of GUI layout from 'ControlsMenu.layout' ----
17/01/2009 12:52:16 (InfL1) ---- Begining CEGUI System destruction ----
17/01/2009 12:52:16 (InfL1) ---- Begining cleanup of GUI Scheme system ----
17/01/2009 12:52:16 (InfL1) Font 'BlueHighway-12' has been destroyed.
17/01/2009 12:52:16 (InfL1) Font 'BlueHighway-10' has been destroyed.
17/01/2009 12:52:16 (InfL1) Font 'BlueHighway-8' has been destroyed.
17/01/2009 12:52:16 (InfL1) Scheme 'TaharezLook' has been unloaded.
17/01/2009 12:52:16 (InfL1) CEGUI::SchemeManager singleton destroyed.
17/01/2009 12:52:16 (InfL1) CEGUI::WindowManager singleton destroyed
17/01/2009 12:52:16 (InfL1) CEGUI::WindowFactoryManager singleton destroyed
17/01/2009 12:52:16 (InfL1) CEGUI::WidgetLookManager singleton destroyed.
17/01/2009 12:52:16 (InfL1) CEGUI::WindowRendererManager singleton destroyed
17/01/2009 12:52:16 (InfL1) ---- Begining cleanup of Font system ----
17/01/2009 12:52:16 (InfL1) CEGUI::FontManager singleton destroyed.
17/01/2009 12:52:16 (InfL1) CEGUI::MouseCursor singleton destroyed.
17/01/2009 12:52:16 (InfL1) ---- Begining cleanup of Imageset system ----
17/01/2009 12:52:16 (InfL1) CEGUI::ImagesetManager singleton destroyed
17/01/2009 12:52:16 (InfL1) CEGUI::GlobalEventSet singleton destroyed.
17/01/2009 12:52:16 (InfL1) CEGUI::System singleton destroyed.
17/01/2009 12:52:16 (InfL1) ---- CEGUI System destruction completed ----
17/01/2009 12:52:16 (InfL1) CEGUI::Logger singleton destroyed.

If I didn't miscount, there's 38 FalagardMappings created for TaharezLook, although the TaharezLook scheme I use contains 42.

I don't know which mappings are missing exactly, haven't checked for that, but ItemListbox is definitely one of them.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Postby CrazyEddie » Sat Jan 17, 2009 20:45

It seems you're still loading the old scheme that comes with Ogre - I say this because the log mentions "TaharezLookSkin.scheme" which is what the Ogre version is named, and the mappings created are the same as the ones listed in the Ogre version of the file ;)

HTH

CE.

matches81
Just popping in
Just popping in
Posts: 11
Joined: Sun Dec 21, 2008 22:03

Postby matches81 » Sun Jan 18, 2009 10:21

You're a genius :) Or I'm just blind...
Thanks for the help either way.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 10 guests