Search found 10 matches
- Wed Oct 06, 2010 12:18
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Valgrind message in MouseCursor::constrainPosition()
- Replies: 1
- Views: 3182
Valgrind message in MouseCursor::constrainPosition()
Hello, I test my game on linux with valgrind to find some bug ... and I just encounter a warning comming from CeGui ... so I'll try to share it with you ... here's the message ==28157== Conditional jump or move depends on uninitialised value(s) ==28157== at 0x539E1A9: CEGUI::MouseCursor::constrainPo...
- Tue Mar 23, 2010 16:45
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [ Solved ] Problem with EventCloseClicked
- Replies: 7
- Views: 4839
Re: Problem with EventCloseClicked
Shame on me ^^
It works when I register the CloseAction on the good window i.e. 'asset_browser_frame'
I really thank you for your time![Wink ;)](./images/smilies/icon_wink.gif)
It works when I register the CloseAction on the good window i.e. 'asset_browser_frame'
I really thank you for your time
![Wink ;)](./images/smilies/icon_wink.gif)
- Tue Mar 23, 2010 15:48
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [ Solved ] Problem with EventCloseClicked
- Replies: 7
- Views: 4839
Re: Problem with EventCloseClicked
here's the rest of the file ^^ it was too long for the forum 23/03/2010 16:43:28 (Info) Assigning LookNFeel 'TaharezLook/StaticText' to window 'main_menu_text'. 23/03/2010 16:43:28 (Info) Window 'main_menu_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B616970...
- Tue Mar 23, 2010 15:47
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [ Solved ] Problem with EventCloseClicked
- Replies: 7
- Views: 4839
Re: Problem with EventCloseClicked
Sorry for the wait ^^ Here's my CEGUI.log 23/03/2010 16:43:17 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 23/03/2010 16:43:17 (Std) + Crazy Eddie's GUI System - Event log + 23/03/2010 16:43:17 (Std) + (http://www.cegui.org.uk/) + 23/03/2010 16:43:17 (Std) +-...
- Tue Mar 23, 2010 15:33
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: MousePassThroughEnabled Property
- Replies: 7
- Views: 5181
Re: MousePassThroughEnabled Property
Yes I've done that ( setting MousePassThroughEnabled to True ) and it works very well ... I just told it if it could help you as soon as I was thinking that it was a bug ![Wink ;)](./images/smilies/icon_wink.gif)
Best regards![Wink ;)](./images/smilies/icon_wink.gif)
![Wink ;)](./images/smilies/icon_wink.gif)
Best regards
![Wink ;)](./images/smilies/icon_wink.gif)
- Tue Mar 23, 2010 12:33
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: MousePassThroughEnabled Property
- Replies: 7
- Views: 5181
Re: MousePassThroughEnabled Property
Sorry about the time between your request ... without the MousePassThroughEnabled Property so this is my layout <?xml version="1.0" encoding="UTF-8"?> <GUILayout > <Window Type="DefaultWindow" Name="editor_mode" > <Property Name="UnifiedMaxSize" Valu...
- Tue Mar 23, 2010 12:20
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [ Solved ] Problem with EventCloseClicked
- Replies: 7
- Views: 4839
Re: Problem with EventCloseClicked
Hello, I'm back ... I found some time to investigate on this problem ... and I try to remove the boost:bind to find the real problem... and I found that when I call the getCloseButton() function it called an exception "23/03/2010 13:15:18 (Error) CEGUI::UnknownObjectException in file d:\_lib_\_...
- Wed Nov 25, 2009 10:56
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [ Solved ] Problem with EventCloseClicked
- Replies: 7
- Views: 4839
[ Solved ] Problem with EventCloseClicked
hello, in general I seek until death the solution to my problem but the last test I've done disappoint me a lot In on version 0.7.1 on Svn source here's my function : void ManagerGui::RegisterCloseAction( const std::string & window_name, HandleFunction close_function ) { CEGUI::Window * gui_shee...
- Mon Nov 23, 2009 17:46
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: MousePassThroughEnabled Property
- Replies: 7
- Views: 5181
Re: MousePassThroughEnabled Property
I was on the svn souce trunk version (it did it ) ... then test the Svn 0.7 ( so I suppose it is the 0.7.1
) and it did it too
![Very Happy :D](./images/smilies/icon_biggrin.gif)
- Mon Nov 23, 2009 13:39
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: MousePassThroughEnabled Property
- Replies: 7
- Views: 5181
MousePassThroughEnabled Property
Hello, I had a problem to figure why my click didn't pass through the DefaultWindow ... and finally found the MousePassThroughEnabled Property on your forum I write a little post because there is some strange behavior that drive me toward bad conclusion. When the MousePassThroughEnabled Property is ...