1. Run Python port of Falagard demo with immediate mode
2. Type "WindowManager.getSingleton().DEBUG_dumpWindowNames('LEFTIUM')" into console and press [ENTER]
3. Inspect CEGUI.log
OR
1. Modify FalagardDemo1 to call WindowManager.getSingleton().DEBUG_dumpWindowNames("LEFTIUM")
2. Run
3. Inspect CEGUI.log
Expected results:
- Window names have slash (/) between 'Demo' prefix and rest of window name
- Example: Demo/Vanilla/Console
Actual results:
- Window names missing slash (/) between 'Demo' prefix and rest of window name
- Example: DemoVanilla/Console
Code: Select all
26/07/2011 12:54:17 (Std) WINDOW NAMES DUMP (LEFTIUM)
26/07/2011 12:54:17 (Std) -----------------
26/07/2011 12:54:17 (Std) Window : bg
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/Submit
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/Editbox
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console__auto_titlebar__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console__auto_closebutton__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_hscrollbar__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_vscrollbar__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_hscrollbar____auto_thumb__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_vscrollbar____auto_thumb__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_hscrollbar____auto_decbtn__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_hscrollbar____auto_incbtn__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_vscrollbar____auto_decbtn__
26/07/2011 12:54:17 (Std) Window : DemoVanilla/Console/History__auto_vscrollbar____auto_incbtn__
26/07/2011 12:54:17 (Std) -----------------
Comments:
- This probably repros with the C++ version of CEGUI, too, but untested.
- Possibly cause of Function WindowManager::getWindow won't work
Environment:
Code: Select all
26/07/2011 02:08:32 (Std) ---- Version 0.7.5 (Build: Nov 19 2010 Microsoft Windows MSVC++ 9.0 32 bit) ----
26/07/2011 02:08:32 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
26/07/2011 02:08:32 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
26/07/2011 02:08:32 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
26/07/2011 02:08:32 (Std) ---- Scripting module is: None ----