Page 1 of 1

0.6.9999 bug report

Posted: Wed Apr 29, 2009 02:02
by ttom
Hi CE!
I load the two shceme, when i shut down the program. the exception raise up. I trace the code find the same falagrd element had to be remove the twice.

Re: 0.6.9999 bug report

Posted: Wed Apr 29, 2009 10:11
by CrazyEddie
Hi,

This is not a bug report; I'm not sure quite what it is, but it's definitely not a bug report! Had this been a bug report, you would have included the information such as exactly what you were doing, the results you were expecting, the results you got instead, the type of exception, any message from the exception (where appropriate), a debug callstack or backtrace, and the detailed steps required to reproduce the issue. ;)

CE.

Re: 0.6.9999 bug report

Posted: Thu Apr 30, 2009 02:07
by ttom
sorry that my fault. in the demp7 the code like below

Code: Select all

bool Demo7Sample::initialiseSample()
{
    using namespace CEGUI;

    // we will use of the WindowManager.
    WindowManager& winMgr = WindowManager::getSingleton();

    // load scheme and set up defaults
    SchemeManager::getSingleton().loadScheme("TaharezLook.scheme");//<----the scheme
    SchemeManager::getSingleton().loadScheme("VanillaSkin.scheme");//<-- the scheme
    System::getSingleton().setDefaultMouseCursor("TaharezLook", "MouseArrow");
......   
       
        return true;
}

Re: 0.6.9999 bug report

Posted: Fri May 01, 2009 08:37
by CrazyEddie
Hi,

I'll plug this code in soon and see what happens!

CE.