MyEffect wobbly effect help

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

StrickenKid
Just popping in
Just popping in
Posts: 9
Joined: Wed Jun 23, 2010 05:59

MyEffect wobbly effect help

Postby StrickenKid » Thu Jul 01, 2010 05:22

Hi, I'm trying to use the wobbly effect in my project, I copied over the class header and cpp to my project, and its not working, the project compiles fine, and it runs fine, just no wobbly effect. I debugged the functions to see if they were being called, all but the update function get called... I'm not sure what I'm missing...

Any help?

Thanks,
StrickenKid

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

Re: MyEffect wobbly effect help

Postby CrazyEddie » Thu Jul 01, 2010 09:29

Most likely this will be something like the windows you're using the effect with not having texture backing (AutoRenderingSurface enabled), or if that is enabled, perhaps the hardware does not support some function we need to do the render to texture.

Log?

CE.

StrickenKid
Just popping in
Just popping in
Posts: 9
Joined: Wed Jun 23, 2010 05:59

Re: MyEffect wobbly effect help

Postby StrickenKid » Thu Jul 01, 2010 19:06

here's the log:

Code: Select all

30/06/2010 22:23:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30/06/2010 22:23:54 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
30/06/2010 22:23:54 (Std)    +                          (http://www.cegui.org.uk/)                         +
30/06/2010 22:23:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

30/06/2010 22:23:54 (Std)    CEGUI::Logger singleton created. (043C7840)
30/06/2010 22:23:54 (Std)    
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    * Important:                                                                   *
30/06/2010 22:23:54 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
30/06/2010 22:23:54 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
30/06/2010 22:23:54 (Std)    *     support being given; please do not waste our time.                       *
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    ---- Version 0.7.1 (Build: Jan 27 2010 Microsoft Windows MSVC++ 9.0 32 bit) ----
30/06/2010 22:23:54 (Std)    ---- Renderer module is: CEGUI::Direct3D9Renderer - Official Direct3D 9 based 2nd generation renderer module. ----
30/06/2010 22:23:54 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
30/06/2010 22:23:54 (Std)    ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
30/06/2010 22:23:54 (Std)    ---- Scripting module is: None ----
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
30/06/2010 22:23:54 (Std)    ********************************************************************************
30/06/2010 22:23:54 (Std)    
30/06/2010 22:23:54 (Std)    ---- Begining CEGUI System initialisation ----
30/06/2010 22:23:54 (Std)    CEGUI::ImagesetManager singleton created (043D0430)
30/06/2010 22:23:54 (Std)    CEGUI::FontManager singleton created. (043D0690)
30/06/2010 22:23:54 (Std)    CEGUI::WindowFactoryManager singleton created
30/06/2010 22:23:54 (Std)    CEGUI::WindowManager singleton created (043D1D80)
30/06/2010 22:23:54 (Std)    CEGUI::SchemeManager singleton created. (043D3378)
30/06/2010 22:23:54 (Std)    CEGUI::MouseCursor singleton created. (0183AF40)
30/06/2010 22:23:54 (Std)    CEGUI::GlobalEventSet singleton created. (018376E0)
30/06/2010 22:23:54 (Std)    CEGUI::WidgetLookManager singleton created. (043C7EE8)
30/06/2010 22:23:54 (Std)    CEGUI::WindowRendererManager singleton created (018394E8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'DefaultWindow' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'DefaultWindow' windows added. (043D5B30)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'DragContainer' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'DragContainer' windows added. (043D5BD8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'ScrolledContainer' windows added. (043D5C80)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'ClippedContainer' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'ClippedContainer' windows added. (043D5D28)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (043D5DD0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (043D5E78)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (043D5F20)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (043D7FC8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (043D8070)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (043D8118)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (043D81C0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (043D92A8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (043D9350)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (043D93F8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (043DA4B8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (043DA560)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (043DA608)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (043DA6B0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (043DA758)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (043DA800)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (043DA8A8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (043DA950)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (043DA9F8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (043DAAA0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (043DAB48)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (043DABF0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (043DAC98)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (043DAD40)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (043DADE8)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (043DAE90)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (043DAF38)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (043DAFE0)
30/06/2010 22:23:54 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
30/06/2010 22:23:54 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (043DB088)
30/06/2010 22:23:54 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
30/06/2010 22:23:54 (Std)    CEGUI::System singleton created. (043CDCB0)
30/06/2010 22:23:54 (Std)    ---- CEGUI System initialisation completed ----
30/06/2010 22:23:54 (Std)    
30/06/2010 22:23:54 (Std)    Started creation of Scheme from XML specification:
30/06/2010 22:23:54 (Std)    ---- CEGUI GUIScheme name: WindowsLookSkin
30/06/2010 22:23:54 (Std)    Started creation of Imageset from XML specification:
30/06/2010 22:23:54 (Std)    ---- CEGUI Imageset name: WindowsLook
30/06/2010 22:23:54 (Std)    ---- Source texture file: WindowsLook.tga in resource group: (Default)
30/06/2010 22:23:54 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
30/06/2010 22:23:54 (Std)    ===== Look and feel parsing completed =====
30/06/2010 22:23:54 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Button' added. (043DB280)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Default' added. (043DB478)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (043DB670)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (043DB718)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (043DB7C0)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (043DB868)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (043DB910)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (043DB9B8)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (043DBA60)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (043DBB08)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (043DBBB0)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (043DBC58)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (043DBD00)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (043DBDA8)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (043DBE50)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (043DBEF8)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Slider' added. (043DBFA0)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Static' added. (043DC048)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (043DC0F0)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (043DC198)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (043DC240)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (043DC2E8)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (043DC390)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (043FF3F0)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (043FF498)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (043FF540)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (043FF5E8)
30/06/2010 22:23:54 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
30/06/2010 22:23:54 (Std)    WindowRendererFactory 'Falagard/Tree' added. (043FF690)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/Button'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'WindowsLook/Checkbox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/IconButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/IconButton'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'WindowsLook/RadioButton'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' and Look'N'Feel 'WindowsLook/FrameWindow'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' and Look'N'Feel 'WindowsLook/Titlebar'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/SystemButton'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'WindowsLook/Editbox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' and Look'N'Feel 'WindowsLook/MultiLineEditbox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' and Look'N'Feel 'WindowsLook/Menubar'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' and Look'N'Feel 'WindowsLook/PopupMenu'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' and Look'N'Feel 'WindowsLook/MenuItem'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'WindowsLook/ProgressBar'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'WindowsLook/VerticalScrollbar'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'WindowsLook/HorizontalScrollbar'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/VerticalScrollbarThumb'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/HorizontalScrollbarThumb'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' and Look'N'Feel 'WindowsLook/TabButton'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' and Look'N'Feel 'WindowsLook/TabControl'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'WindowsLook/TabContentPane'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'WindowsLook/TabButtonPane'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' and Look'N'Feel 'WindowsLook/ComboDropList'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' and Look'N'Feel 'WindowsLook/Combobox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' and Look'N'Feel 'WindowsLook/Listbox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' and Look'N'Feel 'WindowsLook/ListHeader'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' and Look'N'Feel 'WindowsLook/ListHeaderSegment'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' and Look'N'Feel 'WindowsLook/MultiColumnList'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' and Look'N'Feel 'WindowsLook/Slider'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'WindowsLook/SliderThumb'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' and Look'N'Feel 'WindowsLook/ScrollablePane'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' and Look'N'Feel 'WindowsLook/Spinner'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' and Look'N'Feel 'WindowsLook/Tooltip'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/Static' using base type 'DefaultWindow', window renderer 'Falagard/Static' and Look'N'Feel 'WindowsLook/Static'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' and Look'N'Feel 'WindowsLook/StaticImage'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' and Look'N'Feel 'WindowsLook/StaticText'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' and Look'N'Feel 'WindowsLook/ItemListbox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' and Look'N'Feel 'WindowsLook/ListboxItem'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Creating falagard mapping for type 'WindowsLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' and Look'N'Feel 'WindowsLook/GroupBox'. (0022DC4C)
30/06/2010 22:23:54 (Std)    Started creation of Font from XML specification:
30/06/2010 22:23:54 (Std)    ---- CEGUI font name: DejaVuSans-10
30/06/2010 22:23:54 (Std)    ----       Font type: FreeType
30/06/2010 22:23:54 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
30/06/2010 22:23:54 (Std)    ---- Real point size: 10
30/06/2010 22:23:54 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
30/06/2010 22:23:54 (Error)   CEGUI::UnknownObjectException in file ..\..\..\cegui\src\CEGUIPropertySet.cpp(124) : There is no Property named 'HorizontalSlider' available in the set.
30/06/2010 22:23:54 (Std)    ---- Successfully completed loading of GUI layout from 'overlay.layout' ----

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

Re: MyEffect wobbly effect help

Postby CrazyEddie » Fri Jul 02, 2010 08:45

Can you see that your OP basically says "I copied this and that over, but it doesn't work. Why?" Do you really, honestly expect anyone to know why it doesn't work? And while that seems a rhetorical question, I'd actually really like you to answer it, since I fail to understand why, time and time again, I am expected to know the answers to these questions when given no information.

So, I'll try again with what I dais in my original reply... Are the windows you're attaching the effect to texture backed? How are you attaching the effect? What other information can you give us?

CE.

StrickenKid
Just popping in
Just popping in
Posts: 9
Joined: Wed Jun 23, 2010 05:59

Re: MyEffect wobbly effect help

Postby StrickenKid » Fri Jul 02, 2010 19:42

CrazyEddie wrote:Can you see that your OP basically says "I copied this and that over, but it doesn't work. Why?" Do you really, honestly expect anyone to know why it doesn't work? And while that seems a rhetorical question, I'd actually really like you to answer it, since I fail to understand why, time and time again, I am expected to know the answers to these questions when given no information.

So, I'll try again with what I dais in my original reply... Are the windows you're attaching the effect to texture backed? How are you attaching the effect? What other information can you give us?

CE.


You can obviously see that I'm confused here, and you do not have to be so rude. Coming from the guy who runs this, I would have thought you'd act more professional, I thought wrong.
I'm using the same exact method that was in Demo7, e.g. casting the window's rendering surface to a RenderingWindow, and used setRenderEffect from there, same exact way from Demo7. As for the texture backing, I have no idea, could you explain what this means and how to do it? Since 90% of the wiki is out-dated, you have to understand that this is very hard without any up to date tutorials or anything that have to do with this...

Jamarr
CEGUI MVP
CEGUI MVP
Posts: 812
Joined: Tue Jun 03, 2008 23:59
Location: USA

Re: MyEffect wobbly effect help

Postby Jamarr » Tue Jul 06, 2010 16:01

Hi Stricken, you have to understand that CE maintains and supports CEGUI on his own free time. And in fact, he is basically the only person doing so. There are a few others who help out from time to time, but everyone offering support here is doing so on their own dime. That said, if you glance over the forums you will see that he is often times far more gracious and generous than he needs to be.

Everyday we have to ask people to use the docs, search the forum, and only then if they cannot find an answer to post /all/ of the information they have; this has to be asked multiple times a day ad nauseam. This is mentioned in the forum guidelines, but no one ever reads those; it is always just "help me! help me!". So I am sure you can understand that sometime, somewhere this is going to wear you down. Likewise, it is ultimately up to you to provide enough information for us to assist you; if you cannot provide enough information, there is nothing we can do. We are not mind-readers, and we are not going to remotely debug your software for you. So it is crucial that you know how to debug your own, and others, code.

Anyway, in regards to the issue CE mentioned, if you search the forums for "AutoRenderingSurface" you can find several threads/posts discussing how to enable/disable this property.

Also, I wonder if you have tried the wobbly-effect samples/demos provided with CEGUI on your system? If the effect works in the demo, then you should have the proper hardware/drivers to use the effect. Also, if the effect does work for you in the demo, then that should tell you the problem lies within your use of CEGUI in your own application. If this is the case, then you need to post your CEGUI initialization code, and any callback or injection functions related to the issue you are having.

I am not personally familiar with the effects implementation (as I am still using v0.6.2) but I assume you at least must call System::injectTimePulse in order for the effect to play/update itself (CE can you verify/correct me on this?).
If somebody helps you by replying to your thread, upvote him/her as a thanks! Make sure to include your CEGUI.log and everything you tried when posting! And remember that we are not magicians!

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

Re: MyEffect wobbly effect help

Postby CrazyEddie » Tue Jul 06, 2010 18:22

Jamarr wrote:I am not personally familiar with the effects implementation (as I am still using v0.6.2) but I assume you at least must call System::injectTimePulse in order for the effect to play/update itself (CE can you verify/correct me on this?).


This is correct :)

CE


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 10 guests