Search found 11 matches

by loklak
Tue Aug 11, 2015 17:36
Forum: Help
Topic: beginner question : Problem with using subscriber for listbox
Replies: 0
Views: 9875

beginner question : Problem with using subscriber for listbox

Hi. i have problem with using subscriber for Listbox. it doesn't work when i click on one of items. but no error. part of code is here. .... ListBox = static_cast<CEGUI::Listbox*>( m_ConsoleWindow->getChild("InnerButtonsContainer/ListBox")); ListBox->setMultiselectEnabled(false); itemListb...
by loklak
Sun Aug 09, 2015 21:37
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

[SOLVED] ok. i solved it. the error was from this part (injectMouseButtonDown :hammer: ): bool TutorialApplication::mouseReleased(const OIS::MouseEvent& me, OIS::MouseButtonID id) { ..... if(CEGUI::System::getSingleton().getDefaultGUIContext().injectMouseButtonDown(convertButton(id))) return tru...
by loklak
Sun Aug 09, 2015 15:31
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

Ident wrote:Window names must not contain slashes

it does not work without it.

there is no error, the program can run and animate working of "quit" button but it doesn't work!!
by loklak
Sun Aug 09, 2015 14:52
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

Also, there are tons of "file not found" and "invalid parameter" exceptions thrown by OGRE. Are you sure you set up OGRE and the paths to the resources properly? yes i do it properly because it works in another solution well. here is cegui.log 09/08/2015 19:15:50 (Std) +-+-+-+-+...
by loklak
Sun Aug 09, 2015 14:27
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

the output of code is here. maybe it can to help! 'ConsoleApplication3.exe' (Win32): Loaded 'E:\OgreSDK_vc11_v1-9-0\bin\debug\ConsoleApplication3.exe'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file. 'ConsoleApplication3.ex...
by loklak
Sun Aug 09, 2015 14:04
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

Ok. it's all of my code! //==================================================cpp file #include "TutorialApplication.h" using namespace std; TutorialApplication::TutorialApplication() : mShutDown(false), mRoot(0), mCamera(0), mSceneMgr(0), mWindow(0), mResourcesCfg(Ogre::StringUtil::BLANK),...
by loklak
Sun Aug 09, 2015 12:30
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

Hi Ident.
thanks.
can you help me?
by loklak
Sun Aug 09, 2015 09:12
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

the solution doesn't write the log file in my current directory.
i don't know how to fix it!.
by loklak
Sun Aug 09, 2015 06:44
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

i have another solution too with same code (partly) but it works.
maybe it's a fundamental problem. :?:
by loklak
Sun Aug 09, 2015 06:22
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

Re: beginner question : Problem with using subscribeEvent

Hi. thanks.
lucebac wrote:First, the name of your button should not contain slashes.

I did it but it does not work till.
lucebac wrote:Second, please post your CEGUI log.

what is CEGUI log?
by loklak
Sat Aug 08, 2015 20:42
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10454

beginner question : Problem with using subscribeEvent

i'm new with CEGUI. i'm trying to have a button on window and when i click on, it close all. but it doesn't work. here is my code. ....createsense() { ..... m_ConsoleWindow = CEGUI::WindowManager::getSingleton().createWindow("DefaultWindow", "_MasterRoot"); CEGUI::System::getSing...

Go to advanced search