Hello folks,
in my layout I have a full screen default window as root that I don't want any cursor to be shown in, however I don't want to define a cursor (MouseCursorImage property) for every single subwindow.
If the mouse cursor would get inherited from parent window I'd just wrap all windows showing a cursor by another window widget only specifying it once, sadly this doesn't work and default cursor gets applied.
So I thought of unsetting the default cursor for the default window, but sadly I only can specify a new cursor or it would fall back to the default one.
Another idea I had was to set the size of the default window to zero, but it's children have to keep in scale with screen size and it didn't seem to work anyway, default cursor kept being applied.
I found a workaround though and simply defined a 0x0 pixel cursor image in my imageset to use. That works well, but I still wonder if it would be possible to actually unset the cursor (without of complicate event handling + hide()/show()).
If not, maybe consider it for a future release.
thanks
Edit: topic solved, thanks
[SOLVED] unset window mouse cursor, but don't default
Moderators: CEGUI MVP, CEGUI Team
-
- Just popping in
- Posts: 13
- Joined: Sun Nov 21, 2010 20:58
- Location: Germany - Hamburg
- Contact:
[SOLVED] unset window mouse cursor, but don't default
Last edited by Flocke on Sat Feb 05, 2011 19:59, edited 1 time in total.
Re: unset window mouse cursor, but don't default
Your thread does not contain sufficient information and/or does not follow the forum guidelines. Please edit your post to suit the mentioned requirements so we can help you, thanks!
Besides that I don't understand why you can't set a fake 0x0 cursor for the root default window and then use the default in the windows inside it?
Besides that I don't understand why you can't set a fake 0x0 cursor for the root default window and then use the default in the windows inside it?
-
- Just popping in
- Posts: 13
- Joined: Sun Nov 21, 2010 20:58
- Location: Germany - Hamburg
- Contact:
Re: unset window mouse cursor, but don't default
Kulik wrote:Besides that I don't understand why you can't set a fake 0x0 cursor for the root default window and then use the default in the windows inside it?
That's exactly what I did and I said it works fine just wondered if there's a way to say not to show any cursor instead of a faked/invisible one.
Thanks anyway and sorry for not posting the log, though I understand you put it as a guidline, it's not of much use here. But here you go:
Code: Select all
05/02/2011 19:18:18 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
05/02/2011 19:18:18 (Std) + Crazy Eddie's GUI System - Event log +
05/02/2011 19:18:18 (Std) + (http://www.cegui.org.uk/) +
05/02/2011 19:18:18 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
05/02/2011 19:18:18 (Std) CEGUI::Logger singleton created. (01CCF880)
05/02/2011 19:18:18 (Std)
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std) * Important: *
05/02/2011 19:18:18 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
05/02/2011 19:18:18 (Std) * of this log file indicated below. Failure to do this will result in no *
05/02/2011 19:18:18 (Std) * support being given; please do not waste our time. *
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std) ---- Version 0.7.5 (Build: Nov 19 2010 Microsoft Windows g++ 4.4.0 32 bit) ----
05/02/2011 19:18:18 (Std) ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
05/02/2011 19:18:18 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
05/02/2011 19:18:18 (Std) ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
05/02/2011 19:18:18 (Std) ---- Scripting module is: None ----
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
05/02/2011 19:18:18 (Std) ********************************************************************************
05/02/2011 19:18:18 (Std)
05/02/2011 19:18:18 (Std) ---- Begining CEGUI System initialisation ----
05/02/2011 19:18:18 (Std) CEGUI::ImagesetManager singleton created (01CCFDB0)
05/02/2011 19:18:18 (Std) CEGUI::FontManager singleton created. (01CD0098)
05/02/2011 19:18:18 (Std) CEGUI::WindowFactoryManager singleton created
05/02/2011 19:18:18 (Std) CEGUI::WindowManager singleton created (01CCDDA0)
05/02/2011 19:18:18 (Std) CEGUI::SchemeManager singleton created. (01CD0170)
05/02/2011 19:18:18 (Std) CEGUI::MouseCursor singleton created. (01CD0248)
05/02/2011 19:18:18 (Std) CEGUI::GlobalEventSet singleton created. (01CD5C18)
05/02/2011 19:18:18 (Std) CEGUI::AnimationManager singleton created (01CCE568)
05/02/2011 19:18:18 (Std) CEGUI::WidgetLookManager singleton created. (01CD64E0)
05/02/2011 19:18:18 (Std) CEGUI::WindowRendererManager singleton created (01CD65A0)
05/02/2011 19:18:18 (Std) CEGUI::RenderEffectManager singleton created (01CC3E68)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'DefaultWindow' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'DefaultWindow' windows added. (01CDD420)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'DragContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'DragContainer' windows added. (01CDD4C8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'ScrolledContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'ScrolledContainer' windows added. (01CDD570)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'ClippedContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'ClippedContainer' windows added. (01CDF618)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Checkbox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Checkbox' windows added. (01CDF6C0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/PushButton' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/PushButton' windows added. (01CDF768)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/RadioButton' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/RadioButton' windows added. (01CDF810)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Combobox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Combobox' windows added. (01CDF8B8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ComboDropList' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ComboDropList' windows added. (01CDF960)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Editbox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Editbox' windows added. (01CDFA08)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/FrameWindow' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/FrameWindow' windows added. (01CDFAB0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ItemEntry' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ItemEntry' windows added. (01CDFB58)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Listbox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Listbox' windows added. (01CDFC00)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ListHeader' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ListHeader' windows added. (01CDFCA8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (01CDFD68)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Menubar' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Menubar' windows added. (01CDFE10)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/PopupMenu' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/PopupMenu' windows added. (01CDFEB8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/MenuItem' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/MenuItem' windows added. (01CDFF60)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/MultiColumnList' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows added. (01CE0008)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (01CE00B0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ProgressBar' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ProgressBar' windows added. (01CE0158)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ScrollablePane' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows added. (01CE0200)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Scrollbar' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Scrollbar' windows added. (01CE02A8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Slider' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Slider' windows added. (01CE0350)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Spinner' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Spinner' windows added. (01CE03F8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/TabButton' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/TabButton' windows added. (01CE04A0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/TabControl' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/TabControl' windows added. (01CE0548)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Thumb' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Thumb' windows added. (01CE05F0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Titlebar' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Titlebar' windows added. (01CE0698)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Tooltip' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Tooltip' windows added. (01CE0740)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/ItemListbox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/ItemListbox' windows added. (01CE07E8)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/GroupBox' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/GroupBox' windows added. (01CE0890)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'CEGUI/Tree' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'CEGUI/Tree' windows added. (01CE0938)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'HorizontalLayoutContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'HorizontalLayoutContainer' windows added. (01CE09E0)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'VerticalLayoutContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'VerticalLayoutContainer' windows added. (01CE0A88)
05/02/2011 19:18:18 (Std) Created WindowFactory for 'GridLayoutContainer' windows.
05/02/2011 19:18:18 (Std) WindowFactory for 'GridLayoutContainer' windows added. (01CE0B30)
05/02/2011 19:18:18 (Std) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
05/02/2011 19:18:18 (Std) CEGUI::System singleton created. (01CCF528)
05/02/2011 19:18:18 (Std) ---- CEGUI System initialisation completed ----
05/02/2011 19:18:18 (Std)
05/02/2011 19:18:18 (Std) ---- Scripting module is now: CEGUI::LuaScriptModule - Official Lua based scripting module for CEGUI ----
05/02/2011 19:18:18 (Std) ---- Creating Lua bindings ----
05/02/2011 19:18:18 (Std) Started creation of Scheme from XML specification:
05/02/2011 19:18:18 (Std) ---- CEGUI GUIScheme name: BotfShm
05/02/2011 19:18:18 (Std) Started creation of Imageset from XML specification:
05/02/2011 19:18:18 (Std) ---- CEGUI Imageset name: BotfIms
05/02/2011 19:18:18 (Std) ---- Source texture file: botfIms.tga in resource group: (Default)
05/02/2011 19:18:18 (Std) Started creation of Imageset from XML specification:
05/02/2011 19:18:18 (Std) ---- CEGUI Imageset name: FedCombat
05/02/2011 19:18:18 (Std) ---- Source texture file: FedCombat.png in resource group: (Default)
05/02/2011 19:18:18 (Std) Started creation of Font from XML specification:
05/02/2011 19:18:18 (Std) ---- CEGUI font name: startrektng1-18
05/02/2011 19:18:18 (Std) ---- Font type: FreeType
05/02/2011 19:18:18 (Std) ---- Source file: startrektng1.ttf in resource group: (Default)
05/02/2011 19:18:18 (Std) ---- Real point size: 18
05/02/2011 19:18:18 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
05/02/2011 19:18:18 (Std) ===== Look and feel parsing completed =====
05/02/2011 19:18:18 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
05/02/2011 19:18:18 (Std) Defining animation named: Botf/AniButton/ButtonFlash Duration: 1.6 Replay mode: loop Auto start: false
05/02/2011 19:18:18 (Std) Adding affector for property: AreaColour Interpolator: colour Application method: absolute
05/02/2011 19:18:18 (Std) Adding KeyFrame at position: 0.0 Value: FFFFFFFF
05/02/2011 19:18:18 (Std) Adding KeyFrame at position: 0.8 Value: 00FFFFFF
05/02/2011 19:18:18 (Std) Adding KeyFrame at position: 1.6 Value: FFFFFFFF
05/02/2011 19:18:18 (Std) Adding subscription to event: MouseEntersArea Action: Start
05/02/2011 19:18:18 (Std) Adding subscription to event: MouseLeavesArea Action: Stop
05/02/2011 19:18:18 (Std) ===== Look and feel parsing completed =====
05/02/2011 19:18:18 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
05/02/2011 19:18:18 (Std) ===== Look and feel parsing completed =====
05/02/2011 19:18:18 (Std) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Button' added. (01CE0E78)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Default' added. (01CE1070)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Editbox' added. (01CE1118)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/FrameWindow' added. (01CE11C0)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ItemEntry' added. (01CE1268)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ListHeader' added. (01CE1310)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ListHeaderSegment' added. (01CE13B8)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Listbox' added. (01CE1460)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Menubar' added. (01CE1508)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/MenuItem' added. (01CE15B0)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/MultiColumnList' added. (01CE1658)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/MultiLineEditbox' added. (01CE1700)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/PopupMenu' added. (01CE17A8)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ProgressBar' added. (01CE1850)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ScrollablePane' added. (01CE18F8)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Scrollbar' added. (01CE19A0)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Slider' added. (01CE1A48)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Static' added. (01CE1AF0)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/StaticImage' added. (01CE1B98)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/StaticText' added. (01CE1C40)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/SystemButton' added. (06D4FDC8)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/TabButton' added. (06D4FE70)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/TabControl' added. (06D4FF18)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Titlebar' added. (06D4FFC0)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ToggleButton' added. (06D50068)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Tooltip' added. (06D50110)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/ItemListbox' added. (06D501B8)
05/02/2011 19:18:18 (Std) Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
05/02/2011 19:18:18 (Std) WindowRendererFactory 'Falagard/Tree' added. (06D50260)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/AniButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'Botf/AniButton' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Botf/HorizontalScrollbar' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Botf/HorizontalScrollbarThumb' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'Botf/ImageButton' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'Botf/StaticImage' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'Botf/StaticText' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Botf/VerticalScrollbar' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) Creating falagard mapping for type 'Botf/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Botf/VerticalScrollbarThumb' and RenderEffect ''. (0006C890)
05/02/2011 19:18:18 (Std) ---- Successfully completed loading of GUI layout from 'BotfLot.layout' ----
05/02/2011 19:18:31 (Std) Attempting to create Imageset 'startrektng1-18_auto_glyph_images_ ' with texture only.
05/02/2011 19:18:41 (Std) ---- Destroying Lua bindings ----
05/02/2011 19:18:41 (Std) ---- Begining CEGUI System destruction ----
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Tree' windows removed. (01CE0938)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Tree' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Thumb' windows removed. (01CE05F0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Thumb' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Slider' windows removed. (01CE0350)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Slider' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Editbox' windows removed. (01CDFA08)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Editbox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Listbox' windows removed. (01CDFC00)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Listbox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Menubar' windows removed. (01CDFE10)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Menubar' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Spinner' windows removed. (01CE03F8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Spinner' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Tooltip' windows removed. (01CE0740)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Tooltip' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'DefaultWindow' windows removed. (01CDD420)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'DefaultWindow' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'DragContainer' windows removed. (01CDD4C8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'DragContainer' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Checkbox' windows removed. (01CDF6C0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Checkbox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Combobox' windows removed. (01CDF8B8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Combobox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/GroupBox' windows removed. (01CE0890)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/GroupBox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/MenuItem' windows removed. (01CDFF60)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/MenuItem' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Titlebar' windows removed. (01CE0698)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Titlebar' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ItemEntry' windows removed. (01CDFB58)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ItemEntry' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/PopupMenu' windows removed. (01CDFEB8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/PopupMenu' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/Scrollbar' windows removed. (01CE02A8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/Scrollbar' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/TabButton' windows removed. (01CE04A0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/TabButton' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ListHeader' windows removed. (01CDFCA8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ListHeader' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/PushButton' windows removed. (01CDF768)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/PushButton' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/TabControl' windows removed. (01CE0548)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/TabControl' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'ClippedContainer' windows removed. (01CDF618)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'ClippedContainer' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/FrameWindow' windows removed. (01CDFAB0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/FrameWindow' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ItemListbox' windows removed. (01CE07E8)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ItemListbox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ProgressBar' windows removed. (01CE0158)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ProgressBar' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/RadioButton' windows removed. (01CDF810)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/RadioButton' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'ScrolledContainer' windows removed. (01CDD570)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'ScrolledContainer' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ComboDropList' windows removed. (01CDF960)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ComboDropList' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'GridLayoutContainer' windows removed. (01CE0B30)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'GridLayoutContainer' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows removed. (01CE0200)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ScrollablePane' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows removed. (01CE0008)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/MultiColumnList' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows removed. (01CE00B0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/MultiLineEditbox' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows removed. (01CDFD68)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'CEGUI/ListHeaderSegment' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'VerticalLayoutContainer' windows removed. (01CE0A88)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'VerticalLayoutContainer' windows.
05/02/2011 19:18:41 (Std) WindowFactory for 'HorizontalLayoutContainer' windows removed. (01CE09E0)
05/02/2011 19:18:41 (Std) Deleted WindowFactory for 'HorizontalLayoutContainer' windows.
05/02/2011 19:18:41 (Std) ---- Begining cleanup of GUI Scheme system ----
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Button' WindowRenderers removed. (01CE0E78)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Button' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Default' WindowRenderers removed. (01CE1070)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Default' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Editbox' WindowRenderers removed. (01CE1118)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers removed. (01CE11C0)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers removed. (01CE1268)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers removed. (01CE1310)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers removed. (01CE13B8)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Listbox' WindowRenderers removed. (01CE1460)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Menubar' WindowRenderers removed. (01CE1508)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers removed. (01CE15B0)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers removed. (01CE1658)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers removed. (01CE1700)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers removed. (01CE17A8)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers removed. (01CE1850)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers removed. (01CE18F8)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers removed. (01CE19A0)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Slider' WindowRenderers removed. (01CE1A48)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Static' WindowRenderers removed. (01CE1AF0)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Static' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers removed. (01CE1B98)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/StaticText' WindowRenderers removed. (01CE1C40)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers removed. (06D4FDC8)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/TabButton' WindowRenderers removed. (06D4FE70)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/TabControl' WindowRenderers removed. (06D4FF18)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers removed. (06D4FFC0)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers removed. (06D50068)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers removed. (06D50110)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers removed. (06D501B8)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
05/02/2011 19:18:41 (Std) WindowRendererFactory for 'Falagard/Tree' WindowRenderers removed. (06D50260)
05/02/2011 19:18:41 (Std) Deleted WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
05/02/2011 19:18:41 (Std) CEGUI::SchemeManager singleton destroyed. (01CD0170)
05/02/2011 19:18:41 (Std) CEGUI::WindowManager singleton destroyed (01CCDDA0)
05/02/2011 19:18:41 (Std) CEGUI::WindowFactoryManager singleton destroyed
05/02/2011 19:18:41 (Std) CEGUI::WidgetLookManager singleton destroyed. (01CD64E0)
05/02/2011 19:18:41 (Std) CEGUI::WindowRendererManager singleton destroyed (01CD65A0)
05/02/2011 19:18:41 (Std) CEGUI::AnimationManager singleton destroyed (01CCE568)
05/02/2011 19:18:41 (Std) CEGUI::RenderEffectManager singleton destroyed (01CC3E68)
05/02/2011 19:18:41 (Std) ---- Begining cleanup of Font system ----
05/02/2011 19:18:41 (Std) CEGUI::FontManager singleton destroyed. (01CD0098)
05/02/2011 19:18:41 (Std) CEGUI::MouseCursor singleton destroyed. (01CD0248)
05/02/2011 19:18:41 (Std) ---- Begining cleanup of Imageset system ----
05/02/2011 19:18:41 (Std) CEGUI::ImagesetManager singleton destroyed (01CCFDB0)
05/02/2011 19:18:41 (Std) CEGUI::GlobalEventSet singleton destroyed. (01CD5C18)
05/02/2011 19:18:41 (Std) CEGUI::System singleton destroyed. (01CCF528)
05/02/2011 19:18:41 (Std) ---- CEGUI System destruction completed ----
05/02/2011 19:18:41 (Std) CEGUI::Logger singleton destroyed. (01CCF880)
System specs don't help here either, but I'm running preinstalled bad old vista on a 2GHz dual core laptop. And I do not encounter any errors, warnings or exceptions, all runs fine and pretty stable. Well, I get some boost related warnings when compiling with ogre, but that's a known C++0x issue and doesn't cause any problems.
I'm happy with how cegui works and very thankful for all your hard work on it, and I'm searching forum and reading documentation carefully but often it's easy to oversee the obvious, that's why I asked.
cheers
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: unset window mouse cursor, but don't default
The correct and intended way is simply:
There is, however, no way to do this via the property interface right at the moment.
HTH
CE.
Code: Select all
someWindow->setMouseCursor(CEGUI::BlankMouseCursor);
There is, however, no way to do this via the property interface right at the moment.
HTH
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Re: unset window mouse cursor, but don't default
The main reason for the log in this case is to get the correct CEGUI version
-
- Just popping in
- Posts: 13
- Joined: Sun Nov 21, 2010 20:58
- Location: Germany - Hamburg
- Contact:
Re: unset window mouse cursor, but don't default
CrazyEddie wrote:The correct and intended way is simply:Code: Select all
someWindow->setMouseCursor(CEGUI::BlankMouseCursor);
Thanks alot, works perfectly within my toLua++ script.
Who is online
Users browsing this forum: No registered users and 8 guests