Problems with CEImagesetEditor

Help and discussion regarding skinning, themes, and other artistic content.

Moderators: CEGUI MVP, CEGUI Team

Vortex
Just popping in
Just popping in
Posts: 2
Joined: Sat Jun 03, 2006 19:02
Contact:

Problems with CEImagesetEditor

Postby Vortex » Sat Jun 03, 2006 20:55

I uses version from 05-04-2006 because version from 10-04-2006 just wont work(fail with "WindowFactoryManager::getFactory - A WindowFactory object, an alias, or mapping for "Marti/SkematicPane" Window objects is not registered with the system")
And when i try to load my .tga(converted from .gif to .tga(because CEImagesetEditor wont load .gif) throught IrfanView, there is source - www.animekazan.net/taharezlook.gif) CEImageSet fail with this log:
04/06/2006 00:41:29 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
04/06/2006 00:41:29 (InfL1) + Crazy Eddie's GUI System - Event log +
04/06/2006 00:41:29 (InfL1) + (http://www.cegui.org.uk/) +
04/06/2006 00:41:29 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

04/06/2006 00:41:29 (InfL1) CEGUI::Logger singleton created.
04/06/2006 00:41:29 (InfL1) ---- Begining CEGUI System initialisation ----
04/06/2006 00:41:29 (InfL1) CEGUI::ImagesetManager singleton created
04/06/2006 00:41:29 (InfL1) CEGUI::FontManager singleton created.
04/06/2006 00:41:29 (InfL1) CEGUI::WindowFactoryManager singleton created
04/06/2006 00:41:29 (InfL1) CEGUI::WindowManager singleton created
04/06/2006 00:41:29 (InfL1) CEGUI::SchemeManager singleton created.
04/06/2006 00:41:29 (InfL1) CEGUI::MouseCursor singleton created.
04/06/2006 00:41:29 (InfL1) CEGUI::GlobalEventSet singleton created.
04/06/2006 00:41:29 (InfL1) CEGUI::WidgetLookManager singleton created.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'DefaultWindow' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'DragContainer' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
04/06/2006 00:41:29 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
04/06/2006 00:41:29 (InfL1) CEGUI::System singleton created.
04/06/2006 00:41:29 (InfL1) ---- CEGUI System initialisation completed ----
04/06/2006 00:41:29 (InfL1) ---- Version 0.4.1 ----
04/06/2006 00:41:29 (InfL1) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based renderer module for CEGUI ----
04/06/2006 00:41:29 (InfL1) ---- XML Parser module is: CEGUI::XercesParser - Official Xerces-C++ based parser module for CEGUI ----
04/06/2006 00:41:29 (InfL1) ---- Scripting module is: None ----
04/06/2006 00:41:29 (InfL1) Attempting to load Scheme from file '../datafiles/schemes/MartiSkin.scheme'.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'GUIScheme.xsd'.
04/06/2006 00:41:29 (Error) Exception: DefaultResourceProvider::load - GUIScheme.xsd does not exist
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/schemes/GUIScheme.xsd'.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - XML schema file 'GUIScheme.xsd' has been initialised.
04/06/2006 00:41:29 (InfL1) Attempting to create an Imageset from the information specified in file '../datafiles/imagesets/Marti.imageset'.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Imageset.xsd'.
04/06/2006 00:41:29 (Error) Exception: DefaultResourceProvider::load - Imageset.xsd does not exist
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/imagesets/Imageset.xsd'.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - XML schema file 'Imageset.xsd' has been initialised.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Falagard.xsd'.
04/06/2006 00:41:29 (Error) Exception: DefaultResourceProvider::load - Falagard.xsd does not exist
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/looknfeel/Falagard.xsd'.
04/06/2006 00:41:29 (InfL1) XercesParser::initialiseSchema - XML schema file 'Falagard.xsd' has been initialised.
04/06/2006 00:41:29 (InfL1) ===== Falagard 'root' element: look and feel parsing begins =====
04/06/2006 00:41:29 (InfL1) ===== Look and feel parsing completed =====
04/06/2006 00:41:29 (InfL1) No window factories specified for module 'CEGUIFalagardBase' - adding all available factories...
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Button' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Checkbox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/ComboDropList' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Combobox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Editbox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/FrameWindow' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/ListHeader' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/ListHeaderSegment' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Listbox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Menubar' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/MenuItem' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/MoveScaleBox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/MultiColumnList' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/MultiLineEditbox' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/PopupMenu' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/ProgressBar' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/RadioButton' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/ScrollablePane' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Scrollbar' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Slider' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Spinner' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/StaticImage' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/StaticText' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/SystemButton' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/TabButton' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/TabControl' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/TabPane' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Thumb' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Titlebar' windows added.
04/06/2006 00:41:29 (InfL1) WindowFactory for 'Falagard/Tooltip' windows added.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Titlebar' using base type 'Falagard/Titlebar' and LookN'Feel 'Marti/Titlebar'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/FrameWindow' using base type 'Falagard/FrameWindow' and LookN'Feel 'Marti/FrameWindow'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/OutlineWindow' using base type 'Falagard/MoveScaleBox' and LookN'Feel 'Marti/MoveScaleBox'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Editbox' using base type 'Falagard/Editbox' and LookN'Feel 'Marti/Editbox'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/VerticalScrollbarThumb' using base type 'Falagard/Thumb' and LookN'Feel 'Marti/VerticalScrollbarThumb'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/VerticalScrollbar' using base type 'Falagard/Scrollbar' and LookN'Feel 'Marti/VerticalScrollbar'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/HorizontalScrollbarThumb' using base type 'Falagard/Thumb' and LookN'Feel 'Marti/HorizontalScrollbarThumb'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/HorizontalScrollbar' using base type 'Falagard/Scrollbar' and LookN'Feel 'Marti/HorizontalScrollbar'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/StaticImage' using base type 'Falagard/StaticImage' and LookN'Feel 'Marti/StaticImage'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/StaticText' using base type 'Falagard/StaticText' and LookN'Feel 'Marti/StaticText'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/MultiLineEditbox' using base type 'Falagard/MultiLineEditbox' and LookN'Feel 'Marti/MultiLineEditbox'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Tooltip' using base type 'Falagard/Tooltip' and LookN'Feel 'Marti/Tooltip'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ScrollablePane' using base type 'Falagard/ScrollablePane' and LookN'Feel 'Marti/ScrollablePane'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Button' using base type 'Falagard/Button' and LookN'Feel 'Marti/Button'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ButtonUp' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonUp'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ButtonDown' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonDown'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ButtonLeft' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonLeft'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ButtonRight' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonRight'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/CheckboxButton' using base type 'Falagard/Checkbox' and LookN'Feel 'Marti/CheckboxButton'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/RadioButton' using base type 'Falagard/RadioButton' and LookN'Feel 'Marti/RadioButton'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/IconButton' using base type 'Falagard/Button' and LookN'Feel 'Marti/IconButton'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/CloseButton' using base type 'Falagard/SystemButton' and LookN'Feel 'Marti/CloseButton'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Spinner' using base type 'Falagard/Spinner' and LookN'Feel 'Marti/Spinner'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/TabButton' using base type 'Falagard/TabButton' and LookN'Feel 'Marti/TabButton'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/TabControl' using base type 'Falagard/TabControl' and LookN'Feel 'Marti/TabControl'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/TabPane' using base type 'Falagard/TabPane' and LookN'Feel 'Marti/TabPane'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ListHeader' using base type 'Falagard/ListHeader' and LookN'Feel 'Marti/ListHeader'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ListHeaderSegment' using base type 'Falagard/ListHeaderSegment' and LookN'Feel 'Marti/ListHeaderSegment'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Listbox' using base type 'Falagard/Listbox' and LookN'Feel 'Marti/Listbox'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/MultiColumnList' using base type 'Falagard/MultiColumnList' and LookN'Feel 'Marti/MultiColumnList'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Combobox' using base type 'Falagard/Combobox' and LookN'Feel 'Marti/Combobox'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/ComboDropList' using base type 'Falagard/ComboDropList' and LookN'Feel 'Marti/ComboDropList'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/Menubar' using base type 'Falagard/Menubar' and LookN'Feel 'Marti/Menubar'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/MenuItem' using base type 'Falagard/MenuItem' and LookN'Feel 'Marti/MenuItem'.
04/06/2006 00:41:29 (InfL1) Creating falagard mapping for type 'Marti/PopupMenu' using base type 'Falagard/PopupMenu' and LookN'Feel 'Marti/PopupMenu'.
04/06/2006 00:41:29 (InfL2) Window 'Root' of type 'Marti/StaticImage' has been created.
04/06/2006 00:41:29 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Root'.
04/06/2006 00:41:29 (InfL2) Window 'Image' of type 'Marti/StaticImage' has been created.
04/06/2006 00:41:29 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Image'.
04/06/2006 00:41:32 (InfL2) Window 'Image' has been added to dead pool.
04/06/2006 00:41:32 (InfL2) Window 'Root' has been added to dead pool.
04/06/2006 00:41:32 (InfL2) Window 'Root' of type 'Marti/StaticImage' has been created.
04/06/2006 00:41:32 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Root'.
04/06/2006 00:41:32 (InfL2) Window 'Image' of type 'Marti/StaticImage' has been created.
04/06/2006 00:41:32 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Image'.
04/06/2006 00:41:32 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Imageset.xsd'.
04/06/2006 00:41:32 (Error) Exception: DefaultResourceProvider::load - Imageset.xsd does not exist
04/06/2006 00:41:32 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'C:\gui\Imageset.xsd'.
04/06/2006 00:41:32 (InfL1) XercesParser::initialiseSchema - XML schema file 'Imageset.xsd' has been initialised.
04/06/2006 00:41:32 (InfL1) Attempting to create Imageset 'CEImagesetEditor' using image file 'TaharezLook.gif'.
04/06/2006 00:41:32 (Error) Exception: DefaultResourceProvider::load - TaharezLook.gif does not exist
04/06/2006 00:41:32 (Error) XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'C:\gui\TaharezLook.imageset'.
04/06/2006 00:41:32 (Error) Imageset::load - loading of Imageset from file 'C:\gui\TaharezLook.imageset' failed.
04/06/2006 00:41:51 (InfL1) Attempting to create Imageset 'CEImagesetEditor' using image file 'C:\gui\TaharezLook.tga'.
04/06/2006 00:41:51 (Error) Exception: OpenGLTexture::loadFromFile - internal Targa loader failed to load image 'C:\gui\TaharezLook.tga'.


By the way.
When i try to load .imageset by this: "Ctrl+L -> file" i got error, and if i press "Abort" i got next log:
04/06/2006 00:47:56 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
04/06/2006 00:47:56 (InfL1) + Crazy Eddie's GUI System - Event log +
04/06/2006 00:47:56 (InfL1) + (http://www.cegui.org.uk/) +
04/06/2006 00:47:56 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

04/06/2006 00:47:56 (InfL1) CEGUI::Logger singleton created.
04/06/2006 00:47:57 (InfL1) ---- Begining CEGUI System initialisation ----
04/06/2006 00:47:57 (InfL1) CEGUI::ImagesetManager singleton created
04/06/2006 00:47:57 (InfL1) CEGUI::FontManager singleton created.
04/06/2006 00:47:57 (InfL1) CEGUI::WindowFactoryManager singleton created
04/06/2006 00:47:57 (InfL1) CEGUI::WindowManager singleton created
04/06/2006 00:47:57 (InfL1) CEGUI::SchemeManager singleton created.
04/06/2006 00:47:57 (InfL1) CEGUI::MouseCursor singleton created.
04/06/2006 00:47:57 (InfL1) CEGUI::GlobalEventSet singleton created.
04/06/2006 00:47:57 (InfL1) CEGUI::WidgetLookManager singleton created.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'DefaultWindow' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'DragContainer' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
04/06/2006 00:47:57 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
04/06/2006 00:47:57 (InfL1) CEGUI::System singleton created.
04/06/2006 00:47:57 (InfL1) ---- CEGUI System initialisation completed ----
04/06/2006 00:47:57 (InfL1) ---- Version 0.4.1 ----
04/06/2006 00:47:57 (InfL1) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based renderer module for CEGUI ----
04/06/2006 00:47:57 (InfL1) ---- XML Parser module is: CEGUI::XercesParser - Official Xerces-C++ based parser module for CEGUI ----
04/06/2006 00:47:57 (InfL1) ---- Scripting module is: None ----
04/06/2006 00:47:57 (InfL1) Attempting to load Scheme from file '../datafiles/schemes/MartiSkin.scheme'.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'GUIScheme.xsd'.
04/06/2006 00:47:57 (Error) Exception: DefaultResourceProvider::load - GUIScheme.xsd does not exist
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/schemes/GUIScheme.xsd'.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - XML schema file 'GUIScheme.xsd' has been initialised.
04/06/2006 00:47:57 (InfL1) Attempting to create an Imageset from the information specified in file '../datafiles/imagesets/Marti.imageset'.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Imageset.xsd'.
04/06/2006 00:47:57 (Error) Exception: DefaultResourceProvider::load - Imageset.xsd does not exist
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/imagesets/Imageset.xsd'.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - XML schema file 'Imageset.xsd' has been initialised.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Falagard.xsd'.
04/06/2006 00:47:57 (Error) Exception: DefaultResourceProvider::load - Falagard.xsd does not exist
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file '../datafiles/looknfeel/Falagard.xsd'.
04/06/2006 00:47:57 (InfL1) XercesParser::initialiseSchema - XML schema file 'Falagard.xsd' has been initialised.
04/06/2006 00:47:57 (InfL1) ===== Falagard 'root' element: look and feel parsing begins =====
04/06/2006 00:47:57 (InfL1) ===== Look and feel parsing completed =====
04/06/2006 00:47:57 (InfL1) No window factories specified for module 'CEGUIFalagardBase' - adding all available factories...
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Button' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Checkbox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/ComboDropList' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Combobox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Editbox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/FrameWindow' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/ListHeader' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/ListHeaderSegment' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Listbox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Menubar' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/MenuItem' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/MoveScaleBox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/MultiColumnList' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/MultiLineEditbox' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/PopupMenu' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/ProgressBar' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/RadioButton' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/ScrollablePane' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Scrollbar' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Slider' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Spinner' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/StaticImage' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/StaticText' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/SystemButton' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/TabButton' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/TabControl' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/TabPane' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Thumb' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Titlebar' windows added.
04/06/2006 00:47:57 (InfL1) WindowFactory for 'Falagard/Tooltip' windows added.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Titlebar' using base type 'Falagard/Titlebar' and LookN'Feel 'Marti/Titlebar'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/FrameWindow' using base type 'Falagard/FrameWindow' and LookN'Feel 'Marti/FrameWindow'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/OutlineWindow' using base type 'Falagard/MoveScaleBox' and LookN'Feel 'Marti/MoveScaleBox'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Editbox' using base type 'Falagard/Editbox' and LookN'Feel 'Marti/Editbox'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/VerticalScrollbarThumb' using base type 'Falagard/Thumb' and LookN'Feel 'Marti/VerticalScrollbarThumb'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/VerticalScrollbar' using base type 'Falagard/Scrollbar' and LookN'Feel 'Marti/VerticalScrollbar'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/HorizontalScrollbarThumb' using base type 'Falagard/Thumb' and LookN'Feel 'Marti/HorizontalScrollbarThumb'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/HorizontalScrollbar' using base type 'Falagard/Scrollbar' and LookN'Feel 'Marti/HorizontalScrollbar'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/StaticImage' using base type 'Falagard/StaticImage' and LookN'Feel 'Marti/StaticImage'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/StaticText' using base type 'Falagard/StaticText' and LookN'Feel 'Marti/StaticText'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/MultiLineEditbox' using base type 'Falagard/MultiLineEditbox' and LookN'Feel 'Marti/MultiLineEditbox'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Tooltip' using base type 'Falagard/Tooltip' and LookN'Feel 'Marti/Tooltip'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ScrollablePane' using base type 'Falagard/ScrollablePane' and LookN'Feel 'Marti/ScrollablePane'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Button' using base type 'Falagard/Button' and LookN'Feel 'Marti/Button'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ButtonUp' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonUp'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ButtonDown' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonDown'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ButtonLeft' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonLeft'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ButtonRight' using base type 'Falagard/Button' and LookN'Feel 'Marti/ButtonRight'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/CheckboxButton' using base type 'Falagard/Checkbox' and LookN'Feel 'Marti/CheckboxButton'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/RadioButton' using base type 'Falagard/RadioButton' and LookN'Feel 'Marti/RadioButton'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/IconButton' using base type 'Falagard/Button' and LookN'Feel 'Marti/IconButton'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/CloseButton' using base type 'Falagard/SystemButton' and LookN'Feel 'Marti/CloseButton'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Spinner' using base type 'Falagard/Spinner' and LookN'Feel 'Marti/Spinner'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/TabButton' using base type 'Falagard/TabButton' and LookN'Feel 'Marti/TabButton'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/TabControl' using base type 'Falagard/TabControl' and LookN'Feel 'Marti/TabControl'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/TabPane' using base type 'Falagard/TabPane' and LookN'Feel 'Marti/TabPane'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ListHeader' using base type 'Falagard/ListHeader' and LookN'Feel 'Marti/ListHeader'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ListHeaderSegment' using base type 'Falagard/ListHeaderSegment' and LookN'Feel 'Marti/ListHeaderSegment'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Listbox' using base type 'Falagard/Listbox' and LookN'Feel 'Marti/Listbox'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/MultiColumnList' using base type 'Falagard/MultiColumnList' and LookN'Feel 'Marti/MultiColumnList'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Combobox' using base type 'Falagard/Combobox' and LookN'Feel 'Marti/Combobox'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/ComboDropList' using base type 'Falagard/ComboDropList' and LookN'Feel 'Marti/ComboDropList'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/Menubar' using base type 'Falagard/Menubar' and LookN'Feel 'Marti/Menubar'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/MenuItem' using base type 'Falagard/MenuItem' and LookN'Feel 'Marti/MenuItem'.
04/06/2006 00:47:57 (InfL1) Creating falagard mapping for type 'Marti/PopupMenu' using base type 'Falagard/PopupMenu' and LookN'Feel 'Marti/PopupMenu'.
04/06/2006 00:47:57 (InfL2) Window 'Root' of type 'Marti/StaticImage' has been created.
04/06/2006 00:47:57 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Root'.
04/06/2006 00:47:57 (InfL2) Window 'Image' of type 'Marti/StaticImage' has been created.
04/06/2006 00:47:57 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Image'.
04/06/2006 00:48:21 (InfL2) Window 'Image' has been added to dead pool.
04/06/2006 00:48:21 (InfL2) Window 'Root' has been added to dead pool.
04/06/2006 00:48:21 (InfL2) Window 'Root' of type 'Marti/StaticImage' has been created.
04/06/2006 00:48:21 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Root'.
04/06/2006 00:48:21 (InfL2) Window 'Image' of type 'Marti/StaticImage' has been created.
04/06/2006 00:48:21 (InfL2) Assigning LookNFeel 'Marti/StaticImage' to window 'Image'.
04/06/2006 00:48:21 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'Imageset.xsd'.
04/06/2006 00:48:21 (Error) Exception: DefaultResourceProvider::load - Imageset.xsd does not exist
04/06/2006 00:48:21 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'C:\gui\Imageset.xsd'.
04/06/2006 00:48:21 (InfL1) XercesParser::initialiseSchema - XML schema file 'Imageset.xsd' has been initialised.
04/06/2006 00:48:21 (InfL1) Attempting to create Imageset 'CEImagesetEditor' using image file 'TaharezLook.gif'.
04/06/2006 00:48:21 (Error) Exception: DefaultResourceProvider::load - TaharezLook.gif does not exist
04/06/2006 00:48:21 (Error) XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'C:\gui\TaharezLook.imageset'.
04/06/2006 00:48:21 (Error) Imageset::load - loading of Imageset from file 'C:\gui\TaharezLook.imageset' failed.


But if i press "ignore" i can "normal"(program have so many bugs...) work with program.

By the way, why there is no updates for this program? latest version which i find on this forum is date by 10-04-2006.

/////
Sorry for my ugly english.

Return to “Skins and Themes”

Who is online

Users browsing this forum: No registered users and 7 guests